complexType "RepresentationReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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 |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (5):
-
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 Derivation Tree
RepresentationReferenceType
|
XML Source (w/o annotations (3); see within schema source)
<xs:complexContent>
</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)
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"/>
|