simpleType Trapped
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements TrackInvolvedPerson/trapped TrackInvolvedVehicle/trapped
annotation
appinfo

            not trapped (1)
            extricated by mechanical means (2)
            freed by nonmechanical means (3)
            not reported (4)
            unknown (5)
        
source <xs:simpleType name="Trapped">
 
<xs:annotation>
   
<xs:appinfo>
            not trapped (1)
            extricated by mechanical means (2)
            freed by nonmechanical means (3)
            not reported (4)
            unknown (5)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="5"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="not trapped"/>
       
<xs:enumeration value="extricated by mechanical means"/>
       
<xs:enumeration value="freed by nonmechanical means"/>
       
<xs:enumeration value="not reported"/>
       
<xs:enumeration value="unknown"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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