51 return moreAttributes;
55 moreAttributes = value;
60 internal override string IdAttribute
72 internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
74 this.moreAttributes = moreAttributes;
77 internal override void AddAnnotation(XmlSchemaAnnotation annotation)
79 this.annotation = annotation;
string Id
Gets or sets the string id.
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...
The base class for any element that can contain annotation elements.
XmlSchemaAnnotation Annotation
Gets or sets the annotation property.
XmlAttribute [] UnhandledAttributes
Gets or sets the qualified attributes that do not belong to the current schema's target namespace.
Represents the World Wide Web Consortium (W3C) annotation element.