element <section>
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
locally within element sections in qm.xsd, see XML source
Includes:
definitions of 5 attributes
XML Representation Summary
<section
    configurationData
 = 
xs:string
    description
 = 
xs:string
    id
 = 
xs:string
    name
 = 
xs:string
    type
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
A section contained in the template.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" name="section">
<xs:complexType>
<xs:attribute name="description" type="xs:string"/>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="configurationData" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 5/5)
configurationData
Type:
xs:string, predefined
Use:
optional
** Deprecated **
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="configurationData" type="xs:string"/>

description
Type:
xs:string, predefined
Use:
optional
The user friendly description of the section.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="description" type="xs:string"/>

id
Type:
xs:string, predefined
Use:
optional
The unique ID of the section.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="id" type="xs:string"/>

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

type
Type:
xs:string, predefined
Use:
optional
** Deprecated **
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>

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