<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>
|