element <qm:channelAttribute> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<qm:channelAttribute>
   
Content: 
</qm:channelAttribute>
Content model elements (2):
qm:descendeants, qm:parentFamily
Included in content model of elements (1):
qm:channelAttributes
Known Usage Locations
Annotation
The representation of the channel attributes.
XML Source (w/o annotations (5); see within schema source)
<xs:element name="channelAttribute">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="parentFamily">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="1" name="descendeants">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:descendeants
Type:
anonymous complexType, empty content
Link to the child attribute
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="descendeants">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

qm:parentFamily
Type:
anonymous complexType, empty content
Link to the parent family.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="parentFamily">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

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