Rententypen

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/CountrySpecificData/AT/OeKBStammdatenblatt/Rententypen

Diagram

Rententypen

Documentation

DE

5.1. Rententypen
CORP Corporate Bonds
GOV Government Bonds
AGBND Aggregate Bonds (= Corporate Bonds and Government Bonds)

EN

Bond type

FR

Obligation type

NL

Obligatie type

ES

tipo de bono

IT

Tipo di legame

CS

Bond type

HU

Bond type

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
10
Sample Data
GOV
Restrictions
Base: xs:string
Enumeration:
  • CORP
  • GOV
  • AGBND
  • NA

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="Rententypen">
   <xs:annotation>
      <xs:documentation xml:lang="de">5.1.	Rententypen
CORP	Corporate Bonds
GOV	Government Bonds
AGBND	Aggregate Bonds (= Corporate Bonds and Government Bonds)</xs:documentation>
      <xs:documentation xml:lang="en">Bond type</xs:documentation>
      <xs:documentation xml:lang="fr">Obligation type</xs:documentation>
      <xs:documentation xml:lang="nl">Obligatie type</xs:documentation>
      <xs:documentation xml:lang="es">tipo de bono</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di legame</xs:documentation>
      <xs:documentation xml:lang="cs">Bond type</xs:documentation>
      <xs:documentation xml:lang="hu">Bond type</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="CORP"/>
         <xs:enumeration value="GOV"/>
         <xs:enumeration value="AGBND"/>
         <xs:enumeration value="NA"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>