element <qm:customAttribute> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 13 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<qm:customAttribute>
   
Content: 
</qm:customAttribute>
Content model elements (13):
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:type (type xs:string),
Annotation
A custom (user-defined) attribute associated with test artifacts for grouping, sorting, and filtering.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (12); see within schema source)
<xs:element name="customAttribute">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="alm:updated"/>
<xs:element maxOccurs="1" minOccurs="1" ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>
<xs:element maxOccurs="1" minOccurs="1" name="scope" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="additionalEditableScope" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="type" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="required" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
<xs:element maxOccurs="1" minOccurs="0" name="values">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="default" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 9/13)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The date/time (XML dateTime) the custom attribute was last updated.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:description
Type:
xs:string, predefined, simple content
The description of the custom attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
The name of the custom attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="dc:title"/>

qm:additionalEditableScope
Type:
xs:string, predefined, simple content
The additional editable scope of the custom attribute (test artifact type). That is, the additional scope where the custom attribute is editable. Supported additional editable scopes include: MANUAL_TESTCASERESULTSTEP (manual step custom attributes only).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="additionalEditableScope" type="xs:string"/>

qm:externalURI
Type:
xs:anyURI, predefined, simple content
The external URI of the custom attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>

qm:required
Type:
xs:boolean, predefined, simple content
Defines if the custom attribute is required.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="required" type="xs:boolean"/>

qm:scope
Type:
xs:string, predefined, simple content
[IMMUTABLE] The scope of the custom attribute (test artifact type). Supported scopes include: TEST_PLAN, TEST_CASE, TEST_SCRIPT, MANUAL_STEP, TEST_SUITE, TESTCASE_EXECUTIONRECORD, TESTSUITE_EXECUTIONRECORD, TESTCASE_RESULT, and TESTSUITE_RESULT.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="scope" type="xs:string"/>

qm:type
Type:
xs:string, predefined, simple content
[IMMUTABLE] The data type of the custom attribute (small/medium string, integer, date/time, and enumeration (manual step custom attributes only)). Supported types include: SMALL_STRING, MEDIUM_STRING, INTEGER, TIMESTAMP, and ENUMERATION (manual step custom attributes only)
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="type" type="xs:string"/>

qm:values
Type:
anonymous complexType, complex content
The values of the enumeration custom attribute (manual step custom attributes only). Note, enumeration values are not ordered.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="values">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="default" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.11 using DocFlex/XML XSDDoc 2.8.3 template set