simpleType "PayerReceiverEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
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):
IdentifiedPayerReceiver
All Direct / Indirect Based Elements (4):
buyer (defined in Strike complexType),
buyer (defined in StrikeSchedule complexType),
seller (defined in Strike complexType),
seller (defined in StrikeSchedule complexType)
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 DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.