XML Schema Documentation

Complex Type: Approval

[Table of contents]

Super-types: None
Sub-types: None
Name Approval
Used by (from the same schema document) Complex Type Approvals
Abstract no
Documentation A specific approval state in the workflow.
XML Instance Representation
<...>
<type> xsd:normalizedString </type> [1]

'The type of approval (e.g. \"Credit\").'

<status> xsd:normalizedString </status> [1]

'The current state of approval (.e.g preapproved, pending approval, etc.)'

<approver> xsd:normalizedString </approver> [0..1]

'The full name or identifiying ID of the relevant approver.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Approval">
<xsd:sequence>
<xsd:element name="type" type=" xsd:normalizedString "/>
<xsd:element name="status" type=" xsd:normalizedString "/>
<xsd:element name="approver" type=" xsd:normalizedString " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>