XML Tutorial/XML Schema/selector

Материал из Web эксперт
Перейти к: навигация, поиск

selector and field elements

   <source lang="xml">

<selector id="ID"

    xpath="XPath expression subset"
    {any attributes with non-schema namespace}>
 Content: (annotation?)

</selector>


<field id="ID"

   xpath="XPath expression subset"
   {any attributes with non-schema namespace}>
 Content: (annotation?)

</field></source>