simpleType SecurityType
namespace http://www.fundsxml.org
type restriction of xs:string
properties
base xs:string
used by
element SecuritiesWithoutISINType/TypeOfSecurity
facets
Kind Value Annotation
enumeration 1
enumeration 2
enumeration 3
enumeration 4
annotation
documentation
1-stelliges Element zur Beschreibung der Wertpapierart gemaess folgender Codeliste:
1: Schuldverschreibung
2: Aktie
3: Investmentfondsanteil
4: Sonstiges Wertpapier
documentation
TO DO
source <xs:simpleType name="SecurityType">
 
<xs:annotation>
   
<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:documentation xml:lang="en">TO DO</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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy