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

ES

Fondo es LENDER el BORROWER

IT

Il fondo è prestatore o mutuatario

CS

Fund is LENDER or BORROWER

HU

Fund is LENDER or BORROWER

Properties

Type
xs:string
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
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:ds="http://www.w3.org/2000/09/xmldsig#"
            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:documentation xml:lang="es">Fondo es LENDER el BORROWER</xs:documentation>
      <xs:documentation xml:lang="it">Il fondo è prestatore o mutuatario</xs:documentation>
      <xs:documentation xml:lang="cs">Fund is LENDER or BORROWER</xs:documentation>
      <xs:documentation xml:lang="hu">Fund is LENDER or 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>