simpleType "SecLendCallingPartyEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Borrower"
 - 
Initial borrower to the SBL transaction.
"Lender"
 - 
Initial lender to SBL transaction.
"Either"
 - 
Either Lender or Borrower to the SBL transaction.
"AsDefinedInMasterAgreement"
 - 
As defined in Master Agreement.

All Direct / Indirect Based Elements (1):
callingParty (in securityLending)
Known Usage Locations
Annotation
Party in a security lending arrangement who can demand closure (temrination) of the agreement
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  SecLendCallingPartyEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Borrower"
 - 
Initial borrower to the SBL transaction.
"Lender"
 - 
Initial lender to SBL transaction.
"Either"
 - 
Either Lender or Borrower to the SBL transaction.
"AsDefinedInMasterAgreement"
 - 
As defined in Master Agreement.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="SecLendCallingPartyEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Borrower"/>
<xsd:enumeration value="Lender"/>
<xsd:enumeration value="Either"/>
<xsd:enumeration value="AsDefinedInMasterAgreement"/>
</xsd:restriction>
</xsd:simpleType>

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