simpleType tcip:IM-AccidentCode
namespace http://www.TCIP-Adopted-03-00-01
type union of (xs:unsignedInt, restriction of xs:unsignedInt, xs:string)
used by
element tcip:IMIncident/accident-codes/accident-code
source <xs:simpleType name="IM-AccidentCode">
 
<xs:union memberTypes="xs:unsignedInt">
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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