Package pyxb :: Package namespace :: Module builtin :: Class _XMLSchema
[hide private]
[frames] | no frames]

Class _XMLSchema

source code

                       object --+            
                                |            
                          cscRoot --+        
                                    |        
             _NamespaceCategory_mixin --+    
                                        |    
                       object --+       |    
                                |       |    
                          cscRoot --+   |    
                                    |   |    
resolution._NamespaceResolution_mixin --+    
                                        |    
                       object --+       |    
                                |       |    
                          cscRoot --+   |    
                                    |   |    
 _NamespaceComponentAssociation_mixin --+    
                                        |    
                       object --+       |    
                                |       |    
                          cscRoot --+   |    
                                    |   |    
   archive._NamespaceArchivable_mixin --+    
                                        |    
                                Namespace --+
                                            |
                                           _XMLSchema

Extension of Namespace that pre-defines components available in the XMLSchema namespace.

The types are defined when pyxb.xmlschema.structures is imported.

Instance Methods [hide private]
 
_defineBuiltins_ox(self, structures_module)
Register the built-in types into the XMLSchema namespace.
source code

Inherited from Namespace: __getnewargs__, __getstate__, __init__, __str__, boundPrefix, builtinModulePath, builtinNamespaceRepresentation, createExpandedName, description, fallbackNamespace, hasBeenArchived, initialNamespaceContext, isAbsentNamespace, isBuiltinNamespace, isLoadedNamespace, isUndeclaredNamespace, nodeIsNamed, prefix, setPrefix, uri, validateComponentModel

Inherited from _NamespaceCategory_mixin: addCategoryObject, categories, categoryMap, configureCategories, hasSchemaComponents, replaceCategoryObject

Inherited from resolution._NamespaceResolution_mixin: importNamespace, importedNamespaces, needsResolution, queueForResolution, referencedNamespaces, resolveDefinitions

Inherited from _NamespaceComponentAssociation_mixin: addSchema, components, lookupSchemaByLocation, schemas

Inherited from archive._NamespaceArchivable_mixin: addModuleRecord, isActive, isLoadable, loadableFrom, lookupModuleRecordByUID, markNotLoadable, moduleRecords

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

Class Methods [hide private]

Inherited from Namespace: AvailableNamespaces, CreateAbsentNamespace

Inherited from Namespace (private): _NamespaceForURI

Static Methods [hide private]

Inherited from Namespace: __new__

Class Variables [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_defineBuiltins_ox(self, structures_module)

source code 

Register the built-in types into the XMLSchema namespace.

Overrides: Namespace._defineBuiltins_ox