XmlSchemaComplexType::AttributeWildcard Property

 

Gets the post-compilation value for anyAttribute for this complex type and its base type(s).

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

public:
property XmlSchemaAnyAttribute^ AttributeWildcard {
	XmlSchemaAnyAttribute^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaAnyAttribute^

The post-compilation value of the anyAttribute element.

The value of this property is read-only. This property has values after the schema has been successfully compiled to determine the complete attribute set of the complex type. For example, it might be the anyAttribute element from one of the base types.

.NET Framework
Available since 1.1
Return to top
Show: