simpleType itis:Objects
namespace http://www.ITIS-Adopted-03-00-02
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, Objects)
used by
simpleType itis:ITIScodes
source <xs:simpleType name="Objects">
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="11008"/>
       
<xs:maxInclusive value="11263"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unknown object" id="_11009"/>
       
<xs:enumeration value="tire" id="_11010"/>
       
<xs:enumeration value="rim" id="_11011"/>
       
<xs:enumeration value="retread" id="_11012"/>
       
<xs:enumeration value="trash" id="_11013"/>
       
<xs:enumeration value="cargo" id="_11014"/>
       
<xs:enumeration value="diesel" id="_11015"/>
       
<xs:enumeration value="gasoline" id="_11016"/>
       
<xs:enumeration value="anti freeze" id="_11017"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:pattern value="\[.+\].*"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:Objects"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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