Table of Contents
Uses the Component:VehicleSpecificationsType
VehicleSpecifications provides specifications of what options, colors are available for a given model and what options are required. Additionally, option dependencies, conflicts and inclusives could be provided. NOTE: Although this is the traditional use of VehicleSpecifications, it could be used to send Vehicle Specifications information between any two business parties.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleSpecificationsHeader |
Vehicle Specifications Header | 1..1 | Component | VehicleSpecificationsHeaderType | |
VehicleSpecificationsLine | 0..* | Component | VehicleSpecificationsLineType |
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.1. VehicleSpecifications
<VehicleSpecifications> <VehicleSpecificationsHeader>......</VehicleSpecificationsHeader> [1..1] <VehicleSpecificationsLine>......</VehicleSpecificationsLine> [0..*] </VehicleSpecifications>