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

Class IDREFS

source code

                    object --+                    
                             |                    
                       cscRoot --+                
                                 |                
     utils.utility.Locatable_mixin --+            
                                     |            
              basis._TypeBinding_mixin --+        
                                         |        
                            object --+   |        
                                     |   |        
utils.utility._DeconflictSymbols_mixin --+        
                                         |        
                        object --+       |        
                                 |       |        
                           cscRoot --+   |        
                                     |   |        
            basis._DynamicCreate_mixin --+        
                                         |        
                basis.simpleTypeDefinition --+    
                                             |    
                                object --+   |    
                                         |   |    
                                      list --+    
                                             |    
                                basis.STD_list --+
                                                 |
                                                IDREFS

XMLSchema datatype IDREFS.

Nested Classes [hide private]
  _ItemType
A reference to the binding class for items within this list.
Instance Methods [hide private]

Inherited from basis.STD_list: __contains__, __setitem__, __setslice__, append, count, extend, index, insert, remove

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

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

Inherited from list: __add__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __repr__, __reversed__, __rmul__, __sizeof__, pop, reverse, sort

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from basis.STD_list: 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('I...
The expanded name of the component.
  _CF_enumeration = <pyxb.binding.facets.CF_enumeration object a...
  _CF_length = <pyxb.binding.facets.CF_length object at 0x2104e10>
  _CF_maxLength = <pyxb.binding.facets.CF_maxLength object at 0x...
  _CF_minLength = <pyxb.binding.facets.CF_minLength object at 0x...
  _CF_pattern = <pyxb.binding.facets.CF_pattern object at 0x2104...
  _CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object at ...
  __SimpleTypeDefinition = <pyxb.xmlschema.structures.SimpleType...
  _httpwww_w3_org2001XMLSchema_IDREFS_FacetMap = {<class 'pyxb.b...

Inherited from basis.simpleTypeDefinition (private): _ReservedSymbols

Inherited from basis._TypeBinding_mixin: _validationConfig_

Inherited from list: __hash__

Properties [hide private]

Inherited from basis._TypeBinding_mixin (private): _validationConfig

Inherited from object: __class__

Class Variable Details [hide private]

_ExpandedName

The expanded name of the component.

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

_CF_enumeration

Value:
<pyxb.binding.facets.CF_enumeration object at 0x2104e50>

_CF_maxLength

Value:
<pyxb.binding.facets.CF_maxLength object at 0x2104d90>

_CF_minLength

Value:
<pyxb.binding.facets.CF_minLength object at 0x2104d50>

_CF_pattern

Value:
<pyxb.binding.facets.CF_pattern object at 0x2104e90>

_CF_whiteSpace

Value:
<pyxb.binding.facets.CF_whiteSpace object at 0x2104dd0>

__SimpleTypeDefinition

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

_httpwww_w3_org2001XMLSchema_IDREFS_FacetMap

Value:
{<class 'pyxb.binding.facets.CF_minLength'>: <pyxb.binding.facets.CF_m\
inLength object at 0x2104d50>,
 <class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF\
_enumeration object at 0x2104e50>,
 <class 'pyxb.binding.facets.CF_length'>: <pyxb.binding.facets.CF_leng\
th object at 0x2104e10>,
 <class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pat\
tern object at 0x2104e90>,
...