<xsd:complexType name="VehicleGroupType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A listing of Vehicles
grouped</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleGroupID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The unique id for a
grouping of vehicles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Vehicle" />
</xsd:sequence>
</xsd:complexType>
|