Hi,
I'm using a XML Schema for the validation of the instance, and I intended to
define my allowed elements like in :
<xsd:element name="codePostal">
<xsd:simpleType name="zipCodeDefinition">
<xsd:restriction></xsd:restriction>
</xsd:simpleType>
</xsd:element>
However, XSLTForms ignores the xsd:element tags. It only sees (and uses
correctly!) "xsd:simpleType" when they are siblings of the <xsd:schema> tag,
not when they are inside <xsd:element>.
Is it normal that we cannot use <xsd:element> with XForms, or is it a bug?
Thanks,
Grégoire
|