<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参考手册