XmlSchemaComplexType::AttributeUses Property

 

Gets the collection of all the complied attributes of this complex type and its base types.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaObjectTable^ AttributeUses {
	XmlSchemaObjectTable^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaObjectTable^

The collection of all the attributes from this complex type and its base types. The post-compilation value of the AttributeUses property.

For example, a combination of all the attributes from the Attributes property from each type in the hierarchy.

The value of this property is read-only. This property has the value after the schema has been successfully compiled to determine the complete attribute set that is allowed in an instance document.

.NET Framework
Available since 1.1
Return to top
Show: