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