Definition Type: ComplexType
Name: PlanTypeGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
complexType for grouping a ServicePlan TypeCode and TypeString
Collapse XSD Schema Diagram:
Drilldown into TypeText in schema components_xsd Drilldown into TypeCode in schema components_xsdXSD Diagram of PlanTypeGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PlanTypeGroupType">
    <xsd:annotation>
        <xsd:documentation>complexType for grouping a ServicePlan TypeCode and TypeString</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code uniquely dentifying the Plan type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TypeText" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Text descripting the Plan type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TypeCode star:TypeCode 0 (1)
TypeText star:TypeText 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:PlanType, star:PlanTypeGroup, star:PlanTypeSubGroup