complexType "ApprovalParties"
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):
Known Usage Locations
Annotation
A structure to describe the eligible and ineligible parties to vote on an action (e.g. a legal action).
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ApprovalParties">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="eligibleParty" type="PartyReference"/>
<xsd:sequence>
<xsd:element name="ineligibleParty" type="PartyReference"/>
<xsd:element minOccurs="0" name="ineligibleReason" type="IneligiblePartyReasonType"/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
eligibleParty
Type:
PartyReference, empty content
A reference to a lender eligible to vote on the approval.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="eligibleParty" type="PartyReference"/>

ineligibleParty
Type:
PartyReference, empty content
A reference to a lender ineligible to vote on the approval.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ineligibleParty" type="PartyReference"/>

ineligibleReason
Type:
A structure to describe the reason a lender is ineligible to vote on the approval, based on a scheme.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="ineligibleReason" type="IneligiblePartyReasonType"/>

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.