simpleType "TimeStampType"
Namespace:
Defined:
Used:
Simple Content Model
xs:dateTime
Simple Content Restrictions:
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The date/time attribute on an event or ocuurence.
Type Definition Detail
Type Derivation Tree
xs:dateTime (restriction)
  TimeStampType
Derivation:
restriction of xs:dateTime
Facets:
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TimeStampType">
<xs:restriction base="xs:dateTime">
<xs:minInclusive value="1950-01-01T00:00:00-00:00"/>
<xs:maxInclusive value="2050-01-01T00:00:00-00:00"/>
<xs:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>