Definition Type: ComplexType
Name: JobCompletedType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalAmount in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into RepairOrderNumberString in schema components_xsdXSD Diagram of JobCompletedType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="JobCompletedType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="RepairOrderNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Identification number of repair order assigned by dealer or
                            DMS
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Description of work completed on vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Total amount for operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RepairOrderNumberString star:RepairOrderNumberString 0 (1)
Description star:Description 0 unbounded
TotalAmount star:TotalAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:JobCompleted