element <qm:approvalDescriptor>
Namespace:
Type:
anonymous complexType
Content:
complex, 5 elements
Defined:
locally within element qm:approvals in qm.xsd, see XML source
Includes:
definitions of 5 elements
XML Representation Summary
<qm:approvalDescriptor>
   
Content: 
qm:name?, qm:approvalType, qm:approvalDate?, qm:approval*, qm:approvalComment*
</qm:approvalDescriptor>
Content model elements (5):
Included in content model of elements (1):
Annotation
A record allowing an acceptance or refusal.
XML Source (w/o annotations (10); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="approvalDescriptor">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="approvalType" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="approvalDate" type="xs:dateTime"/>
<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>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="approvalComment"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/5)
qm:approval
Type:
anonymous, complex content
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>

qm:approvalComment
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="approvalComment"/>

qm:approvalDate
Type:
xs:dateTime, predefined, simple content
XML Datetime the approval is requested by.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="approvalDate" type="xs:dateTime"/>

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

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

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