XML Tutorial/XML Schema/selector — различия между версиями

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

Текущая версия на 11:26, 26 мая 2010

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>