| Home | Trees | Indices | Help |
|
|---|
|
|
Helper classes that maintain the content model of XMLSchema in the binding classes.
AttributeUse and ElementUse record information associated with a binding class, for example the types of values, the original XML QName or NCName, and the Python field in which the values are stored. They also provide the low-level interface to set and get the corresponding values in a binding instance.
Wildcard holds content-related information used in the content model.
|
|||
|
ContentState_mixin Declares methods used by classes that hold state while validating a content model component. |
|||
|
ContentModel_mixin Declares methods used by classes representing content model components. |
|||
|
AttributeUse A helper class that encapsulates everything we need to know about the way an attribute is used within a binding class. |
|||
|
ElementUse Aggregate the information relevant to an element of a complex type. |
|||
|
Wildcard Placeholder for wildcard objects. |
|||
|
SequenceState Represent the state of validation against a sequence of particles. |
|||
| ChoiceState | |||
| AllState | |||
| ParticleState | |||
|
ParticleModel Content model dealing with particles: terms with occurrence restrictions |
|||
|
_Group Base class for content information pertaining to a model group. |
|||
| GroupChoice | |||
| GroupAll | |||
| GroupSequence | |||
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 15 14:42:42 2012 | http://epydoc.sourceforge.net |