A helper that encapsulates a reference to an anonymous type in a
different namespace.
Normally references to components in other namespaces can be made
using the component's name. This is not the case when a namespace
derives from a base type in another namespace and needs to reference the
attribute or element declarations held in that type. If these
declarations are local to the base complex type, they cannot be
identified by name. This class provides a pickleable representation for
them that behaves rather like an pyxb.namespace.ExpandedName instance in that it can be
used to dereference various component types.
|
|
|
|
|
|
|
validateComponentModel(self)
Forward to the associated namespace. |
source code
|
|
|
|
|
typeDefinition(self)
Return the attribute group definition referenced by this instance, or
None if the reference is not to an attribute group
definition. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__str__(self)
Represent the anonymous reference in a form recognizable by a
developer. |
source code
|
|
|
_PickledAnonymousReference__lookupObject(self) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|