simpleType "TimeGroupCodeType"
Namespace:
Defined:
globally in group.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"T0"
 - 
No specified relationship
"T1"
 - 
Single Occurrence
"T2"
 - 
Multiple Occurrence: Regular Occurrence: Continuing
"T3"
 - 
Multiple Occurrence: Regular Occurrence: Limited time
"T4"
 - 
Multiple Occurrence: Irregular Occurrence: Continuing
"T5"
 - 
Multiple Occurrence: Irregular Occurrence: Limited time

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Indicates how all members of the group are related along the dimension of time. These relationships are inferred by the markup author, and should be considered as her/his own interpretation of the data.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  TimeGroupCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"T0"
 - 
No specified relationship
"T1"
 - 
Single Occurrence
"T2"
 - 
Multiple Occurrence: Regular Occurrence: Continuing
"T3"
 - 
Multiple Occurrence: Regular Occurrence: Limited time
"T4"
 - 
Multiple Occurrence: Irregular Occurrence: Continuing
"T5"
 - 
Multiple Occurrence: Irregular Occurrence: Limited time
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="TimeGroupCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="T0"/>
<xs:enumeration value="T1"/>
<xs:enumeration value="T2"/>
<xs:enumeration value="T3"/>
<xs:enumeration value="T4"/>
<xs:enumeration value="T5"/>
</xs:restriction>
</xs:simpleType>

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