- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 19 Oct 2005 01:04:15 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by fsasaki:
http://esw.w3.org/topic/its0509SpecScoping
------------------------------------------------------------------------------
</text>
}}}
+ The following xml schema datatype can be used to verify that only these axis are used:
+
+ {{{
+ <xs:simpleType name="scopeInline">
+ <xs:restriction base="xs:string">
+ <xs:pattern value="
+ (child::.+)|
+ (descendant::.+)|
+ (descendant-or-self::.+)|
+ (\.//.+)|
+ (attribute::/.+)|
+ (@.+)|
+ (name\(\)=.+)"/>
+ </xs:restriction>
+ </xs:simpleType>
+ }}}
+
==== Markup declaration for scope in instance documents ====
'''[[FS-''' Here we have only the DTD example, but the rest will
Received on Wednesday, 19 October 2005 11:18:50 UTC