Definition Type: SimpleType
Name: OwnedTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Type of vehicle for which information is being collected
Collapse XSD Schema Diagram:
XSD Diagram of OwnedTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Current
Enumeration Previous
Enumeration Household
Enumeration Other
Collapse Derivation Tree:
Collapse References:
star:OwnedTypeCode, star:OwnedTypeCode, star:OwnedTypeCode