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

http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-urType

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__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __str__

Class Methods [hide private]

Inherited from basis._TypeBinding_mixin: Factory

Class Variables [hide private]
  _ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('a...
The expanded name of the component.
  _ContentTypeTag = 'MIXED'
  _Abstract = False
  _HasWildcardElement = True
  _AttributeWildcard = content.Wildcard(namespace_constraint= co...
  _ContentModel = content.ContentModel(state_map= {1: content.Co...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_ExpandedName

The expanded name of the component.

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

_AttributeWildcard

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

_ContentModel

Value:
content.ContentModel(state_map= {1: content.ContentModelState(state= 1\
, is_final= True, transitions= [content.ContentModelTransition(term= c\
ontent.Wildcard(process_contents= content.Wildcard.PC_lax, namespace_c\
onstraint= content.Wildcard.NC_any), next_state= 1, element_use= None)\
,])})