namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Time"> <xs:annotation> <xs:documentation> Format: HHMMSSssss Valid times using 24 hour notation. HH=00 through 23; MM=00 through 59; SS=00 through 59; 00 if NA ssss=0000 through 9999. Use SS= 60 for leap seconds HH represents hours, MM minutes, SS seconds, and ssss decimal seconds to whatever number of significant digits is required (up to four) </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="6"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> |