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

qm:approvalStateChangedDate
Type:
xs:dateTime, predefined, simple content
The timestamp of when the approval state is changed to non-pending state
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="approvalStateChangedDate" type="xs:dateTime"/>

qm:approvalStatus
Type:
xs:string, predefined, simple content
The id of the state of the approval. Possible values are: com.ibm.team.workitem.approvalState.pending, com.ibm.team.workitem.approvalState.approved, and com.ibm.team.workitem.approvalState.rejected
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
[DEPRECATED] 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set