<xsd:simpleType name="InitiativeFinanceTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies the type of finance to which the initiative applies. For example, an initiative may only apply to a vehicle that is being leased.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Lease">
<xsd:annotation>
<xsd:documentation>Initiative applies to lease deals only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Finance">
<xsd:annotation>
<xsd:documentation>Initiative applies to finance deals only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|