Definition Type: SimpleType
Name: MaritalStatusEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies marital status of business party - M = Married, U = Unmarried, S = Separated, O = Other
Collapse XSD Schema Diagram:
XSD Diagram of MaritalStatusEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="MaritalStatusEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies marital status of business party - M = Married, U = Unmarried, S = Separated, O = Other</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="M">
            <xsd:annotation>
                <xsd:documentation>Married</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="U">
            <xsd:annotation>
                <xsd:documentation>Unmarried</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="S">
            <xsd:annotation>
                <xsd:documentation>Separated</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="O">
            <xsd:annotation>
                <xsd:documentation>Other</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration M
Enumeration U
Enumeration S
Enumeration O
Collapse Derivation Tree:
Collapse References:
star:MaritalStatusCode, star:MaritalStatusCode, star:MaritalStatusCode, star:MaritalStatusCode