Definition Type: ComplexType
Name: LocalizationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Two types of localization are available. Country specifications limit any incentives delivered to the specified country as well as providing a foundation for items like monetary type. It is also possible to separately specify the language of the content.
Collapse XSD Schema Diagram:
Drilldown into iSOLanguageCode in schema components_xsd Drilldown into iSOCountryCode in schema components_xsdXSD Diagram of LocalizationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LocalizationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Two types of localization are available. Country specifications limit
                any incentives delivered to the specified country as well as providing a foundation for items like monetary type.
                It is also possible to separately specify the language of the content.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="iSOCountryCode" type="sqdt:CountryCodeType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This two-character code specifies the country in which the 
                        vehicle is being sold. Calling applications can use this information to determine how to display monetary 
                        amounts (e.g., dollar, euro).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="iSOLanguageCode" type="qdt:LanguageCodeType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This two-digit code specifies the language which is used to 
                        describe the incentive descriptions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
iSOCountryCode star:iSOCountryCode 1 1
iSOLanguageCode star:iSOLanguageCode 1 1
Collapse Derivation Tree:
Collapse References:
star:Localization