Closed Nitrino closed 6 years ago
XSD support custom data types, like these:
<xsd:simpleType name="WSTypeChar2048"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="2048"/> </xsd:restriction> </xsd:simpleType>
We must parse them and validate passed native data types
XSD support custom data types, like these:
We must parse them and validate passed native data types