simpleType RoleInEvent
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:RoleInEvent)
used by
elements Reliability/role TrackResponsePersonnel/agencySummaries/agencySummary/role WitnessIdenty/role WitnessStatement/role/role-item TrackInvolvedPerson/roleInEvent
annotation
appinfo

            unknown (0)
            victim (1)
            passenger (2)
            driver (3)
            pedestrian (4)
            witness (5)
            responder (6)
            suspect (7)
            event Management (8)
            other (9)
        
source <xs:simpleType name="RoleInEvent">
 
<xs:annotation>
   
<xs:appinfo>
            unknown (0)
            victim (1)
            passenger (2)
            driver (3)
            pedestrian (4)
            witness (5)
            responder (6)
            suspect (7)
            event Management (8)
            other (9)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="9"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unknown"/>
       
<xs:enumeration value="victim"/>
       
<xs:enumeration value="passenger"/>
       
<xs:enumeration value="driver"/>
       
<xs:enumeration value="pedestrian"/>
       
<xs:enumeration value="witness"/>
       
<xs:enumeration value="responder"/>
       
<xs:enumeration value="suspect"/>
       
<xs:enumeration value="event Management"/>
       
<xs:enumeration value="other"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:RoleInEvent"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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