The start of the date/time in effect |
<xs:simpleType name="tTapTsiStartDate"> <xs:annotation> <xs:documentation>The start of the date/time in effect</xs:documentation> </xs:annotation> <xs:restriction base="xs:date"> <xs:minInclusive value="2012-01-01"/> <xs:maxInclusive value="2097-12-31"/> </xs:restriction> </xs:simpleType> |