XML Einrichten Version 1.3
VatPercentage Simple Type
XML Einrichten Version 1.3 : VatPercentage Simple Type
Beschreibung
Steuersatz
Namensraum (none)
Typ
Restriction of xs:decimal
Diagramm
VatPercentage Simple Type
Overview
VatPercentage Restriction of xs:decimal
Steuersatz
Facette (Aspekt)
TotalDigits15
FractionDigits3
Quelle
<xs:simpleType name="VatPercentage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Steuersatz</xs:documentation>
    <xs:documentation xml:lang="en">Tax rate </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="15" />
    <xs:fractionDigits value="3" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3