element <qm:testphase>
Namespace:
Type:
Content:
complex, 23 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 19 elements
Used:
never
XML Representation Summary
<qm:testphase>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:expectedTotalPoints?, qm:expectedDefects?, qm:expectedValidityRate?, qm:expectedStartDate, qm:expectedEndDate, qm:starttime, qm:endtime, qm:custom1, qm:custom2, qm:custom3, qm:testplan, qm:iteration, qm:detail*
</qm:testphase>
Content model elements (23):
Annotation
The testphase resource represents an interval of time that is to be tracked during the testing effort.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (27); see within schema source)
<xs:element name="testphase">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element minOccurs="0" name="expectedTotalPoints" type="xs:int"/>
<xs:element minOccurs="0" name="expectedDefects" type="xs:int"/>
<xs:element minOccurs="0" name="expectedValidityRate" type="xs:int"/>
<xs:element name="expectedStartDate" type="xs:dateTime"/>
<xs:element name="expectedEndDate" type="xs:dateTime"/>
<xs:element name="starttime" type="xs:dateTime"/>
<xs:element name="endtime" type="xs:dateTime"/>
<xs:element name="custom1" type="xs:string"/>
<xs:element name="custom2" type="xs:string"/>
<xs:element name="custom3" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="testplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="iteration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="detail">
<xs:complexType>
<xs:sequence>
<xs:element name="comment" type="xs:string"/>
<xs:element name="date" type="xs:dateTime"/>
<xs:element minOccurs="0" name="pointsAttempted" type="xs:int"/>
<xs:element minOccurs="0" name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 19/23)
alm:owner
Type:
anonymous, mixed content
The contributor that owns the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous, mixed content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
[READ-ONLY] The contributor that created the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
A description of the testphase.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the testphase.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:custom1
Type:
xs:string, predefined, simple content
[READ-ONLY] A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom1" type="xs:string"/>

qm:custom2
Type:
xs:string, predefined, simple content
[READ-ONLY] A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom2" type="xs:string"/>

qm:custom3
Type:
xs:string, predefined, simple content
[READ-ONLY] A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom3" type="xs:string"/>

qm:detail
Type:
anonymous, complex content
The data for the progression of the testing at a given time.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="detail">
<xs:complexType>
<xs:sequence>
<xs:element name="comment" type="xs:string"/>
<xs:element name="date" type="xs:dateTime"/>
<xs:element minOccurs="0" name="pointsAttempted" type="xs:int"/>
<xs:element minOccurs="0" name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:endtime
Type:
xs:dateTime, predefined, simple content
XML dateTime indicating the actual end time of the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="endtime" type="xs:dateTime"/>

qm:expectedDefects
Type:
xs:int, predefined, simple content
The expected number of defects during the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="expectedDefects" type="xs:int"/>

qm:expectedEndDate
Type:
xs:dateTime, predefined, simple content
XML dateTime indicating the expected end date of the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expectedEndDate" type="xs:dateTime"/>

qm:expectedStartDate
Type:
xs:dateTime, predefined, simple content
XML dateTime indicating the expected start date of the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expectedStartDate" type="xs:dateTime"/>

qm:expectedTotalPoints
Type:
xs:int, predefined, simple content
The expected number of total points during the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="expectedTotalPoints" type="xs:int"/>

qm:expectedValidityRate
Type:
xs:int, predefined, simple content
The expected defect validity of the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="expectedValidityRate" type="xs:int"/>

qm:iteration
Type:
anonymous, empty content
[READ-ONLY] An absolute URL to the iteration this test phase belongs to.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="iteration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:starttime
Type:
xs:dateTime, predefined, simple content
XML dateTime indicating the actual start time of the test phase.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="starttime" type="xs:dateTime"/>

qm:testplan
Type:
anonymous, empty content
An absolute URL to the testplan this test phase belongs to. A valid test plan URL is required for creation of a new test phase. This property is ummutable after the test phase has been created.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="testplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set