SalesCategory
/FundsXML4/Funds/Fund/SingleFund/SingleFundStaticData/SalesCategory
Diagram
Documentation
EN
Sales category: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
DE
Vertriebskategorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
FR
Sales catégorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
NL
Sales categorie: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
ES
Categoria de venta: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
IT
Categorie di vendita: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
CS
Kategorie prodeje: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL
HU
Értékesítési kategória: 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"
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
- 6
- Sample Data
- SPECIAL
- Restrictions
- Base: xs:string
Enumeration:PUBLICRETAILRETAIL-HNWSPECIAL
Element Definition
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"
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">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:documentation xml:lang="es">Categoria de venta: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
<xs:documentation xml:lang="it">Categorie di vendita: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
<xs:documentation xml:lang="cs">Kategorie prodeje: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
<xs:documentation xml:lang="hu">Értékesítési kategória: PUBLIC, RETAIL, RETAIL-HNW, SPECIAL</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PUBLIC"/>
<xs:enumeration value="RETAIL"/>
<xs:enumeration value="RETAIL-HNW"/>
<xs:enumeration value="SPECIAL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>