Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

referencing another XSD file within an XSD file 1

Status
Not open for further replies.

varocho

Programmer
Dec 4, 2000
238
US
Is it possible to reference another XSD file within an XSD file? What I'd like to do is have a fairly static XSD file which contains an element whose valid values change often reference a 2nd XSD file which specifies the valid values for that element. This way I could set up a process that reads the valid values for the element from a database and then re-create the 2nd XSD file as needed.
 
You can do a xs:include to insert another XSD into the middle of the current XSD.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top