Rententypen

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/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

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

Element Definition

<xs:element 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: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>