<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="1" 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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|