Field Element Binding Support

The .NET Framework does not provide binding support for the <field> element.

When generating source code from an XML Schema document, the Xsd.exe tool ignores the <field> element.

Explanation

The XML Schema definition language mechanisms for establishing uniqueness and referential integrity do not have bindings to class definitions in the .NET Framework. When generating source code from an XML Schema document, Xsd.exe ignores the related elements.

Possible Attributes Binding Support

id

Since the .NET Framework does not bind the <field> element, it does not bind the element's attributes.

xpath

Since the .NET Framework does not bind the <field> element, it does not bind the element's attributes.

Possible parent elements: <key>, <keyref>, <unique>

Possible child elements: <annotation>

See Also

Reference

XmlSchemaIdentityConstraint
XmlSchemaKey
XmlSchemaKeyref
XmlSchemaUnique


© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-03-21