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?
<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?