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, orderedContent, 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.
  _DefinitionLocation = pyxb.utils.utility.Location('http://www....
  _ContentTypeTag = 'MIXED'
hash(x)
  _Abstract = False
  _HasWildcardElement = True
  _AttributeWildcard = content.Wildcard(namespace_constraint= co...
hash(x)
  _Automaton = _BuildAutomaton()
hash(x)

Inherited from basis._TypeBinding_mixin: _validationConfig_

Properties [hide private]

Inherited from basis._TypeBinding_mixin (private): _validationConfig

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')

_DefinitionLocation

Value:
pyxb.utils.utility.Location('http://www.w3.org/TR/2001/REC-xmlschema-1\
-20010502/#key-urType', 1, 1)

_AttributeWildcard

hash(x)

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