simpleType tcip:PI-LostItemDisposition
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-LostItemDisposition)
used by
elements tcip:PIFoundItem/disposition tcip:PILostItem/disposition
annotation
appinfo

            stored (1)
            returned to owner (2)
            to police (3)
            to animal control (4)
            unknown (5)
            discarded (6)
            to charity (7)
            lost by agency (8) -- 9-127 reserved ,
             -- 128-255 local use ,
        
source <xs:simpleType name="PI-LostItemDisposition">
 
<xs:annotation>
   
<xs:appinfo>
            stored (1)
            returned to owner (2)
            to police (3)
            to animal control (4)
            unknown (5)
            discarded (6)
            to charity (7)
            lost by agency (8) -- 9-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="8"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="stored"/>
       
<xs:enumeration value="returned to owner"/>
       
<xs:enumeration value="to police"/>
       
<xs:enumeration value="to animal control"/>
       
<xs:enumeration value="unknown"/>
       
<xs:enumeration value="discarded"/>
       
<xs:enumeration value="to charity"/>
       
<xs:enumeration value="lost by agency"/>
     
</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:PI-LostItemDisposition"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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