XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
element selector

Documentation

Model
<selector
  id = xs:ID
  xpath = xs:token
  {any attribute from any other namespace than current namespace}>
annotation?
</selector>


Attribute Summary
 xs:IDid
          
 xpath
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

xpath


Type:
base on xs:token
with restriction:
(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*
Use:
required
Form:
unqualified

Local Usage
keybase

Source
<xs:element id="selector" name="selector">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="xpath" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

XML Schema for XML Schema

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.