element <instruction> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<instruction |
|
|
/> |
Included in content model of elements (1):
-
Annotation
[READ-ONLY] An instruction for the adapter.
XML Source (w/o annotations (3); see within schema source)
<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"/>
|