element <qm:testphase> (local)
Namespace:
Type:
anonymous complexType (extension of qm:abstract-testphase)
Content:
complex, 2 attributes, 23 elements
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:testphase
   
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</qm:testphase>
Content model elements (23):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:custom1,
qm:custom2,
qm:custom3,
qm:detail,
qm:endtime,
qm:expectedDefects,
qm:expectedEndDate,
qm:expectedStartDate,
qm:expectedTotalPoints,
qm:expectedValidityRate,
qm:iteration,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:starttime,
qm:stylesheet,
qm:testplan (defined in qm:abstract-testphase complexType)
Included in content model of elements (2):
Annotation
The test phase for this test case execution record. Specify either a reference to an existing test phase, a new test phase to be created, or updates that should be made to an existing test phase. References should be specified with an absolute URL that uniquely identifies the test phase as the value of the "href" attribute. To create or update a test phase, specify the details of the change as you would when directly invoking the test phase API with the URL as the value for the "identifier" element.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  qm:abstract-testphase (extension)
      complexType
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testphase">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-testphase">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xs:anyURI, predefined
Use:
required
The URL of the testphase.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] UUID of the testphase.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

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