Notation Element Binding Support
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.
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>