<xsd:simpleType name="CashPriceInclusionTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies whether or not the cash price is the base or total.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Base">
<xsd:annotation>
<xsd:documentation>Description of an amount for items included in the base vehicle cash price.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Total">
<xsd:annotation>
<xsd:documentation>Description of an amount for items included in the total vehicle cash price.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|