Showing:

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