element <qm:artifactAttribute> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
XML Representation Summary
<qm:artifactAttribute>
   
Content: 
</qm:artifactAttribute>
Content model elements (2):
Included in content model of elements (1):
qm:artifactAttributes
XML Source (w/o annotations (8); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="artifactAttribute">
<xs:complexType>
<xs:choice>
<xs:element name="predefinedAttributeId" type="xs:string"/>
<xs:element name="customAttribute">
<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:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:customAttribute
Type:
anonymous complexType, complex content
A user defined property associated with a template section. Type supported are - SMALL_STRING, MEDIUM_STRING, INTEGER, ENUMERATION
XML Source (w/o annotations (7); see within schema source)
<xs:element name="customAttribute">
<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:complexType>
</xs:element>

qm:predefinedAttributeId
Type:
xs:string, predefined, simple content
A predefined property id associated with a template section. Supported attributes are - com.ibm.rqm.planning.common.manualtestscript.step.description, com.ibm.rqm.planning.common.manualtestscript.step.expectedresult, com.ibm.rqm.planning.common.manualtestscript.step.attachementsandlinks
XML Source (w/o annotations (1); see within schema source)
<xs:element name="predefinedAttributeId" type="xs:string"/>

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