Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TextInstructionType / TextInstruction
Annotations
The TextInstruction element provides instructions in text.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type TextInstructionType
Annotations
The TextInstructionType defines work instructions that consist of text.
Diagram
Diagram QIFPlan_xsd_Complex_Type_WorkInstructionBaseType.tmp#WorkInstructionBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_WorkInstructionBaseType.tmp#WorkInstructionBaseType QIFPlan_xsd_Complex_Type_TextInstructionType.tmp#TextInstructionType_TextInstruction
Type extension of WorkInstructionBaseType
Type hierarchy
Used by
Element TextInstruction
Children Attributes, TextInstruction
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd