<xs:complexType name="WorkInstructionsType">
<xs:annotation>
<xs:documentation>The WorkInstructionsType defines a set of sets of work instructions.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="WorkInstruction" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each WorkInstruction element is a single set of work instructions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of work instructions in the set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |