Definition Type: ComplexType
Name: SubscriptionServiceDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: SubscriptionService.xsd
Abstract
Documentation:
The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.
Collapse XSD Schema Diagram:
Drilldown into AcknowledgementStatus in schema components_xsd Drilldown into Status in schema subscriptionservice_xsd Drilldown into OwnerOperatorParty in schema components_xsd Drilldown into SubscriptionServiceVehicleLineItem in schema subscriptionservice_xsdXSD Diagram of SubscriptionServiceDetailType in schema subscriptionservice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SubscriptionServiceDetailType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SubscriptionServiceVehicleLineItem" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="OwnerOperatorParty" minOccurs="0" />
        <xsd:element name="Status" type="MinimumAcknowledgementStatusType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Deprecated: Use AcknowledgementStatus
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AcknowledgementStatus" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubscriptionServiceVehicleLineItem star:SubscriptionServiceVehicleLineItem 0 1
OwnerOperatorParty star:OwnerOperatorParty 0 (1)
Status star:Status 0 (1)
AcknowledgementStatus star:AcknowledgementStatus 0 (1)
Collapse Derivation Tree:
Collapse References:
star:SubscriptionServiceDetail