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

Class unsignedInt

source code

                    object --+                            
                             |                            
                       cscRoot --+                        
                                 |                        
     utils.utility.Locatable_mixin --+                    
                                     |                    
              basis._TypeBinding_mixin --+                
                                         |                
                            object --+   |                
                                     |   |                
utils.utility._DeconflictSymbols_mixin --+                
                                         |                
                        object --+       |                
                                 |       |                
                           cscRoot --+   |                
                                     |   |                
            basis._DynamicCreate_mixin --+                
                                         |                
                basis.simpleTypeDefinition --+            
                                             |            
                                object --+   |            
                                         |   |            
                                      long --+            
                                             |            
                                       integer --+        
                                                 |        
                                nonNegativeInteger --+    
                                                     |    
                                          unsignedLong --+
                                                         |
                                                        unsignedInt
Known Subclasses:

XMLSchema datatype unsignedInt.

Nested Classes [hide private]

Inherited from integer (private): _XsdBaseType

Instance Methods [hide private]

Inherited from basis.simpleTypeDefinition: __init__, pythonLiteral, xsdConstraintsOK, xsdLiteral, xsdValueLength

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

Inherited from long: __abs__, __add__, __and__, __cmp__, __coerce__, __div__, __divmod__, __float__, __floordiv__, __format__, __getattribute__, __getnewargs__, __hash__, __hex__, __index__, __int__, __invert__, __long__, __lshift__, __mod__, __mul__, __neg__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __repr__, __rfloordiv__, __rlshift__, __rmod__, __rmul__, __ror__, __rpow__, __rrshift__, __rshift__, __rsub__, __rtruediv__, __rxor__, __sizeof__, __str__, __sub__, __truediv__, __trunc__, __xor__, bit_length, conjugate

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __subclasshook__

Class Methods [hide private]

Inherited from integer: XsdLiteral

Inherited from basis.simpleTypeDefinition: PythonLiteral, SimpleTypeDefinition, XsdConstraintsOK, XsdSuperType, XsdValueLength

Inherited from basis._TypeBinding_mixin: Factory

Static Methods [hide private]

Inherited from basis.simpleTypeDefinition: __new__

Class Variables [hide private]
  _ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('u...
The expanded name of the component.
  _CF_maxInclusive = <pyxb.binding.facets.CF_maxInclusive object...
  __SimpleTypeDefinition = <pyxb.xmlschema.structures.SimpleType...
  _httpwww_w3_org2001XMLSchema_unsignedInt_FacetMap = {<class 'p...

Inherited from basis.simpleTypeDefinition (private): _ReservedSymbols

Inherited from basis._TypeBinding_mixin: _validationConfig_

Properties [hide private]

Inherited from basis._TypeBinding_mixin (private): _validationConfig

Inherited from long: denominator, imag, numerator, real

Inherited from object: __class__

Class Variable Details [hide private]

_ExpandedName

The expanded name of the component.

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

_CF_maxInclusive

Value:
<pyxb.binding.facets.CF_maxInclusive object at 0x2117090>

__SimpleTypeDefinition

Value:
<pyxb.xmlschema.structures.SimpleTypeDefinition object at 0x1eff210>

_httpwww_w3_org2001XMLSchema_unsignedInt_FacetMap

Value:
{<class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF\
_enumeration object at 0x2106f10>,
 <class 'pyxb.binding.facets.CF_totalDigits'>: <pyxb.binding.facets.CF\
_totalDigits object at 0x2106ed0>,
 <class 'pyxb.binding.facets.CF_fractionDigits'>: <pyxb.binding.facets\
.CF_fractionDigits object at 0x2109ad0>,
 <class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pat\
tern object at 0x2109b10>,
...