Definition Type: SimpleType
Name: PlanOptionTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Type indicating if the option of the Plan is optional or mandatory.
Collapse XSD Schema Diagram:
XSD Diagram of PlanOptionTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="PlanOptionTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Type indicating if the option of the Plan is optional or mandatory.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Optional">
            <xsd:annotation>
                <xsd:documentation>Optional Plan</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Mandatory">
            <xsd:annotation>
                <xsd:documentation>Mandatory Plan</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Optional
Enumeration Mandatory
Collapse Derivation Tree:
Collapse References:
star:PlanOptionTypeCode, star:PlanOptionTypeCode