Avoiding duplication of XML Schema in XForms document

V

Victor Engmark

When my XML Schema contains

<xsd:sequence>
<xsd:element name="id" type="slt_code"/>
</xsd:sequence>

, I don't want to duplicate this information by having to type

<xf:bind id="slotId-bind" nodeset="id" required="true()"
type="xsi:slt_code"/>

in the XForms document. How can I ensure that the data is filled in, and
conforming to the slt_code type, without this redundant information?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top