最新的Web開發教程
 

XML模式選擇元素


<XML Schema參考手冊

定義和用法

選擇器元素指定選擇一組用於身份約束元素的XPath表達式(unique, key, and keyref elements)

元素信息

  • Parent elements:鍵,keyref,獨特

句法

<selector
id=ID
xpath=a subset of XPath expression
any attributes
>

(annotation?)

</selector>

(?符號聲明元素可出現零次或一次選擇元素中)

屬性 描述
id 可選的。 指定一個唯一的ID為元素
xpath 需要。 指定XPath表達式,相對於元素被宣布,標識到的標識約束應用於子元素
any attributes 可選的。 規定帶有non-schema命名空間的任何其他屬性。

<XML Schema參考手冊