simpleType "PayerReceiverEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.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.
MinLength:
0

Known Direct Subtypes (1):
IdentifiedPayerReceiver
All Direct / Indirect Based Elements (5):
buyer (defined in Strike complexType),
buyer (defined in StrikeSchedule complexType),
direction (defined in CommodityBasketUnderlyingBase 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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      PayerReceiverEnum
Derivation:
restriction of 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="Token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.