element <approval>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
XML Representation Summary
<approval>
   
Content: 
approvalOwner, approvalStatus?
</approval>
Content model elements (2):
Included in content model of elements (1):
Annotation
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>
Content Element Detail (defined in this component only; 2/2)
approvalOwner
Type:
xs:string, predefined, simple content
The contributor to whom the approval is asked. Jazz username.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="approvalOwner" type="xs:string"/>

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

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