complexType "DateTimeRepresentationType"
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?, DateTimeDelineationReference*
</...>
Content Model Elements (4):
ContentDateOffset, DateTimeDelineationReference, GenericOutputFormat, RecommendedDataType
All Direct / Indirect Based Elements (1):
DateTimeRepresentation
Known Usage Locations
Annotation
A value representation for a variable expressed as a date and or time. The data does not need to be captured in ISO format. The structure can be specified and optionally related to its XML schema equivalent such as MM. 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 DateTime Delineation.
Type Definition Detail
Type Derivation Tree
ValueRepresentationType (extension)
  DateTimeRepresentationType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="DateTimeRepresentationType">
<xs:complexContent>
<xs:extension base="ValueRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DateTimeDelineationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/4)
DateTimeDelineationReference
Type:
ReferenceType, complex content
References the DateTime Delineation used by this response Representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DateTimeDelineationReference"/>

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