complexType "NumericRepresentationType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, ContentDateOffset?, NumericDelineationReference*
</...>
Content Model Elements (4):
ContentDateOffset, GenericOutputFormat, NumericDelineationReference, RecommendedDataType
All Direct / Indirect Based Elements (1):
NumericRepresentation
Known Usage Locations
Annotation
A value representation for a variable expressed as a number (the intent is to analyze the content as a number). Includes the standard value representation elements; recommended data type, generic output format, the classification level (nominal, ordinal, interval, ratio, or continuous, and a declaration of an offset date for the data content, as well as a reference to a reusable Numeric Delineation.
Type Definition Detail
Type Derivation Tree
ValueRepresentationType (extension)
  NumericRepresentationType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="NumericRepresentationType">
<xs:complexContent>
<xs:extension base="ValueRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NumericDelineationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/4)
NumericDelineationReference
Type:
ReferenceType, complex content
References the Numeric Delineation used by this response Representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NumericDelineationReference"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set