DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaRedefineSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaRedefine : XmlSchemaExternal {
// Public Constructors
   public XmlSchemaRedefine( );  
// Public Instance Properties
   public XmlSchemaObjectTable AttributeGroups{get; } 
   public XmlSchemaObjectTable Groups{get; } 
   public XmlSchemaObjectCollection Items{get; } 
   public XmlSchemaObjectTable SchemaTypes{get; } 
}

This type provides the .NET implementation of the xs:redefine XML Schema element. Similar to xs:include, it allows you to include the contents of another XML Schema in the current schema, and redefine types defined in the external schema.

Hierarchy

System.Object XmlSchemaObject XmlSchemaExternal XmlSchemaRedefine

    [ Team LiB ] Previous Section Next Section