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

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"/>

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

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