get_UnhandledAttributes()

XmlSchema::get_UnhandledAttributes() method

Returns the qualified attributes which do not belong to the schema target namespace.

ArrayPtr<SharedPtr<XmlAttribute>> System::Xml::Schema::XmlSchema::get_UnhandledAttributes()

Return Value

An array of qualified XmlAttribute objects that do not belong to the schema target namespace.

See Also