element <qm:approval>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
XML Representation Summary
<qm:approval>
   
Content: 
qm:approvalOwner, qm:approvalStatus?, qm:comment?
</qm:approval>
Content model elements (3):
Included in content model of elements (1):
Annotation
Datails of the approval.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="approval">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="approvalOwner">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="approvalStatus" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
qm:approvalOwner
Type:
anonymous, mixed content
The contributor that owns an approval.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="approvalOwner">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

qm:approvalStatus
Type:
xs:string, predefined, simple content
The id of the state of the approval. Possible values are: <ul><li>com.ibm.team.workitem.approvalState.pending</li><li>com.ibm.team.workitem.approvalState.approved</li><li>com.ibm.team.workitem.approvalState.rejected</li></ul>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="approvalStatus" type="xs:string"/>

qm:comment
Type:
xs:string, predefined, simple content
An optional comment left by the approval owner.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set