Hi Craig
i have a similar problem, i have a pattern
<xsd:simpleType name="FinancialAmt">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9.\-]{0,18}" />
</xsd:restriction>
</xsd:simpleType>
When i have an XSD element of this type, it simply converted the variable to string without any restrictions
Have you or anyone else been able to fix this?