element <qm:parentIteration> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
locally within qm:testplan element in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:parentIteration
   
 = 
xs:anyURI
 = 
xs:dateTime
/>
Included in content model of elements (1):
qm:testplan
Anonymous Type Detail
Annotation
The parent iteration of the test plan. The parent iteration may contain a hierarchy of child iterations. The Jazz Team Server (JTS) URL of the parent iteration may be resolved using the Jazz Foundation Process REST API (https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi).
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="parentIteration">
<xs:complexType>
<xs:attribute ref="rdf:resource"/>
<xs:attribute name="modified" type="xs:dateTime"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
modified
Type:
xs:dateTime, predefined
Use:
optional
The last modification date and time of the parent iteration.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="modified" type="xs:dateTime"/>

rdf:resource
Type:
xs:anyURI, predefined
Use:
optional
The Jazz Team Server (JTS) URL of the parent iteration.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="rdf:resource"/>

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