element <qm:alias> (global)
Namespace:
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 1 attribute
Defined:
globally in qm.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<qm:alias
   
 = 
xs:string
   
>
   
Content: 
{ xs:string }
</qm:alias>
Included in content model of elements (7):
qm:executionresult, qm:project, qm:remotescript, qm:testcase, qm:testplan, qm:testscript, qm:testsuite
Known Usage Locations
Annotation
[DEPRECATED] [READ-ONLY] Element containing an alternate identifier for the resource.
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
Derivation:
extension of xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="alias">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
type
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type" type="xs:string"/>

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