simpleType tcip:CPT-ShelterType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-ShelterType)
used by
element tcip:CPTShelter/shelterType
annotation
appinfo

            noShelter (1)
            covered (2)
            open (3)
            enclosed (4) -- 5-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="CPT-ShelterType">
 
<xs:annotation>
   
<xs:appinfo>
            noShelter (1)
            covered (2)
            open (3)
            enclosed (4) -- 5-127 reserved
             -- 128-255 local use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="4"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="noShelter"/>
       
<xs:enumeration value="covered"/>
       
<xs:enumeration value="open"/>
       
<xs:enumeration value="enclosed"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:CPT-ShelterType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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