simpleType "CallingPartyEnum"
Namespace:
Defined:
globally in fpml-repo-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"InitialBuyer"
 - 
Initial buyer to the repo transaction.
"InitialSeller"
 - 
Initial seller to the repo transaction.
"Either"
 - 
Either, Buyer or Seller to the repo transaction.
"AsDefinedInMasterAgreement"
 - 
As defined in Master Agreement.

All Direct / Indirect Based Elements (1):
callingParty
Known Usage Locations
Annotation
Identifies a party to the on-demand repo transaction that has a right to demand for termination of the repo transaction.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  CallingPartyEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"InitialBuyer"
 - 
Initial buyer to the repo transaction.
"InitialSeller"
 - 
Initial seller to the repo transaction.
"Either"
 - 
Either, Buyer or Seller to the repo transaction.
"AsDefinedInMasterAgreement"
 - 
As defined in Master Agreement.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="CallingPartyEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="InitialBuyer"/>
<xsd:enumeration value="InitialSeller"/>
<xsd:enumeration value="Either"/>
<xsd:enumeration value="AsDefinedInMasterAgreement"/>
</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.