<xsd:complexType name="ServiceCampaignExtendedType">
<xsd:complexContent>
<xsd:extension base="ServiceCampaignType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CampaignBulletinID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>Identification of the service bulletin associated with a particular campaign</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="CampaignAssociatedServiceLaborHistory" />
<xsd:element maxOccurs="1" minOccurs="0" name="RepairStatusCode" type="sqdt:RepairStatusCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the dealer to indicate to customer the current repair status of the service campaign problem.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ServiceBulletinURI" type="qdt:URIType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A URI where information about a service bulletin may be found.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SuperceededCampaignNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The campaign number that is superceeded by the current Campaign Number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AlternateRepairCenterIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates whether the repair can occur at an authorized repair center not at the dealership. An example would be, Travel Centers of America.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="ServiceParts">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Provides the parts that were used or associated with this Service Campaign.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CustomerMemoText" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Message for the Customer regarding the Service Campaign.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="ServiceLabor" />
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="ServiceAdvisorParty" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|