Definition Type: ComplexType
Name: OptionABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Describes the various options and pricing for a particular item.
Collapse XSD Schema Diagram:
Drilldown into OptionResidualValueAmount in schema components_xsd Drilldown into DefinedContact in schema components_xsd Drilldown into OptionActiveIndicator in schema components_xsd Drilldown into OptionPricing in schema components_xsd Drilldown into OptionNotes in schema components_xsd Drilldown into ManufacturerName in schema components_xsd Drilldown into OptionStockNumberString in schema components_xsd Drilldown into OptionName in schema components_xsd Drilldown into OptionShortDescription in schema components_xsd Drilldown into OptionTypeCode in schema components_xsd Drilldown into OptionID in schema components_xsdXSD Diagram of OptionABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OptionABIEType">
    <xsd:annotation>
        <xsd:documentation> Describes the various options and pricing for a particular item.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A unique identifier for a
                vehicle, boat, or other item's option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="OptionShortDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Abbreviated description
                of the option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Name of vehicle
            option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionStockNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Stock Number of Vehicle
                Option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ManufacturerName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Item manufacturer name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="OptionNotes" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Free form text related to
                option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="OptionPricing" />
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionActiveIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Indicates if the option
                has been activated. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="DefinedContact" />
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionResidualValueAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Residual value of option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OptionID star:OptionID 0 1
OptionTypeCode star:OptionTypeCode 0 1
OptionShortDescription star:OptionShortDescription 0 unbounded
OptionName star:OptionName 0 1
OptionStockNumberString star:OptionStockNumberString 0 1
ManufacturerName star:ManufacturerName 0 1
OptionNotes star:OptionNotes 0 unbounded
OptionPricing star:OptionPricing 0 unbounded
OptionActiveIndicator star:OptionActiveIndicator 0 1
DefinedContact star:DefinedContact 0 1
OptionResidualValueAmount star:OptionResidualValueAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:Option, star:RemarketingOption