<xsd:simpleType name="LocationTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of location</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Dealer">
<xsd:annotation>
<xsd:documentation>Dealer location</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fleet">
<xsd:annotation>
<xsd:documentation>Fleet location</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Approved Body Company">
<xsd:annotation>
<xsd:documentation>Approved Body Company location</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Body Company Not Approved">
<xsd:annotation>
<xsd:documentation>Body Company Not Approved location</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|