Hi. I have the same problem as well.
I’ve realised that i tried to create a xsd for a large document.
However, this document should be broken down into sub-components, for
easier referencing.
Hence, instead of developing small separate xsds, I’ve created 1 xsd, outlining a few simpleType definition groups to be used by these documents.
ie.
<xs:simpleType name=“Tquantity”>
<xs:restriction base=“xs:float”>
<xs:pattern value=“0.00”/>
</xs:restriction>
</xs:simpleType>
I created the schema in the developer.
However, I then created a separate document,
with a field called , contentType = ‘Tquantity’
However, in my flow, I did a testing by hardcoding a = 5.32. When i called “pub:schema:validate”, it keeps failing.
ErrorMessage = Value does not match pattern(s)
Could someone help?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services