8 private string location;
18 private Compositor compositor;
72 return moreAttributes;
76 moreAttributes = value;
94 internal override string IdAttribute
106 internal Compositor Compositor
118 internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
120 this.moreAttributes = moreAttributes;
string SchemaLocation
Gets or sets the Uniform Resource Identifier (URI) location for the schema, which tells the schema pr...
Represents the root class for the Xml schema object model hierarchy and serves as a base class for cl...
Represents an attribute. Valid and default values for the attribute are defined in a document type de...
string Id
Gets or sets the string id.
XmlSchema Schema
Gets or sets the XmlSchema for the referenced schema.
An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML...
An abstract class. Provides information about the included schema.
XmlAttribute [] UnhandledAttributes
Gets and sets the qualified attributes, which do not belong to the schema target namespace.
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...