The TextInstruction element provides instructions in text.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="TextInstruction" type="xs:string"><xs:annotation><xs:documentation>The TextInstruction element provides instructions in text.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the work instruction, used for referencing.
Source
<xs:complexType name="TextInstructionType"><xs:annotation><xs:documentation>The TextInstructionType defines work instructions that consist of text.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="WorkInstructionBaseType"><xs:sequence><xs:element name="TextInstruction" type="xs:string"><xs:annotation><xs:documentation>The TextInstruction element provides instructions in text.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>