Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | utils.utility.Locatable_mixin --+ | _TypeBinding_mixin --+ | object --+ | | | utils.utility._DeconflictSymbols_mixin --+ | object --+ | | | cscRoot --+ | | | _DynamicCreate_mixin --+ | simpleTypeDefinition --+ | STD_union
Base class for union datatypes.
This class descends only from simpleTypeDefinition. A pyxb.LogicError is raised if an attempt is made to construct an instance of a subclass of STD_union. Values consistent with the member types are constructed using the Factory class method. Values are validated using the _ValidatedMember class method.
Subclasses must provide a class variable _MemberTypes which is a tuple of legal members of the union.
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
_MemberTypes = None A list of classes which are permitted as values of the union. |
|||
__FacetMap =
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Given a value, attempt to create an instance of some member of this union. The first instance which can be legally created is returned.
|
Validate the given value as a potential union member.
|
|
Initialize a newly created STD instance. Usually there is one positional argument, which is a value that can be converted to the underlying Python type.
|
|
Convert from a binding value to a string usable in an XML document.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:36 2013 | http://epydoc.sourceforge.net |