element <qm:stream> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
locally within qm:abstract-testplan complexType in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:stream
   
 = 
xs:string
 = 
xs:anyURI
/>
Included in content model of elements (2):
qm:testplan (defined in qm:abstract-testphase complexType)
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="stream">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xs:anyURI, predefined
Use:
required
[READ-ONLY] The URL of the stream.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

title
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The title of the stream
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="title" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set