element <qm:testcase> (local)
Namespace:
Type:
anonymous complexType (extension of qm:abstract-testcase)
Content:
complex, 2 attributes, 40 elements, elem. wildcard
Defined:
locally within qm:abstract-testplan complexType in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:testcase
   
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</qm:testcase>
Content model elements (40):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:activity,
qm:alias,
qm:approvals,
qm:attachment (defined in qm:abstract-testcase complexType),
qm:category (defined in qm:abstract-testcase complexType),
qm:com.ibm.rqm.planning.editor.section.testCaseDesign,
qm:copiedFrom,
qm:copiedRoot,
qm:creationDate,
qm:customAttributes,
qm:esignatures,
qm:estimate,
qm:linkvalidity,
qm:locked,
qm:markerAny,
qm:priority,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:relatedChangeRequest,
qm:remotescript (defined in qm:abstract-testcase complexType),
qm:requirement (defined in qm:abstract-testcase complexType),
qm:risk,
qm:snapshot,
qm:stylesheet,
qm:suspect,
qm:template (defined in qm:abstract-testcase complexType),
qm:testcaserecordselection,
qm:testscript (defined in qm:abstract-testcase complexType),
qm:trigger,
qm:variables,
qm:webId,
qm:weight,
qm:workitem (defined in qm:abstract-testcase complexType)
Included in content model of elements (2):
qm:testplan (defined in qm:abstract-testphase complexType)
Annotation
The test cases to be executed as part of this test plan. Typically, a test plan will contain several test case links. For each test case, specify either a reference to an existing test case, a new test case to be created, or updates that should be made to an existing test case. References should be specified with an absolute URL that uniquely identifies the test case as the value of the "href" attribute. To create or update a test case, specify the details of the change as you would when directly invoking the test case API with the URL as the value for the "identifier" element.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  qm:abstract-testcase (extension)
      complexType
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testcase">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-testcase">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xs:anyURI, predefined
Use:
required
The URL of the test case.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

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