element <testphase>
Namespace:
Type:
anonymous complexType
Content:
complex, 19 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 19 elements
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 ref="dc:identifier"/>
<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 name="expectedTotalPoints" type="xs:int"/>
<xs:element name="expectedDefects" type="xs:int"/>
<xs:element 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="0" 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="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 name="pointsAttempted" type="xs:int"/>
<xs:element name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 19/19)
alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the testphase. Jazz username.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple content
** DEPRECATED **
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
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)
<xs:element ref="alm:updated"/>

custom1
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"/>

custom2
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"/>

custom3
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"/>

dc:creator
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)
<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:identifier
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)
<xs:element ref="dc:identifier"/>

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"/>

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 name="pointsAttempted" type="xs:int"/>
<xs:element name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>

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"/>

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 name="expectedDefects" type="xs:int"/>

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"/>

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"/>

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 name="expectedTotalPoints" type="xs:int"/>

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 name="expectedValidityRate" type="xs:int"/>

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"/>

testplan
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: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