473,395 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

XSD keyRef

Hello,

I have a complex type defined in its own schema as follows:

<xsd:complexType name="myType">
<xsd:complexContent>
<xsd:extension base="myBaseType">
<xsd:attribute name="parentId" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

I want to apply a keyRef so that the parentId attribute must refer to a
valid ID (defined elsewhere in another schema). However, as far as I can
tell, XSD only allows you to specify a keyRef inside an element declaration.
But I don't want to declare an element. Does anyone know how I can declare a
keyRef without requiring the element?

Thanks,
Kent
Nov 15 '05 #1
2 1795
You can't. key/kerefs must be declared on an element. It could be either a
global element or a local element.

--
Stan Kitsis
Program Manager, XML Technologies
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"Kent Boogaart" <ke****@internode.on.net> wrote in message
news:uH**************@TK2MSFTNGP12.phx.gbl...
Hello,

I have a complex type defined in its own schema as follows:

<xsd:complexType name="myType">
<xsd:complexContent>
<xsd:extension base="myBaseType">
<xsd:attribute name="parentId" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

I want to apply a keyRef so that the parentId attribute must refer to a
valid ID (defined elsewhere in another schema). However, as far as I can
tell, XSD only allows you to specify a keyRef inside an element
declaration. But I don't want to declare an element. Does anyone know how
I can declare a keyRef without requiring the element?

Thanks,
Kent

Nov 15 '05 #2
Thanks for the reply. Is this a known flaw in XSD? Will something be done
about it? It seems a bit limiting to me. I have a similar problem trying to
declare uniqueness on a complex type's outer element's children.

Thanks again,
Kent

"Stan Kitsis [MSFT]" <sk***@microsoft.com> wrote in message
news:43********@news.microsoft.com...
You can't. key/kerefs must be declared on an element. It could be either
a global element or a local element.

--
Stan Kitsis
Program Manager, XML Technologies
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no
rights. Use of included script samples are subject to the terms specified
at http://www.microsoft.com/info/cpyright.htm

"Kent Boogaart" <ke****@internode.on.net> wrote in message
news:uH**************@TK2MSFTNGP12.phx.gbl...
Hello,

I have a complex type defined in its own schema as follows:

<xsd:complexType name="myType">
<xsd:complexContent>
<xsd:extension base="myBaseType">
<xsd:attribute name="parentId" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

I want to apply a keyRef so that the parentId attribute must refer to a
valid ID (defined elsewhere in another schema). However, as far as I can
tell, XSD only allows you to specify a keyRef inside an element
declaration. But I don't want to declare an element. Does anyone know how
I can declare a keyRef without requiring the element?

Thanks,
Kent


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: peterpeter | last post by:
Hi. There is a XML schema problem that I have with key/keyref: I have two complex (A and B) types which both inherit from a common base typ (Base). A refers B using a xs:IDREF element named...
0
by: Markus Seibold | last post by:
Hello NG, sorry for pasting that much code but I just can't figure out how get the <key><keyref> to work in XML Schema. I am using XMLSpy 4.3 for editing my XML. I want to represent a...
5
by: Russell O'Connor | last post by:
The following XML and Schema doesn't validate in Visual Studio .NET 2003. Is there some mistake I'm making, or is VS.NET in error. The error is r:\test2.xml(3): The key sequence 'foo' in Keyref...
0
by: mark.van.der.voort | last post by:
Hi, I have defined a simple key/keyref validation for describing a tree. <xs:key name="key_member"> <xs:selector xpath=".//member"/> <xs:field xpath="@id"/> </xs:key> <xs:keyref...
0
by: jacksuyu | last post by:
I have two xsd files, in one xsd file, I defined a "key", I'd like to use "keyref" to refer to that "key" from another xsd file. But I always get attribute is empty error. my.xsd is my first xsd...
1
by: Dmitry Martynov | last post by:
Hi I have a question whether XmlValidatingReader doesn't check keyref constrain (the same with key constraint) or I do smth wrong. I have the following schema <?xml version="1.0"...
0
by: Kent Boogaart | last post by:
Hi, Suppose an XSD as follows: <xsd:complexType name="myType"> <xsd:complexContent> <xsd:extension base="myBaseType"> <xsd:sequence> <xsd:element name="thing" minOccurs="0"...
2
by: svestin | last post by:
Hi All! I run into a problem defining a XSD schema with KEYREF references. Is it possible to use KEYREF with nillable fields? Just like a database where a FK could be null. In the example...
4
by: jasonnerothin | last post by:
I'm trying to figure out exactly what's going wrong with an xpath keyref validation scenario. In brief, I have something like the following in my xsd: <xs:schema> <xs:complexType...
0
by: peterpeter | last post by:
Hi. There is a XML schema problem that I have with key/keyref: I have a complex type "AExtended" which inherits from a base type "ABase". Both are allowed to be instantiated under the "Root"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.