Returns an integer that corresponds to a declared constant of the SCHEMAPROCESSCONTENTS type. The following table shows each value and its description.
Process content | Description |
---|---|
SCHEMAPROCESSCONTENTS_SKIP | Validation is skipped for the XML content. |
SCHEMAPROCESSCONTENTS_LAX | Validation is performed if a schema can be located for the <anyAttribute> declaration. |
SCHEMAPROCESSCONTENTS_STRICT | Validation is performed and an error is returned if the schema cannot be located. |
var oProcessContents = oISchemaAttributeGroup.processContents;
None.
processContents
for the any particle.Set oProcessContents = oISchemaAttributeGroup.processContents
None.
processContents
for the any particle.HRESULT get_processContents(SCHEMAPROCESSCONTENTS* processContents);
processContents
for the any particle.processContents
object is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
any Element | anyAttribute Element
Applies to: ISchemaAny Interface