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