<XML Schema參考手冊
定義和用法
本場元素指定一個XPath表達式,指定用於定義身份約束的值。
元素信息
- Parent elements: key, keyref, unique
句法
<field
id=ID
xpath=XPath expression
any attributes
>
(annotation?)
</field>
(?符號聲明元素可出現零次或一次現場元素中)
屬性 | 描述 |
---|---|
id | 可選的。 指定一個唯一的ID為元素 |
xpath | 需要。 標識單個元素或屬性,其內容或值用於約束 |
any attributes | 可選的。 規定帶有non-schema命名空間的任何其他屬性。 |
例1
下面的示例顯示了指定的字段元素"userID"屬性的字段用於標識約束:
<xs:field xpath="@userID"/>
<XML Schema參考手冊