Definition Type: ComplexType
Name: DamageAreaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DamageCodeDescription in schema components_xsd Drilldown into DamageCode in schema components_xsd Drilldown into LaborOperationLocationDescription in schema components_xsd Drilldown into LaborOperationLocation in schema components_xsdXSD Diagram of DamageAreaType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DamageAreaType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="LaborOperationLocation" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Code Indicating Position/Location on Vehicle where labor
                            was performed
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LaborOperationLocationDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        LaborOperationLocationDesc
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DamageCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of damage associated with labor
                        operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DamageCodeDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Description of type of damage associated with labor
                            operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LaborOperationLocation star:LaborOperationLocation 0 (1)
LaborOperationLocationDescription star:LaborOperationLocationDescription 0 (1)
DamageCode star:DamageCode 0 (1)
DamageCodeDescription star:DamageCodeDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:DamageArea