SalesCategory

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/SalesCategory

Diagram

SalesCategory

Documentation

EN

Sales category: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL

DE

[AUTO] Vertriebskategorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL

FR

Sales catégorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL

NL

Sales categorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL

Properties

Type
xs:string
Cardinality
0..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
7
Sample Data
RETAIL-HNW
Restrictions
Base: xs:string
MinLength: 6
MaxLength: 11
Enumeration:
  • PUBLIC
  • RETAIL
  • RETAIL-HNW
  • SPECIAL

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SalesCategory">
   <xs:annotation>
      <xs:documentation xml:lang="en">Sales category: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Vertriebskategorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
      <xs:documentation xml:lang="fr">Sales catégorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
      <xs:documentation xml:lang="nl">Sales categorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="6"/>
         <xs:maxLength value="11"/>
         <xs:enumeration value="PUBLIC"/>
         <xs:enumeration value="RETAIL"/>
         <xs:enumeration value="RETAIL-HNW"/>
         <xs:enumeration value="SPECIAL"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>