element <qm:variable> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 1 element
Defined:
locally within qm:variables element in qm.xsd; see XML source
Includes:
definitions of 4 attributes, 1 element
XML Representation Summary
<qm:variable
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:int
   
>
   
Content: 
</qm:variable>
Content model elements (1):
qm:description (in qm:variable in qm:variables in qm:datapool)
Included in content model of elements (1):
qm:variables (in qm:datapool)
Annotation
A variable contained in the data pool.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="variable">
<xs:complexType>
<xs:sequence>
<xs:element name="description">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="role" type="xs:int"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
id
Type:
xs:string, predefined
Use:
optional
An unambiguous reference to the variable within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="id" type="xs:string"/>

name
Type:
xs:string, predefined
Use:
optional
A name given to the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/>

role
Type:
xs:int, predefined
Use:
optional
The usage of the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="role" type="xs:int"/>

type
Type:
xs:string, predefined
Use:
optional
The data type of the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
qm:description
Type:
anonymous complexType (extension of xs:string), simple content
An account of the variable.
Simple Content
xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:element name="description">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

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