Uses the Component:OptionABIEType
The Option represents information about a vehicle's options.
Table 6.65. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
OptionID |
A unique identifier for a vehicle, boat, or other item's option. | 0..1 | Field | oag:OpenIDType | |
OptionType |
The type supplied by an external code list that specifies a particular option. Source of the code list should be specified in the appropriate attributes for this field, and the option type specified in this field. This may be different than the OptionID which is a unique identifer for an option. | 0..1 | Field | oag:CodeType | |
OptionShortDescription |
Abbreviated description of the option | 0..* | Field | oag:TextType | |
OptionName |
Name of vehicle option | 0..1 | Field | oag:TextType | |
OptionStockNumber |
Stock Number of Vehicle Option | 0..1 | Field | oag:StringType | |
ManufacturerName |
Item manufacturer name. | 0..1 | Field | oag:NameType | |
OptionNotes |
Free form text related to option | 0..* | Field | oag:TextType | |
OptionPricing |
Option pricing. | 0..* | Component | PricingABIEType | |
OptionActiveIndicator |
Indicates if the option has been activated. | 0..1 | Field | oag:IndicatorType | |
DefinedContact |
A defined person or department that acts as a point of contact with another peson or department. | 0..1 | Component | ContactABIEType | |
OptionResidualValueAmount |
Residual value of option. | 0..1 | Field | oag:AmountType | |
CapitalizedOptionIndicator |
Indicates whether or not this is a capitalized option. Values: true or false. | 0..1 | Field | oag:IndicatorType |
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.74. Option
<Option> <OptionID>......</OptionID> [0..1] <OptionType>......</OptionType> [0..1] <OptionShortDescription>......</OptionShortDescription> [0..*] <OptionName>......</OptionName> [0..1] <OptionStockNumber>......</OptionStockNumber> [0..1] <ManufacturerName>......</ManufacturerName> [0..1] <OptionNotes>......</OptionNotes> [0..*] <OptionPricing>......</OptionPricing> [0..*] <OptionActiveIndicator>......</OptionActiveIndicator> [0..1] <DefinedContact>......</DefinedContact> [0..1] <OptionResidualValueAmount>......</OptionResidualValueAmount> [0..1] <CapitalizedOptionIndicator>......</CapitalizedOptionIndicator> [0..1] </Option>