complexType VehiclesInvolved
diagram
namespace http://www.ATIS-Draft-03-00-79
children kind count
used by
elements EventInformation/types IncidentInformation/types
source <xs:complexType name="VehiclesInvolved">
 
<xs:sequence>
   
<xs:element name="kind" type="itis:VehicleGroupAffected"/>
   
<xs:element name="count">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedByte">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element VehiclesInvolved/kind
diagram
type itis:VehicleGroupAffected
properties
isRef 0
content simple
source <xs:element name="kind" type="itis:VehicleGroupAffected"/>

element VehiclesInvolved/count
diagram
type restriction of xs:unsignedByte
properties
isRef 0
content simple
facets
minInclusive 1
source <xs:element name="count">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedByte">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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