W3Schools

home HOME

Schema Tutorial
XSD HOME
XSD Intro
XSD Why Use
XSD How To
XSD <schema>

Simple Types
XSD Elements
XSD Attributes
XSD Restrictions

Complex Types
XSD Elements
XSD Empty
XSD Elements Only
XSD Text Only
XSD Mixed
XSD Indicators
XSD <any>
XSD <anyAttribute>
XSD Substitution
XSD Example

Data Types
XSD String
XSD Date
XSD Numeric
XSD Misc

XSD Summary

References
XSD Reference
XSD Validator

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

W3Schools Forum

Helping W3Schools

XML Schema field Element


XML Schema Reference Complete XML Schema Reference

Definition and Usage

The field element specifies an XPath expression that specifies the value used to define an identity constraint.

Element Information

  • Parent elements: key, keyref, unique

Syntax

<field
id=ID 
xpath=XPath expression
any attributes
>
(annotation?)
</field>

(The ? sign declares that the element can occur zero or one time inside the field element)

Attribute Description
id Optional. Specifies a unique ID for the element
xpath Required. Identifies a single element or attribute whose content or value is used for the constraint
any attributes Optional. Specifies any other attributes with non-schema namespace

Example 1

The following example shows a field element that specifies the "userID" attribute as the field to use for the identity constraint:

<xs:field xpath="@userID"/>


XML Schema Reference Complete XML Schema Reference




diploma   

Get Your Diploma!

W3Schools' Online Certification Program is the perfect solution for busy professionals who need to balance work, family, and career building.

The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.

The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.



Jump to: Top of Page or HOME or Printer Friendly Printer friendly page

W3Schools provides material for training only. We do not warrant the correctness of its contents. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.

Copyright 1999-2008 by Refsnes Data. All Rights Reserved.

Validate Validate W3C-WAI level A conformance icon W3Schools was converted to XHTML in December 1999