element <qm:channel> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 7 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<qm:channel>
   
Content: 
</qm:channel>
Content model elements (7):
dc:identifier,
dc:title,
jproc:team-area,
qm:channelAttributes,
qm:externalId,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet
Annotation
Channel is a collection of lab management attributes.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (4); see within schema source)
<xs:element name="channel">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="externalId" type="xs:string"/>
<xs:element ref="dc:title"/>
<xs:element name="channelAttributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:channelAttribute"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/7)
dc:title
Type:
xs:string, predefined, simple content
A name given to the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:channelAttributes
Type:
anonymous complexType, complex content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="channelAttributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:channelAttribute"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:externalId
Type:
xs:string, predefined, simple content
String ID which user can provide.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="externalId" type="xs:string"/>

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