Notation Element Binding Support

This topic is specific to a legacy technology. XML Web services and XML Web service clients should now be created using Windows Communication Foundation.

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

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

Explanation

When generating source code from an XML Schema document, Xsd.exe ignores the <notation> element. However, this does not preclude Xsd.exe from using <enumeration> elements whose value attributes' values are the same as the values of <notation> elements' name attributes.

Possible Attributes Binding Support

id

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

name

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

public

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

system

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

Possible parent elements: <schema>

Possible child elements: <annotation>

See Also

Reference

XmlSchemaNotation