Definition Type: Element
Name: selector
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:annotated
Containing Schema: XMLSchema.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into xpath Drilldown into id Drilldown into annotation Drilldown into openAttrs Drilldown into annotatedXSD Diagram of selector
Collapse XSD Schema Code:
<xs:element name="selector" id="selector">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-selector" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xs:annotated">
                <xs:attribute name="xpath" use="required">
                    <xs:simpleType>
                        <xs:annotation>
                            <xs:documentation>A subset of XPath expressions for use

in selectors</xs:documentation>
                            <xs:documentation>A utility type, not for public

use</xs:documentation>
                        </xs:annotation>
                        <xs:restriction base="xs:token">
                            <xs:annotation>
                                <xs:documentation>The following pattern is intended to allow XPath

                           expressions per the following EBNF:

          Selector    ::=    Path ( '|' Path )*  

          Path    ::=    ('.//')? Step ( '/' Step )*  

          Step    ::=    '.' | NameTest  

          NameTest    ::=    QName | '*' | NCName ':' '*'  

                           child:: is also allowed

         </xs:documentation>
                            </xs:annotation>
                            <xs:pattern value="(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*">
                            </xs:pattern>
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
xpath xsd:xpath Required
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
xsd:selector
Collapse Comments:
blog comments powered by Disqus