PayReceive

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Fees/Fee/PayReceive

Diagram

PayReceive

Documentation

EN

Indicator Paid by the fund or Received by the fund

DE

Kennzeichen: Vom Fonds gezahlt oder vom Fonds erhalten

FR

Indicateur Paid par fonds ou Received par fonds

NL

Indicator Paid door fonds van Received door fonds

ES

Indicador de pagado por el fondo o recibido por el fondo

IT

Indicatore Pagato dal fondo o Ricevuto dal fondo

CS

Indicator Paid by the fund or Received by the fund

HU

Indicator Paid by the fund or Received by the fund

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
9
Sample Data
R
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • P
  • R

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="PayReceive">
   <xs:annotation>
      <xs:documentation xml:lang="en">Indicator Paid by the fund or Received by the fund</xs:documentation>
      <xs:documentation xml:lang="de">Kennzeichen: Vom Fonds gezahlt oder vom Fonds erhalten</xs:documentation>
      <xs:documentation xml:lang="fr">Indicateur Paid par fonds ou Received par fonds</xs:documentation>
      <xs:documentation xml:lang="nl">Indicator Paid door fonds van Received door fonds</xs:documentation>
      <xs:documentation xml:lang="es">Indicador de pagado por el fondo o recibido por el fondo</xs:documentation>
      <xs:documentation xml:lang="it">Indicatore Pagato dal fondo o Ricevuto dal fondo</xs:documentation>
      <xs:documentation xml:lang="cs">Indicator Paid by the fund or Received by the fund</xs:documentation>
      <xs:documentation xml:lang="hu">Indicator Paid by the fund or Received by the fund</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:length value="1"/>
         <xs:enumeration value="P"/>
         <xs:enumeration value="R"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>