element <qm:variable> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:variable |
|
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:int |
|
|
> |
|
|
</qm:variable> |
Content model elements (1):
-
Included in content model of elements (1):
-
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)
-
Type: |
anonymous complexType (extension of xs:string), simple content |
An account of the variable.
Simple Content
XML Source (w/o annotations (2); see within schema source)
<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>
|