complexType atis:VehiclesInvolved
diagram
namespace http://www.ATIS-Draft-03-00-79
children kind count
used by
elements atis:EventInformation/types atis:IncidentInformation/types RequestTrafficControlPlan/vehicleTypes/vehicleType TrafficControlPlan/vehicleTypes/vehicleType Severity/vehicleTypes/vehicleType
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 atis:VehiclesInvolved/kind
diagram
type itis:VehicleGroupAffected
properties
isRef 0
content simple
source <xs:element name="kind" type="itis:VehicleGroupAffected"/>

element atis: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