simpleType "PayerReceiverEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Payer"
 - 
The party identified as the stream payer.
"Receiver"
 - 
The party identified as the stream receiver.

Known Direct Subtypes (1):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
The specification of an interest rate stream payer or receiver party.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PayerReceiverEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Payer"
 - 
The party identified as the stream payer.
"Receiver"
 - 
The party identified as the stream receiver.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="PayerReceiverEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
</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.