| namespace | http://www.fundsxml.org/XMLSchema/3.0.7 | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="SecurityType"> <xs:annotation> <xs:documentation xml:lang="en">TO DO</xs:documentation> <xs:documentation xml:lang="de">1-stelliges Element zur Beschreibung der Wertpapierart gemaess folgender Codeliste: 1: Schuldverschreibung 2: Aktie 3: Investmentfondsanteil 4: Sonstiges Wertpapier </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> |