GuaranteeType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/GuaranteeType

Diagram

GuaranteeType Type of guarantee: GARA ... Guarantee PARENT ... Guarantee by parent company HYPO ... Hypothek NEG ... Negativklausel NONE ... Not guaranteed OTHER ... Other STATE ... State guarantee

Documentation

Type of guarantee:
GARA ... Guarantee
PARENT ... Guarantee by parent company
HYPO ... Hypothek
NEG ... Negativklausel
NONE ... Not guaranteed
OTHER ... Other
STATE ... State guarantee

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
OTHER
Restrictions
Base: xs:string
Enumeration:
  • GARA
  • HYPO
  • NEG
  • NONE
  • PARENT
  • STATE
  • OTHER

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="GuaranteeType">
   <xs:annotation>
      <xs:documentation>Type of guarantee:
GARA ... Guarantee
PARENT ... Guarantee by parent company
HYPO ... Hypothek
NEG ... Negativklausel
NONE ... Not guaranteed
OTHER ... Other
STATE ... State guarantee</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="GARA"/>
         <xs:enumeration value="HYPO"/>
         <xs:enumeration value="NEG"/>
         <xs:enumeration value="NONE"/>
         <xs:enumeration value="PARENT"/>
         <xs:enumeration value="STATE"/>
         <xs:enumeration value="OTHER"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>