<xsd:simpleType name="OwnedTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of vehicle for which information is being collected</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Current">
<xsd:annotation>
<xsd:documentation>Vehicle information related to the current vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Previous">
<xsd:annotation>
<xsd:documentation>Vehicle information related to the previous vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Household">
<xsd:annotation>
<xsd:documentation>Vehicle information related to the household vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other type of vehicle information</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|