<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>
|