Redefine Element Binding Support
The .NET Framework does not provide binding support for the <redefine> element.
When generating source code from an XML Schema document, Xsd.exe ignores the <redefine> element and its contents.
Explanation
The <redefine> element allows an XML Schema type or group defined in one .xsd file to be extended or restricted in another XSD document under the same name.
When generating source code from an XML Schema document, Xsd.exe ignores the <redefine> element and its contents. However, Xsd.exe does recognize the XML Schema's other two mechanisms for referencing outside XML Schema documents, the Import Element Binding Support and Include Element Binding Support elements.
Possible Attributes | Binding Support |
---|---|
id |
Because the .NET Framework does not bind the <redefine> element, it does not bind the element's attributes. |
schemaLocation |
Because the .NET Framework does not bind the <redefine> element, it does not bind the element's attributes. |
Possible parent elements: <schema>
Possible child elements: <annotation>, <attributeGroup>, <complexType>, <group>, <simpleType>
See Also
Reference
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-03-21