simpleType atis:Date
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:string
used by
elements atis:ComplexTime/occurrences/occurrence/date WasteLabel/startAccumDate
facets
length 8
annotation
documentation
      
            format as: YYYYMMDD where
            YYYY  the year,  in common era units
            MM  the month,  range 01 to 12
            DD the day,  range 01 to 31
            use zero for MM and DD when not applicable
        
source <xs:simpleType name="Date">
 
<xs:annotation>
   
<xs:documentation>      
            format as: YYYYMMDD where
            YYYY  the year,  in common era units
            MM  the month,  range 01 to 12
            DD the day,  range 01 to 31
            use zero for MM and DD when not applicable
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="8"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy