Definition Type: ComplexType
Name: PreferenceABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Precedence, advantage, or choice of one person or thing over another. Justification: definition of object class.
Collapse XSD Schema Diagram:
Drilldown into AvailablePeriod in schema components_xsd Drilldown into UnavailablePeriod in schema components_xsd Drilldown into PreferredIndicator in schema components_xsd Drilldown into PriorityRankingNumeric in schema components_xsdXSD Diagram of PreferenceABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PreferenceABIEType">
    <xsd:annotation>
        <xsd:documentation>
                Precedence, advantage, or choice of one person or thing over
                    another. Justification: definition of object class.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PriorityRankingNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The number of the
                priority ranking of this preference. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PreferredIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The indication of
                whether or not this preference is the preferred option. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="UnavailablePeriod">
            <xsd:annotation>
                <xsd:documentation>
                        A period when a preference is not available.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="AvailablePeriod">
            <xsd:annotation>
                <xsd:documentation>
                        A period when a preference is available.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriorityRankingNumeric star:PriorityRankingNumeric 0 (1)
PreferredIndicator star:PreferredIndicator 0 (1)
UnavailablePeriod star:UnavailablePeriod 0 (1)
AvailablePeriod star:AvailablePeriod 0 (1)
Collapse Derivation Tree:
Collapse References:
star:LeadPreference, star:UsagePreference