complexType "ActionApproval"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
approval  (defined in LoanLegalAction complexType)
Known Usage Locations
Annotation
A structure to describe the approval of the action (e.g. a legal action), including votes required for approval and approval deadline.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ActionApproval">
<xsd:sequence>
<xsd:element name="approvalRequirement" type="VoteQuantity"/>
<xsd:element minOccurs="0" name="approvalParties" type="ApprovalParties"/>
<xsd:element name="approvalDeadlineDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
approvalDeadlineDate
Type:
xsd:date, predefined, simple content
Approval deadline.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="approvalDeadlineDate" type="xsd:date"/>

approvalParties
Type:
ApprovalParties, complex content
A structure to describe the eligible and ineligible parties to vote on the action (e.g. a legal action).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approvalParties" type="ApprovalParties"/>

approvalRequirement
Type:
VoteQuantity, complex content
A structure to describe the approval requirement. I.e. the number of "for" votes.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="approvalRequirement" type="VoteQuantity"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.