Showing:

Diagrams
Facets
Source
Used by
Simple Type V_Taux
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 5
fractionDigits 2
Used by
Attribute Base_Taux/@V
Source
<xs:simpleType name="V_Taux">
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="5"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>