simpleType QuotationType
namespace http://www.fundsxml.org/XMLSchema/3.2
type restriction of xs:string
properties
base xs:string
used by
element NominalOrUnitsType/Quotation
facets
Kind Value Annotation
minLength 1
maxLength 7
pattern \s{0,2}\d{1,3}(,\d{1,3})?
annotation
documentation
TO DO
documentation
Kursangabe mit max. 3 Vor- und 3 Nachkommastellen; ohne Vorzeichen, ...
source <xs:simpleType name="QuotationType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">TO DO</xs:documentation>
   
<xs:documentation xml:lang="de"> Kursangabe mit max. 3 Vor- und 3 Nachkommastellen; ohne Vorzeichen, ...</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="7"/>
   
<xs:pattern value="\s{0,2}\d{1,3}(,\d{1,3})?"/>
 
</xs:restriction>
</xs:simpleType>


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