Showing:

Diagrams
Facets
Source
Used by
Simple Type Decimal2FractionDigitsType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
Used by
Source
<xs:simpleType name="Decimal2FractionDigitsType">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>