element <testphase>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<testphase> |
|
Content: |
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, expectedTotalPoints, expectedDefects, expectedValidityRate, expectedStartDate, expectedEndDate, starttime, endtime, custom1, custom2, custom3, testplan?, detail* |
|
</testphase> |
Content model elements (19):
-
Annotation
The testphase resource represents an interval of time that is to be tracked during the testing effort.
XML Source (w/o annotations (26); see within schema source)
<xs:element name="testphase"> <xs:complexType> <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:complexType> </xs:element> |
Content Element Detail (defined in this component only; 19/19) -
Type: |
xs:string, predefined, simple content |
The contributor who owns the testphase. Jazz username.
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)
-
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: |
xs:string, predefined, simple content |
An entity primarily responsible for making the testphase. Jazz username.
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: |
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> |