[ESW Wiki] Update of "its0509SpecScoping" by fsasaki

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