Definition Type: ComplexType
Name: SubscriptionServiceGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Additional Media component is used to identify items such as pdf documents, flash, etc.
Collapse XSD Schema Diagram:
Drilldown into SubscriptionServiceEndDate in schema components_xsd Drilldown into SubscriptionServiceStartDate in schema components_xsd Drilldown into SubscriptionServiceType in schema components_xsd Drilldown into SubscriberSubAccountID in schema components_xsd Drilldown into SubscriberAccountID in schema components_xsdXSD Diagram of SubscriptionServiceGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SubscriptionServiceGroupType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                The Additional Media component is used to identify items such as
                    pdf documents, flash, etc.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SubscriberAccountID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Major Account Number - identifies the entity that has
                            contracted with the Service Provider.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SubscriberSubAccountID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Secondary account number used to manage a subset of the
                            Subscriber's vehicles.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SubscriptionServiceType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Identifies the type of service to which the customer is
                            subscribing (i.e., Fuel Tax).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SubscriptionServiceStartDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Date the subscription service starts.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SubscriptionServiceEndDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Date the subscription service ends.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubscriberAccountID star:SubscriberAccountID (1) (1)
SubscriberSubAccountID star:SubscriberSubAccountID 0 (1)
SubscriptionServiceType star:SubscriptionServiceType (1) (1)
SubscriptionServiceStartDate star:SubscriptionServiceStartDate (1) (1)
SubscriptionServiceEndDate star:SubscriptionServiceEndDate (1) (1)
Collapse Derivation Tree:
Collapse References:
star:SubscriptionServiceGroup