Beschreibung
Typ
Restriction of xs:decimal
Diagramm
Overview
Facette (Aspekt)
TotalDigits | 12 |
FractionDigits | 6 |
Quelle
<xs:simpleType name="ExchangeRate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de"> Umrechnungskurs</xs:documentation>
<xs:documentation xml:lang="en"> Exchange Rate</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="12" />
<xs:fractionDigits value="6" />
</xs:restriction>
</xs:simpleType>
|
Siehe auch