Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | ComplexTypeValidationError --+ | ContentValidationError --+ | OrphanElementContentError
An element expected to be used in content is not present in the instance.
This exception occurs in batch-mode validation when pyxb.ValidationConfig.contentInfluencesGeneration applies, pyxb.ValidationConfig.orphanElementInContent is set to pyxb.ValidationConfig.RAISE_EXCEPTION, and the content list includes an element that is not in the binding instance content.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
instance = None The binding instance. |
|||
preferred = None An element value from the instance content list which was not found in the instance. |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Create an exception indicating a PyXB-related problem. If no args are present, a default argument is taken from the
|
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:37 2013 | http://epydoc.sourceforge.net |