element <qm:testphase>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:testphase> |
|
Content: |
qm:projectArea, dc:identifier, 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:detail* |
|
</qm:testphase> |
Content model elements (20):
-
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 (26); see within schema source)
<xs:element name="testphase"> <xs:complexType> <xs:complexContent> <xs:sequence> <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="0" name="testplan"> <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:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 19/20) -
The contributor that owns the test phase.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
** DEPRECATED **
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
The last modification date of a resource. This property is read-only. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
-
The contributor that created the test phase.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A description of the testphase.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A unique identifier for this resource. A URL is typically provided for this element. This property is read-only.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A name given to the testphase.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom1" type="xs:string"/> |
-
Type: |
xs:string, predefined, simple content |
A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom2" type="xs:string"/> |
-
Type: |
xs:string, predefined, simple content |
A field that contains custom data.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="custom3" type="xs:string"/> |
-
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:sequence> </xs:complexType> </xs:element> |
-
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"/> |
-
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)
-
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)
-
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)
-
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)
-
Type: |
xs:int, predefined, simple content |
The expected defect validity of the test phase.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |
-
Type: |
anonymous, empty content |
An absolute URL to the testplan this test phase belongs to.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |