Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 30th, 2005, 06:52 AM
Authorized User
 
Join Date: Jun 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to aowen355
Default sql:is-constant Alternatives

Does anyone know an alternative for sql:is-constant when using <xsd:element ref="">
sql:is-constant seems to work fine when calling <xsd:element name="">

Basically I am trying to create placeholder elements in my xsd file, but I want the name of those to validate against my preset schema, so this is why I must use ref instead of name.
Example:

instead of using <xsd:element name="Problem" sql:is-constant="1"> I want to use something like <xsd:element ref="j:Problem" sql:is-constant="1"> so that it validates against my namespace called j.

sql:is-constant is not able to be used in the case, do i have any other options?

Thanks
-----------------
Andrew Owen






Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternatives to QueryString in 2-page Mstr/Detail wirerider ASP.NET 2.0 Professional 4 July 24th, 2006 01:21 PM
Scrollable Control - Alternatives? pagates C# 4 April 5th, 2006 03:26 AM
Alternatives to Crystal. mburley Crystal Reports 1 February 1st, 2005 06:47 PM
constant array snowbelly Access 1 June 16th, 2004 04:24 PM
Querystring Alternatives lukemedway_uk Classic ASP Basics 1 October 7th, 2003 08:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.