element <instruction>
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
    taskId
 = 
xs:anyURI
    type
 = 
xs:string
/>
Included in content model of elements (1):
Known Usage Locations
Annotation
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 (defined in this component only; 2/2)
taskId
Type:
xs:anyURI, predefined
Use:
required
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
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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set