XmlSchemaSet.GlobalAttributes Property

Definition

Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the XmlSchemaSet.

C#
public System.Xml.Schema.XmlSchemaObjectTable GlobalAttributes { get; }

Property Value

The collection of global attributes.

Applies to

See also