Definition Type: ComplexType
Name: RequestedServiceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CustomerSalesRequestDescription in schema components_xsd Drilldown into ServiceLaborScheduling in schema components_xsd Drilldown into PackageCode in schema components_xsd Drilldown into ServiceTechnicianParty in schema components_xsd Drilldown into JobTypeString in schema components_xsd Drilldown into RepeatRepairIndicator in schema components_xsd Drilldown into JobNumberString in schema components_xsdXSD Diagram of RequestedServiceType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RequestedServiceType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="JobNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        DMS assigned job or line identification
                        number
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RepeatRepairIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Identifies repair as having been performed previously on
                            the vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="JobTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of service performed (special policy, warranty pay,
                            etc)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceTechnicianParty">
            <xsd:annotation>
                <xsd:documentation>
                        Technician associated with the service
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PackageCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates multiple labor operations within a package (e.g.,
                            30k mileage drive train or emissions package).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceLaborScheduling">
            <xsd:annotation>
                <xsd:documentation>
                        represents information about the labor being scheduled for
                            the service appointment.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomerSalesRequestDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Description of the after sales request.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobNumberString star:JobNumberString 0 (1)
RepeatRepairIndicator star:RepeatRepairIndicator 0 (1)
JobTypeString star:JobTypeString 0 (1)
ServiceTechnicianParty star:ServiceTechnicianParty 0 unbounded
PackageCode star:PackageCode 0 (1)
ServiceLaborScheduling star:ServiceLaborScheduling 0 unbounded
CustomerSalesRequestDescription star:CustomerSalesRequestDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:RequestedService