complexType "RepresentationReferenceType"
Namespace:
Content:
complex, 9 attributes, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
 = 
xs:NMTOKENS
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (6):
Agency, ID, MaintainableObject, TypeOfObject, URN, Version
All Direct / Indirect Based Elements (5):
DateTimeRepresentationReference, NumericRepresentationReference, ScaleRepresentationReference, TextRepresentationReference, ValueRepresentationReference
Known Usage Locations
Annotation
References the managed representation of the variables' values. Allows for the listing of values to be treated as missing in order to support 3.1 structures. The prefered method is the use of a reference to MissingValues description using MissingValuesReference. If both are used and there is a conflict in the content, MissingValuesReference will override the content provided in the ValueRepresentationReference. TypeOfObject should be set to ManagedDateTimeRepresentation, ManagedNumericRepresentation, ManagedScaleRepresentation, or ManagedTextRepresentation.
Type Definition Detail
Type Derivation Tree
ReferenceType (extension)
  RepresentationReferenceType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RepresentationReferenceType">
<xs:complexContent>
<xs:extension base="ReferenceType">
<xs:attribute name="missingValue" type="xs:NMTOKENS" use="optional"/>
<xs:attribute name="blankIsMissingValue" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
blankIsMissingValue
Type:
xs:boolean, predefined
Use:
optional
When value is true a blank or empty variable content should be treated as a missing value. Use of MissingValuesReference is preferred.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="blankIsMissingValue" type="xs:boolean" use="optional"/>

missingValue
Type:
xs:NMTOKENS, predefined
Use:
optional
List the values used to represent missing data in a space delimited array. Use of MissingValuesReference is preferred. If this content does not match the values provided in the MissingValuesReference, the content of the MissingValuesReference overrides the content of this attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="missingValue" type="xs:NMTOKENS" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set