Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Avoiding duplication of XML Schema in XForms document

Reply
Thread Tools

Avoiding duplication of XML Schema in XForms document

 
 
Victor Engmark
Guest
Posts: n/a
 
      04-14-2004
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?

--
Victor Engmark
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
web.xml / XML schema issue, why do some XML schema attributes disappear asciz@starmail.com Java 3 02-20-2007 09:56 AM
avoiding code duplication w/ type lists =?iso-8859-1?B?RnJhbmstUmVu6SBTY2jkZmVy?= C++ 4 02-01-2006 08:25 PM
[XML Schema] Including a schema document with absent target namespace to a schema with specified target namespace Stanimir Stamenkov XML 3 04-25-2005 09:59 AM
XML Schema to XForms Brian XML 0 03-24-2005 09:38 PM
Avoiding link text duplication? Leif K-Brooks HTML 3 05-29-2004 06:05 PM



Advertisments