CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:57:58 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:50:22 GMT
cache-control: max-age=2592000, public
expires: Sun, 09 Nov 2025 17:34:57 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c7df162996cc36
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=c41Kf9Af1XT_WplvpIGEAUH9W.gk7q9TwxK4OzIqshA-1760165878-1.0.1.1-EsdJflQiL2MTCv8yptdmi6U6sZVaIC5DnaESA3kJ6FLzwrmRwNWGQLxRjRww_jW1_Od_HtnY8551cGMIHswMHXKGBsnhy1szIugudFnFs2Y; path=/; expires=Sat, 11-Oct-25 07:27:58 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cc7761980025e0-BLR
alt-svc: h3=":443"; ma=86400
[XPath 2.0] XSCH-XPATH-002 from Lisa Martin on 2004-02-15 (public-qt-comments@w3.org from February 2004)
[XPath 2.0] XSCH-XPATH-002
- From: Lisa Martin <lmartin@ca.ibm.com>
- Date: Sun, 15 Feb 2004 13:25:34 -0500
- To: public-qt-comments@w3.org
- Cc: W3C XML Schema WG <w3c-xml-schema-wg@w3.org>
- Message-ID: <OF19A8FD54.0A7AAD60-ON85256E3B.00637A36-85256E3B.00659085@ca.ibm.com>
Dear Colleagues, This comment pertains to the Nov. 12 2003 version of XPath 2.0 [1]. [1] https://www.w3.org/TR/xpath20/ Lisa Martin, on behalf of the XML Schema Working Group ---------------------------------------------------- Section 2.4.4.3 Matching an ElementTest and an Element Node Bullet 2 states: 2. element(ElementName, TypeName) matches a given element node if: a. ... , and: b. type-matches(TypeName, AT) is true, where AT is the type of the given element node. ... The first example is: Example: element(person, surgeon) matches an non-nilled element node whose name is person and whose type annotation is surgeon. Given the rules for type-matches (ET, AT), shouldn't the example instead say " ... and whose type annotation is surgeon, or is a type derived from surgeon"? This comment applies to many examples in this, and following sections.
Received on Sunday, 15 February 2004 13:25:38 UTC