Nachkommastellen für Fondsanteile in Prozent
This commit is contained in:
@@ -2868,10 +2868,16 @@
|
||||
<xsd:element name="ISIN" type="AttributEnum_Type"/>
|
||||
<xsd:element name="WKN" type="AttributEnum_Type"/>
|
||||
</xsd:choice>
|
||||
<xsd:element name="Prozentanteil" type="xsd:unsignedByte" minOccurs="0">
|
||||
<xsd:element name="Prozentanteil" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional Angabe des Anteils dieses Wertpapiers am Gesamtportfolio</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:float">
|
||||
<xsd:minInclusive value="0"/>
|
||||
<xsd:maxInclusive value="100"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ZusaetzlicheFondsdaten" type="ZusaetzlicheFondsdaten_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
|
||||
Reference in New Issue
Block a user