element <qm:customAttribute> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:customAttribute |
|
|
|
= |
xs:string |
|
|
= |
xs:boolean |
|
|
= |
xs:anyURI |
|
|
> |
|
|
</qm:customAttribute> |
Content model elements (5):
-
Included in content model of elements (1):
-
Annotation
A user defined property associated with a template section. Type supported are -
SMALL_STRING, MEDIUM_STRING, INTEGER, ENUMERATION
XML Source (w/o annotations (9); see within schema source)
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="identifier" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="required" type="xs:boolean"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 3/3)
href
-
Type: |
xs:anyURI, predefined |
Use: |
required |
The URL of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>
|
required
-
Type: |
xs:boolean, predefined |
Use: |
optional |
[READ-ONLY] The requiredness of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="required" type="xs:boolean"/>
|
type
-
Type: |
xs:string, predefined |
Use: |
required |
[READ-ONLY] The data type of the attribute. Valid types include: SMALL_STRING, MEDIUM_STRING, INTEGER, and TIMESTAMP
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>
|
Content Element Detail (all declarations; defined within this component only; 5/5)
-
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)
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The description of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
|
-
Type: |
xs:anyURI, predefined, simple content |
[READ-ONLY] The external URI of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
|
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The unique identifier for the field.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="identifier" type="xs:string"/>
|
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The title of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
|