GetUnspecifiedDefaultAttributes()

XmlSchemaValidator::GetUnspecifiedDefaultAttributes(const SharedPtr<Collections::Generic::List<SharedPtr<Object>>>&) method

Validates identity constraints on the default attributes and populates the List specified with XmlSchemaAttribute objects for any attributes with default values that have not been previously validated using the XmlSchemaValidator::ValidateAttribute method in the element context.

void System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes(const SharedPtr<Collections::Generic::List<SharedPtr<Object>>> &defaultAttributes)

Arguments

ParameterTypeDescription
defaultAttributesconst SharedPtr<Collections::Generic::List<SharedPtr<Object>>>&A List to populate with XmlSchemaAttribute objects for any attributes not yet encountered during validation in the element context.

See Also