complexType "RepresentationType"
Namespace: |
|
Content: |
|
Abstract: |
(cannot be assigned directly to elements used in instance XML documents) |
Defined: |
|
Includes: |
|
Used: |
|
Content Model Elements (2):
-
Known Direct Subtypes (7):
-
Known Indirect Subtypes (8):
-
All Direct / Indirect Based Elements (22):
-
AlternateCoordinateSystem,
AlternateObject,
AlternateOffset,
CategoryDomain,
CodedDataAsNumeric,
CodedDataAsText,
CodeDomain,
CodeRepresentation,
CoordinatePairs,
DateTimeDomain,
DateTimeRepresentation,
DefaultDateTimeDataType,
DefaultNumericDataType,
DefaultTextDataType,
ExternalCategoryRepresentation,
GeographicDomain,
NumericDomain,
NumericRepresentation,
ResponseDomain,
TextDomain,
TextRepresentation,
ValueRepresentation
Known Usage Locations
- In derivations of other global types (7):
- As direct type of elements (2):
Annotation
Abstract type for the head of a substitution group for a variable representation or a question response domain. If specific values are used to denote missing values, these can be indicated as a space-delimited list in the missingValue attribute. If the missing value is indicated by a blank, this should be indicated by setting the value of blankIsMissingValue to true.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType abstract="true" name="RepresentationType"> <xs:sequence> </xs:sequence> <xs:attribute name="missingValue" type="xs:NMTOKENS" use="optional"/> </xs:complexType> |
Attribute Detail (defined in this component only; 3/3) blankIsMissingValue -
Type: |
xs:boolean, predefined |
Use: |
optional |
When value is true a blank or empty variable content should be treated as a missing value.
XML Source (w/o annotations (1); see within schema source)
classificationLevel -
Indicates the type of relationship, nominal, ordinal, interval, ratio, or continuous.
Attribute Value
enumeration of xs:NMTOKEN |
Enumeration: |
"Nominal" |
- |
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete. |
"Ordinal" |
- |
The categories in the domain have a rank order. |
"Interval" |
- |
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared. |
"Ratio" |
- |
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers. |
"Continuous" |
- |
May be used to identify both interval and ratio classification levels, when more precise information is not available. |
|
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.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="missingValue" type="xs:NMTOKENS" use="optional"/> |
Content Element Detail (defined in this component only; 2/2) -
This field provides a recommended generic treatment of the data for display by an application. The value should come from a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
This field provides the recommended treatment of the data within an application. The value should come from a controlled vocabulary - recommended values include the set found in W3C XML Schema Part 2, but excluding string sub-types, QNAME, and NOTATION.
Simple Content
XML Source (w/o annotations (1); see within schema source)