Definition Type: ComplexType
Name: LaborNarrativeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Narrative in schema components_xsd Drilldown into NarrativeTypeString in schema components_xsdXSD Diagram of LaborNarrativeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LaborNarrativeType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="NarrativeTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Defines the Type of Labor Narrative/Comment like 'RL' -
                            Recall comment, 'ML' etc.,
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Narrative" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Labor Comment/Narrative can occur multiple times for each
                            Labor depending on LaborNarrative type
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NarrativeTypeString star:NarrativeTypeString 0 (1)
Narrative star:Narrative 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:LaborNarrative