Package pyxb :: Package binding :: Module datatypes :: Class anyType
[hide private]
[frames] | no frames]

Class anyType

source code

                    object --+                
                             |                
                       cscRoot --+            
                                 |            
     utils.utility.Locatable_mixin --+        
                                     |        
              basis._TypeBinding_mixin --+    
                                         |    
                            object --+   |    
                                     |   |    
utils.utility._DeconflictSymbols_mixin --+    
                                         |    
                        object --+       |    
                                 |       |    
                           cscRoot --+   |    
                                     |   |    
            basis._DynamicCreate_mixin --+    
                                         |    
               basis.complexTypeDefinition --+
                                             |
                                            anyType

XMLSchema datatype anyType.

Instance Methods [hide private]

Inherited from basis.complexTypeDefinition: __init__, append, content, extend, reset, value, wildcardAttributeMap, wildcardElements, xsdConstraintsOK

Inherited from basis._TypeBinding_mixin: __setattr__, toDOM, toxml, validateBinding

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_IsUrType(_c)
Return True iff this is the ur-type.
source code

Inherited from basis._TypeBinding_mixin: Factory

Class Variables [hide private]
  _ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('a...
The expanded name of the component.
  _ContentTypeTag = 'MIXED'
hash(x)
  _Abstract = False
  _HasWildcardElement = True
  _AttributeWildcard = content.Wildcard(namespace_constraint= co...
hash(x)
  __Wildcard = content.Wildcard(process_contents= content.Wildca...
  __Inner = content.GroupSequence(content.ParticleModel(__Wildca...
  _ContentModel = content.ParticleModel(__Inner, min_occurs= 1, ...
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_IsUrType(_c)
Class Method

source code 

Return True iff this is the ur-type.

The only ur-type is {http://www.w3.org/2001/XMLSchema}anyType. The implementation of this method is overridden for pyxb.binding.datatypes.anyType.

Overrides: basis._TypeBinding_mixin._IsUrType
(inherited documentation)

Class Variable Details [hide private]

_ExpandedName

The expanded name of the component.

Value:
pyxb.namespace.XMLSchema.createExpandedName('anyType')

_AttributeWildcard

hash(x)

Value:
content.Wildcard(namespace_constraint= content.Wildcard.NC_any, proces\
s_contents= content.Wildcard.PC_lax)

__Wildcard

Value:
content.Wildcard(process_contents= content.Wildcard.PC_lax, namespace_\
constraint= content.Wildcard.NC_any)

__Inner

Value:
content.GroupSequence(content.ParticleModel(__Wildcard, min_occurs= 0,\
 max_occurs= None))

_ContentModel

hash(x)

Value:
content.ParticleModel(__Inner, min_occurs= 1, max_occurs= 1)