<xsd:simpleType name="ApplicationNumberDescriptionEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Describes the type of application number used.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Finance Source">
<xsd:annotation>
<xsd:documentation>Application number assigned by the Finance Source</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Retail System Provider">
<xsd:annotation>
<xsd:documentation>Application Number assigned by the Retail System Provider</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|