Definition Type: ComplexType
Name: LaborOperationsHeaderType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: LaborOperations.xsd
Abstract
Documentation:
.
Collapse XSD Schema Diagram:
Drilldown into EmployeePerson in schema components_xsd Drilldown into VehicleGroup in schema components_xsd Drilldown into LaborOperationCodes in schema components_xsd Drilldown into LaborOperationsHeaderBase in schema components_xsd Drilldown into OriginalLanguageCode in schema laboroperations_xsd Drilldown into RequestCode in schema laboroperations_xsd Drilldown into DeliveryTypeCode in schema laboroperations_xsd Drilldown into VehicleID in schema laboroperations_xsdXSD Diagram of LaborOperationsHeaderType in schema laboroperations_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LaborOperationsHeaderType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="VehicleID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The vehicle identification. This could be the VIN, HIN, or
                  some unique identifier for a vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DeliveryTypeCode" type="sqdt:DeliveryTypeCodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Transaction request delivery type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RequestCode" type="scl:RequestEnumeratedType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Type of request</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OriginalLanguageCode" type="sqdt:LanguageCodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The original source language.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="LaborOperationsHeaderBase" />
        <xsd:element ref="LaborOperationCodes" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="VehicleGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="EmployeePerson" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleID star:VehicleID 0 unbounded
DeliveryTypeCode star:DeliveryTypeCode 0 1
RequestCode star:RequestCode 0 1
OriginalLanguageCode star:OriginalLanguageCode 0 1
LaborOperationsHeaderBase star:LaborOperationsHeaderBase (1) (1)
LaborOperationCodes star:LaborOperationCodes 0 1
VehicleGroup star:VehicleGroup 0 unbounded
EmployeePerson star:EmployeePerson 0 1
Collapse Derivation Tree:
Collapse References:
star:LaborOperationsHeader