Definition Type: ComplexType
Name: RepairOrderType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: RepairOrder.xsd
Abstract
Documentation:
STAR Version 3.0 - Draft STAR Version 2.1, STAR approved 04/20/2005; effective date 07/04/2005 STAR Version 2.0, STAR approved 05/07/2004; effective date 07/04/2004 STAR Version 1.1 STAR approved 04/09/2003; OAGI approved 8/16/2002 effective date 07/04/2003 STAR Version 1.0, STAR approved 8/6/2002; OAGI approved 8/16/2002; effective date 1/01/2003
Collapse XSD Schema Diagram:
Drilldown into InternalPay in schema components_xsd Drilldown into WarrantyClaim in schema components_xsd Drilldown into JobReferback in schema components_xsd Drilldown into Job in schema components_xsd Drilldown into RepairOrderHeader in schema repairorder_xsdXSD Diagram of RepairOrderType in schema repairorder_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RepairOrderType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 3.0 - Draft</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.1, STAR approved 04/20/2005; effective date
            07/04/2005</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.0, STAR approved 05/07/2004; effective date
            07/04/2004</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.1 STAR approved 04/09/2003; OAGI approved 8/16/2002
            effective date 07/04/2003</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.0, STAR approved 8/6/2002; OAGI approved 8/16/2002;
            effective date 1/01/2003</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="RepairOrderHeader" />
        <xsd:element ref="Job" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="JobReferback" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="WarrantyClaim" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InternalPay" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RepairOrderHeader star:RepairOrderHeader (1) (1)
Job star:Job 0 unbounded
JobReferback star:JobReferback 0 unbounded
WarrantyClaim star:WarrantyClaim 0 unbounded
InternalPay star:InternalPay 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:RepairOrder