simpleType atis:Day-of-week-item
namespace http://www.ATIS-Draft-03-00-79
type union of (restriction of xs:int, restriction of xs:string)
used by
simpleType atis:Day-of-week
annotation
appinfo

            holiday (0)
            sunday (1)
            monday (2)
            tuesday (3)
            wednesday (4)
            thursday (5)
            friday (6)
            saturday (7)
        
source <xs:simpleType name="Day-of-week-item">
 
<xs:annotation>
   
<xs:appinfo>
            holiday (0)
            sunday (1)
            monday (2)
            tuesday (3)
            wednesday (4)
            thursday (5)
            friday (6)
            saturday (7)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="7"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="holiday"/>
       
<xs:enumeration value="sunday"/>
       
<xs:enumeration value="monday"/>
       
<xs:enumeration value="tuesday"/>
       
<xs:enumeration value="wednesday"/>
       
<xs:enumeration value="thursday"/>
       
<xs:enumeration value="friday"/>
       
<xs:enumeration value="saturday"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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