VehicleGroup

Uses the Component:VehicleGroupType

A grouping of vehicles.

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleGroupID

The unique id for a grouping of vehicles.

0..1Field udt:IdentifierType  
Vehicle

Common vehicle component

0..*ComponentVehicleABIEType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.12. VehicleGroup

<VehicleGroup>
     <VehicleGroupID>......</VehicleGroupID>     [0..1]
     <Vehicle>......</Vehicle>     [0..*]
</VehicleGroup>