simpleType "VoteDecisionEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
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.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of vote decision.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  VoteDecisionEnum
Derivation:
restriction of xsd:token
Facets:
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 (5); see within schema source)
<xsd:simpleType name="VoteDecisionEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Abstain"/>
<xsd:enumeration value="Against"/>
<xsd:enumeration value="For"/>
<xsd:enumeration value="Pending"/>
</xsd:restriction>
</xsd:simpleType>

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.