element <qm:instructions> (global)
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
<qm:instructions>
   
Content: 
</qm:instructions>
Content model elements (2):
adapter:instruction, adapter:workavailable
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 minOccurs="0" ref="adapter:workavailable"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:instruction"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
adapter:instruction
Type:
anonymous complexType, empty content
[READ-ONLY] 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
[READ-ONLY] Indicates if there is something for the adapter to do.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="adapter:workavailable"/>

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