...
Ajuste na mascara de quando o valor tive propriedade TDec_1304.
<xs:simpleType name="TDec_1304"> <xs:annotation>
<xs:documentation>Valor com possível 4 casas decimais</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:whiteSpace value="preserve"/>
<xs:pattern value="|0|0\.[0-9]{2,4}|[*0-9* ]{1}[0-9]{0,12}(\.[0-9]{2,4})?"/>
</xs:restriction>
</xs:simpleType>
Não Há.
...