Definition Type: ComplexType
Name: ServicePlanOptionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PlanOptionCode in schema components_xsd Drilldown into PlanOptionDescription in schema components_xsd Drilldown into PlanOptionalLanguageCode in schema components_xsd Drilldown into PlanOptionTypeCode in schema components_xsdXSD Diagram of ServicePlanOptionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServicePlanOptionType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PlanOptionTypeCode" type="scl:PlanOptionTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Type indicating if the option of the Plan is optional or
                            Mandatory
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PlanOptionalLanguageCode" type="sqdt:LanguageCodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Optional Language code returned for a plan option. The plan
                            could be in one language the option could be various
                        languages.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="PlanOptionDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        The description of the Option.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PlanOptionCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Unique identifier for a plan option.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PlanOptionTypeCode star:PlanOptionTypeCode 0 (1)
PlanOptionalLanguageCode star:PlanOptionalLanguageCode 0 (1)
PlanOptionDescription star:PlanOptionDescription 0 unbounded
PlanOptionCode star:PlanOptionCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PlanOption, star:PlanOptionServicePlanOptionstar:ServicePlanOption,