complexType "PartyApprovalVote"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to describe a party's approval vote.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="PartyApprovalVote">
<xsd:sequence>
<xsd:element name="votePartyReference" type="PartyReference"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="voteQuantity" type="VoteQuantity"/>
</xsd:sequence>
<xsd:element name="vote" type="ApprovalVoteDecision"/>
<xsd:element name="voteDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
vote
Type:
ApprovalVoteDecision, complex content
The vote decision of the party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="vote" type="ApprovalVoteDecision"/>

voteDate
Type:
xsd:date, predefined, simple content
The date on which the party provided their vote.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="voteDate" type="xsd:date"/>

votePartyReference
Type:
PartyReference, empty content
Reference to the party providing its approval.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="votePartyReference" type="PartyReference"/>

voteQuantity
Type:
VoteQuantity, complex content
The party's approval vote expressed as a number of votes, a percent of the total vote, or an amount (e.g. loan commitment amount).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="voteQuantity" 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.