Option

Uses the Component:OptionABIEType

The Option represents information about a vehicle's options.

Fields and Components

Table 6.58. 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..1Field udt:IdentifierType  
OptionTypeCode

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..1Field udt:CodeType  
OptionShortDescription

Abbreviated description of the option

0..*Field udt:TextType  
OptionName

Name of vehicle option

0..1Field udt:TextType  
OptionStockNumberString

Stock Number of Vehicle Option

0..1Field qdt:StringType  
ManufacturerName

Item manufacturer name.

0..1Field udt:NameType  
OptionNotes

Free form text related to option

0..*Field udt:TextType  
OptionPricing

Option pricing.

0..*ComponentPricingABIEType 
OptionActiveIndicator

Indicates if the option has been activated.

0..1Field udt:IndicatorType  
DefinedContact

A defined person or department that acts as a point of contact with another peson or department.

0..1ComponentContactABIEType 
OptionResidualValueAmount

Residual value of option.

0..1Field udt:AmountType  
CapitalizedOptionIndicator

Indicates whether or not this is a capitalized option. Values: true or false.

0..1Field udt:IndicatorType  

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.58. Option

<Option>
     <OptionID>......</OptionID>     [0..1]
     <OptionTypeCode>......</OptionTypeCode>     [0..1]
     <OptionShortDescription>......</OptionShortDescription>     [0..*]
     <OptionName>......</OptionName>     [0..1]
     <OptionStockNumberString>......</OptionStockNumberString>     [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>