complexType "ApprovalVoteDecision"
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 a party's approval vote decision.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ApprovalVoteDecision">
<xsd:sequence>
<xsd:element name="voteDecision" type="VoteDecisionEnum"/>
<xsd:choice minOccurs="0">
<xsd:element name="documentVoteDecision" type="DocumentVoteDecisionType"/>
<xsd:element name="description" type="NonEmptyNormalizedString"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
description
Type:
NonEmptyNormalizedString, simple content
A free form field to provide a description of the vote decision of the party. This object represents the documented description of the vote decision (i.e. the decision as described by the legal document).
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="description" type="NonEmptyNormalizedString"/>

documentVoteDecision
Type:
DocumentVoteDecisionType, simple content
The vote decision of the party, based on a scheme. This object represents the documented description of the vote decision (i.e. the decision as described by the legal document).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="documentVoteDecision" type="DocumentVoteDecisionType"/>

voteDecision
Type:
VoteDecisionEnum, simple content
The vote decision of the party, based on an enumeration. This object represents the "functional" impact of the decision, and not the legal vernacular. Use either documentVoteDecision or description elements below to express the legal vernacular representing the vote decision.
Simple Content
enumeration of xsd:token
Enumeration:
"Abstain"
 - 
Indicates an abstention from voting on the measure.
"Against"
 - 
Indicates a vote against the measure.
"For"
 - 
Indicates a vote in favor of the measure.
"Pending"
 - 
Indicates that a vote is pending.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="voteDecision" type="VoteDecisionEnum"/>

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.