<xsd:simpleType name="VehicleOwnershipTypeEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Owned">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates that the vehicle is owned by the individual or company</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Leased">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates that the vehicle is being leased to the individual or company for a specified period of time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rented">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates that the vehicle is being rented by the individual or company for a specified period of time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|