element <instructions>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 2 elements
Used:
never
XML Representation Summary
<instructions>
   
Content: 
adapter:workavailable, adapter:instruction*
</instructions>
Content model elements (2):
Annotation
Used to pass instructions to the adapter.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="instructions">
<xs:complexType>
<xs:sequence>
<xs:element ref="adapter:workavailable"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:instruction"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/2)
adapter:instruction
Type:
anonymous, empty content
An instruction for the adapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:instruction"/>

adapter:workavailable
Type:
xs:boolean, predefined, simple content
Indicates if there is something for the adapter to do.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:workavailable"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set