XML Einrichten Version 1.2
ExchangeRate Simple Type
XML Einrichten Version 1.2 : ExchangeRate Simple Type
Description
Exchange Rate
Namespace (none)
Type
Restriction of xs:decimal
Diagram
ExchangeRate Simple Type
Overview
ExchangeRate Restriction of xs:decimal
Exchange Rate
Facets
TotalDigits12
FractionDigits6
Source
<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>
See Also
XML Einrichten Version 1.2