Definition Type: ComplexType
Name: VehicleGroupLaborAllowanceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
ASBIE which associates LaborAllowanceMeasures with one or more VehicleIdentificationGroups
Collapse XSD Schema Diagram:
Drilldown into VehicleGroup in schema components_xsd Drilldown into AllowanceQualifiers in schema components_xsd Drilldown into ChargeHoursIndicator in schema components_xsd Drilldown into AdditionalAllowanceMeasure in schema components_xsd Drilldown into LaborAllowanceMeasure in schema components_xsd Drilldown into ChangeStatus in schema components_xsd Drilldown into VehicleIdentificationGroup in schema components_xsdXSD Diagram of VehicleGroupLaborAllowanceType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleGroupLaborAllowanceType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">ASBIE which associates LaborAllowanceMeasures with one or more VehicleIdentificationGroups</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VehicleIdentificationGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ChangeStatus" type="udt:CodeType" 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">Indicates whether it is a newly added, updated or deleted op code. Used only in delta files.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LaborAllowanceMeasure" type="sqdt:TimeMeasureType" 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">Flat rate labor hour allowance for an operation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AdditionalAllowanceMeasure" type="sqdt:TimeMeasureType" 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">Additional time allowed to complete an operation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ChargeHoursIndicator" type="udt:IndicatorType" minOccurs="1" 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">Flag to indicate whether LaborAllowance charges are variable or fixed. For example (values vary from OEM to OEM): LA/AA ChargeHoursIndicator DealerCharge ---------------------------------------------- N true Upto N 0 true 00.01 to 99.99 N false Exactly N</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AllowanceQualifiers" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
        <xsd:element ref="VehicleGroup" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleIdentificationGroup star:VehicleIdentificationGroup 0 unbounded
ChangeStatus star:ChangeStatus 0 1
LaborAllowanceMeasure star:LaborAllowanceMeasure 0 1
AdditionalAllowanceMeasure star:AdditionalAllowanceMeasure 0 1
ChargeHoursIndicator star:ChargeHoursIndicator 1 1
AllowanceQualifiers star:AllowanceQualifiers 0 unbounded
VehicleGroup star:VehicleGroup 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleGroupLaborAllowance