[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

[XML Schema 1.1] What does ##defined and ##definedSibling mean?

From: Costello, Roger L. <costello@mitre.org>
Date: Thu, 14 May 2009 13:23:22 -0400
To: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
Message-ID: <9E51F88D5247B648908850C35A3BBB5003F437AFBE@IMCMBX3.MITRE.ORG>
[XML Schema 1.1] What does ##defined and ##definedSibling mean?

Hi Folks,

I am not able to understand what the specification is saying about ##defined and ##definedSibling.

Would someone tell me what they mean please?


Here I use ##defined. What does it mean:

   <xs:element name="Book" maxOccurs="unbounded">
      <xs:complexType>
         <xs:all>
            <xs:any notQName="##defined"/>
            <xs:element name="Author" type="xs:string"/>
            <xs:element name="Title" type="xs:string"/>
            <xs:element name="Date" type="xs:string"/>
            <xs:element name="ISBN" type="xs:string"/>
            <xs:element name="Publisher" type="xs:string"/>
         </xs:all>
      </xs:complexType>
   </xs:element>


Here I use ##definedSibling. What does it mean:

   <xs:element name="Book" maxOccurs="unbounded">
      <xs:complexType>
         <xs:all>
            <xs:any notQName="##definedSibling"/>
            <xs:element name="Author" type="xs:string"/>
            <xs:element name="Title" type="xs:string"/>
            <xs:element name="Date" type="xs:string"/>
            <xs:element name="ISBN" type="xs:string"/>
            <xs:element name="Publisher" type="xs:string"/>
         </xs:all>
      </xs:complexType>
   </xs:element>

/Roger
Received on Thursday, 14 May 2009 17:24:00 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.