Definition Type: ComplexType
Name: LaborOperationLocationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VehicleRestricted in schema components_xsd Drilldown into VehicleApplicable in schema components_xsd Drilldown into LaborOperationLocationDescription in schema components_xsd Drilldown into LocationName in schema components_xsd Drilldown into LocationID in schema components_xsdXSD Diagram of LaborOperationLocationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LaborOperationLocationGroupType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="LocationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        Code identifying a location. This could be the location
                            where service is performed on a vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A name to identify the
                location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="LaborOperationLocationDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        The Labor Operation Service Location Description is a
                            textual description of the Labor Operation Service Location code
                            identify
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="VehicleApplicable" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates whether this labor operation applies to a vehicle
                            as built or equipped.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="VehicleRestricted" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates whether a labor operation is restricted for a
                            vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationID star:LocationID 0 (1)
LocationName star:LocationName 0 1
LaborOperationLocationDescription star:LaborOperationLocationDescription 0 unbounded
VehicleApplicable star:VehicleApplicable 0 (1)
VehicleRestricted star:VehicleRestricted 0 (1)
Collapse Derivation Tree:
Collapse References:
star:LaborOperationLocationGroup