complexType "VoteQuantity"
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 (3):
Known Usage Locations
Annotation
A structure to describe a vote quantity as a percent and optionally as a commitment amount.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="VoteQuantity">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="voteCount" type="xsd:nonNegativeInteger"/>
<xsd:element name="votePercent" type="NonNegativeDecimal"/>
<xsd:element name="voteAmount" type="NonNegativeMoney"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
voteAmount
Type:
NonNegativeMoney, complex content
An optional structure to describe a vote quantity as an amount in a currency (e.g. in the loan market, as a lender's commitment amount).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="voteAmount" type="NonNegativeMoney"/>

voteCount
Type:
xsd:nonNegativeInteger, predefined, simple content
A structure to describe a vote quantity as a number (non-negative integer) of votes.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="voteCount" type="xsd:nonNegativeInteger"/>

votePercent
Type:
NonNegativeDecimal, simple content
A structure to describe a vote quantity as a percent to total votes possible.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="votePercent" type="NonNegativeDecimal"/>

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.