7 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
14 private string sourceUri;
20 private bool isProcessing;
84 [XmlNamespaceDeclarations]
89 if (namespaces ==
null)
102 internal virtual string IdAttribute
114 internal virtual string NameAttribute
126 internal bool IsProcessing
134 isProcessing = value;
138 internal virtual void OnAdd(XmlSchemaObjectCollection container,
object item)
142 internal virtual void OnRemove(XmlSchemaObjectCollection container,
object item)
146 internal virtual void OnClear(XmlSchemaObjectCollection container)
150 internal virtual void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
154 internal virtual void AddAnnotation(XmlSchemaAnnotation annotation)
158 internal virtual XmlSchemaObject Clone()
160 return (XmlSchemaObject)MemberwiseClone();
Contains the XML namespaces and prefixes that the T:System.Xml.Serialization.XmlSerializer uses to ge...
XmlSchemaObject Parent
Gets or sets the parent of this T:System.Xml.Schema.XmlSchemaObject.
Represents the root class for the Xml schema object model hierarchy and serves as a base class for cl...
XmlSerializerNamespaces Namespaces
Gets or sets the T:System.Xml.Serialization.XmlSerializerNamespaces to use with this schema object.
SecurityAction
Specifies the security actions that can be performed using declarative security.
int LineNumber
Gets or sets the line number in the file to which the schema element refers.
int LinePosition
Gets or sets the line position in the file to which the schema element refers.
string SourceUri
Gets or sets the source location for the file that loaded the schema.