<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>
|