complexType "ManagedDateTimeRepresentationType"
Namespace:
Content:
complex, 8 attributes, 18 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes, 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:string
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
Content Model Elements (18):
Agency, BasedOnObject, DateFieldFormat, DateTypeCode, Description, GenericOutputFormat, ID, Label, MaintainableObject, ManagedDateTimeRepresentationName, RecommendedDataType, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ManagedDateTimeRepresentation
Known Usage Locations
Annotation
Means of describing DateTime so that they can be reused by multiple variables or questions/question constructs. Regardless of the format of the data the content may be treated as a date and or time and converted to ISO standard structure if sufficient information is supplied. In addition to the name, label, and description of the representation, the structure provides the DateField Format, a DateTypeCode and a regular expression for further defining allowed content.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          ManagedDateTimeRepresentationType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="ManagedDateTimeRepresentationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedDateTimeRepresentationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="RecommendedDataType"/>
<xs:element minOccurs="0" ref="GenericOutputFormat"/>
<xs:element minOccurs="0" ref="DateFieldFormat"/>
<xs:element ref="DateTypeCode"/>
</xs:sequence>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
<xs:attribute name="classificationLevel" type="CategoryRelationCodeType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/8)
classificationLevel
Type:
Use:
optional
Indicates the type of relationship, nominal, ordinal, interval, ratio, or continuous. Use where appropriate for the representation type.
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)
<xs:attribute name="classificationLevel" type="CategoryRelationCodeType" use="optional"/>

regExp
Type:
xs:string, predefined
Use:
optional
The regular expression allows for further description of the allowable content of the data.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 7/18)
DateFieldFormat
Type:
CodeValueType, simple content
Describes the format of the date field, in formats such as YYYY/MM or MM-DD-YY, etc. If this element is omitted, then the format is assumed to be the XML Schema format corresponding to the type attribute value.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DateFieldFormat"/>

DateTypeCode
Type:
CodeValueType, simple content
This is a standard XML date type code and supports the use of an external controlled vocabulary. Examples are date, dateTime, gYearMonth, gYear, and duration
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DateTypeCode"/>

Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the representation. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

GenericOutputFormat
Type:
CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GenericOutputFormat"/>

Label
Type:
LabelType, complex content
A display label for the representation. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

ManagedDateTimeRepresentationName
Type:
NameType, complex content
A name for the representation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedDateTimeRepresentationName"/>

RecommendedDataType
Type:
CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RecommendedDataType"/>

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