element <qm:property> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
locally within qm:labresource element in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:property
   
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (1):
qm:labresource
Annotation
The properties representation of the lab resource is comprised of multiple properties and property value pairs. Consult the property dictionary //server/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/labresource?propertyDictionary=true for a complete listing of all Lab Resource types and attributes. Once constructed, each property fully addresses one type or attribute of the Lab Resource. Type declarations do not specify values. Property names are in the format: TYPE_NAME.ATTRIBUTE_NAME, e.g. Machine.name specifies the Machine Type name attribute If the attribute type is a reference to another type the name is TYPE_NAME.ATTRIBUTE_NAME.TYPE_NAME, e.g. Machine.cpu.Power specifies the Machine attribute CPU is the Type Power. If multiple values are possible for a given attribute, the array [] notation is used.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="property">
<xs:complexType>
<xs:attribute name="value" type="xs:string" use="optional"/>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
name
Type:
xs:string, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>

value
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="value" type="xs:string" use="optional"/>

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