<xschema:fractionalDigits/>
Un élément fractionalDigits possède les attributs suivants :
Attribut. | Obligatoire. | Sémantique. |
value | Oui. | Nombre maximal de chiffres. |
<-- Definition d'un type base sur le type integer avec au plus 10 chiffres. -->
<xschema:simpleType name="Octet">
<xschema:restriction base="xschema:string">
<xschema:fractionalDigits value="10"/>
</xschema:restriction>
</xschema:simpleType>