element <instruction> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
globally in adapter.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<instruction
   
 = 
xs:string
 = 
xs:anyURI
/>
Included in content model of elements (1):
qm:instructions
Known Usage Locations
Annotation
[READ-ONLY] An instruction for the adapter.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="instruction">
<xs:complexType>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="taskId" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
taskId
Type:
xs:anyURI, predefined
Use:
required
[READ-ONLY] The ID of the task to be performed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="taskId" type="xs:anyURI" use="required"/>

type
Type:
xs:string, predefined
Use:
required
[READ-ONLY] The type of instruction.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set