November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaAnnotation — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaAnnotation : XmlSchemaObject { // Public Constructors public XmlSchemaAnnotation( ); // Public Instance Properties public string Id{set; get; } public XmlSchemaObjectCollection Items{get; } public XmlAttribute[ ] UnhandledAttributes{set; get; } }
This type is used to represent an
xs:annotation element, which contains additional
human- or computer-readable information about an XML Schema element.
Its Items property allows access to a
XmlSchemaObjectCollection containing its
XmlSchemaAppInfo and
XmlSchemaDocumentation child elements.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotation