Definition Type: ComplexType
Name: LaborCombinationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VehicleGroupLaborAllowance in schema components_xsd Drilldown into CombinationCodeDesc in schema components_xsd Drilldown into CombinationCode in schema components_xsdXSD Diagram of LaborCombinationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LaborCombinationType">
    <xsd:sequence>
        <xsd:element name="CombinationCode" type="udt:CodeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="CombinationCodeDesc" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="VehicleGroupLaborAllowance" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CombinationCode star:CombinationCode 0 1
CombinationCodeDesc star:CombinationCodeDesc 0 unbounded
VehicleGroupLaborAllowance star:VehicleGroupLaborAllowance 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Combinations