complexType "Approval"
Namespace:
Content:
complex, 6 elements
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
approval
Known Usage Locations
Annotation
A specific approval state in the workflow.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="Approval">
<xsd:sequence>
<xsd:element name="type" type="ApprovalType"/>
<xsd:element name="status" type="NormalizedString"/>
<xsd:element minOccurs="0" name="approver" type="PersonId"/>
<xsd:element minOccurs="0" name="approvingPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="approvedPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="approvalId" type="ApprovalId"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
approvalId
Type:
ApprovalId, simple content
An identifer for a specific appoval, to allow the approval to be identified and tracked.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approvalId" type="ApprovalId"/>

approvedPartyReference
Type:
PartyReference, empty content
A pointer style reference to a party defined elsewhere in the document. The party referenced was approved for the specified item (e.g. trade or allocation) by the approving party (if specified).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approvedPartyReference" type="PartyReference"/>

approver
Type:
PersonId, simple content
The full name or identifiying ID of the relevant approver.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approver" type="PersonId"/>

approvingPartyReference
Type:
PartyReference, empty content
A pointer style reference to a party defined elsewhere in the document. The party referenced has approved the specified item (e.g. trade or allocation).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approvingPartyReference" type="PartyReference"/>

status
Type:
NormalizedString, simple content
The current state of approval (.e.g preapproved, pending approval, etc.)
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="status" type="NormalizedString"/>

type
Type:
ApprovalType, simple content
The type of approval (e.g. "pre-clearing credit").
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="ApprovalType"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.