FundRole

/FundsXML4/AssetMasterData/Asset/AssetDetails/Loan/FundRole

Diagram

FundRole

Documentation

EN

Fund is LENDER or BORROWER

DE

Fonds ist LENDER oder BORROWER

FR

Fonds est LENDER ou BORROWER

NL

Fonds is LENDER van BORROWER

Properties

Type
xs:string
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
LENDER
Restrictions
Base: xs:string
Enumeration:
  • LENDER
  • BORROWER

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="FundRole">
   <xs:annotation>
      <xs:documentation xml:lang="en">Fund is LENDER or BORROWER</xs:documentation>
      <xs:documentation xml:lang="de">Fonds ist LENDER oder BORROWER</xs:documentation>
      <xs:documentation xml:lang="fr">Fonds est LENDER ou BORROWER</xs:documentation>
      <xs:documentation xml:lang="nl">Fonds is LENDER van BORROWER</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="LENDER"/>
         <xs:enumeration value="BORROWER"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>