element <approvalDescriptor>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<approvalDescriptor> |
|
|
</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) -
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> |
-
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"/> |
-
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"/> |