Returns an ISchemaItemCollection
object. This collection contains all the attributes that are not defined in the schema namespace.
The following is an example of an unhandled attribute in a schema.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:catalog="http://www.example.microsoft.com/catalog">
<xsd:element name="book" id="bookID" catalog:attr="isbn"
/>
</xsd:schema>
var oAttributes = oISchemaItem.unhandledAttributes;
None.
Set oAttributes = oISchemaItem.unhandledAttributes
None.
HRESULT get_unhandledAttributes(ISAXAttributes** attributes);
The return value of this property is a collection of unhandled attributes of the ISAXAttributes
type.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Using Other Namespaces | ISAXAttributes Interface
Applies to: ISchemaItem Interface