element <qm:approvalDescriptor> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:approvalDescriptor> |
|
|
</qm:approvalDescriptor> |
Content model elements (8):
-
Included in content model of elements (1):
-
Annotation
A record allowing an acceptance or refusal.
XML Source (w/o annotations (14); see within schema source)
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>
<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="1" minOccurs="0" name="archived" type="xs:boolean"/>
<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: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:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 8/8)
-
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: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>
|
-
XML Source (see within schema source)
-
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:dateTime, predefined, simple content |
The timestamp of when the approval descriptor approval state is changed to non-pending state
XML Source (w/o annotations (1); see within schema source)
-
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, and 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"/>
|
-
Type: |
xs:boolean, predefined, simple content |
Indicates the approval is archived.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="archived" type="xs:boolean"/>
|
-
Type: |
xs:int, predefined, simple content |
The approval descriptor id. Needed for updating or archiving actions.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>
|
-
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"/>
|