simpleType TrappedList
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:TrappedList)
used by
element NeedRescueServices/rescues/rescue/reason/trapped
annotation
appinfo

            trapped (1)
            immobile (2)
            hostage (3)
        
source <xs:simpleType name="TrappedList">
 
<xs:annotation>
   
<xs:appinfo>
            trapped (1)
            immobile (2)
            hostage (3)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="trapped"/>
       
<xs:enumeration value="immobile"/>
       
<xs:enumeration value="hostage"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:TrappedList"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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