simpleType MaturityType
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
properties
base xs:string
used by
element SecuritiesWithoutISINType/OriginalMaturity
facets
Kind Value Annotation
enumeration 1
enumeration 2
enumeration 3
annotation
documentation
TO DO
documentation


1-stelliges Element zur Beschreibung der Ursprungslaufzeit von Wertpapieren gemaess folgender Codeliste:
1: bis einschl. 1 Jahr
2: ueber 1 bis einschl. 2 Jahre
3: ueber 2 Jahre


source <xs:simpleType name="MaturityType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">TO DO</xs:documentation>
   
<xs:documentation xml:lang="de">

1-stelliges Element zur Beschreibung der Ursprungslaufzeit von Wertpapieren gemaess folgender Codeliste:
1: bis einschl. 1 Jahr
2: ueber 1 bis einschl. 2 Jahre
3: ueber 2 Jahre


</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1"/>
   
<xs:enumeration value="2"/>
   
<xs:enumeration value="3"/>
 
</xs:restriction>
</xs:simpleType>


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