Hi Mike
i have the same problem
the following XSD Type
<xsd:simpleType name="FinancialAmt">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9.\-]{0,18}" />
</xsd:restriction>
</xsd:simpleType>
When creating the code it would simply convert the variable to type string without any validation code
have you been able to solve this problem?