xsd.ProcessContents
¶
The xsd.ProcessContents
enumeration provides values for the xsd.Any.process_contents
and xsd.AnyAttribute.process_contents
properties of wildcard schema components.
Constants¶
- xsd.ProcessContents.SKIP
No constraints on the information item validated. It must simply be well-formed XML.
- xsd.ProcessContents.LAX
Validate the information item if a uniquely determined declaration is available, otherwise skip.
- xsd.ProcessContents.STRICT
There must be a top-level declaration for the item available, or the item must have an xsi:type, and the item must be valid as appropriate.