get_ProcessContents()

XmlSchemaAny::get_ProcessContents() method

Returns information about how an application or XML processor should handle the validation of XML documents for the elements specified by the any element.

XmlSchemaContentProcessing System::Xml::Schema::XmlSchemaAny::get_ProcessContents()

Return Value

One of the XmlSchemaContentProcessing values. If no processContents attribute is specified, the default is Strict.

See Also