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

Class NOTATION

source code

                    object --+                
                             |                
                       cscRoot --+            
                                 |            
     utils.utility.Locatable_mixin --+        
                                     |        
              basis._TypeBinding_mixin --+    
                                         |    
                            object --+   |    
                                     |   |    
utils.utility._DeconflictSymbols_mixin --+    
                                         |    
                        object --+       |    
                                 |       |    
                           cscRoot --+   |    
                                     |   |    
            basis._DynamicCreate_mixin --+    
                                         |    
                basis.simpleTypeDefinition --+
                                             |
                                            NOTATION

XMLSchema datatype NOTATION.

Nested Classes [hide private]
  _XsdBaseType
XMLSchema datatype anySimpleType.
Instance Methods [hide private]

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

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

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

Class Methods [hide private]
 
XsdValueLength(cls, value)
Section 4.3.1.3: Legacy length return None to indicate no check
source code

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

Inherited from basis._TypeBinding_mixin: Factory

Static Methods [hide private]

Inherited from basis.simpleTypeDefinition: __new__

Class Variables [hide private]
  _ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('N...
The expanded name of the component.
  _CF_enumeration = <pyxb.binding.facets.CF_enumeration object a...
  _CF_length = <pyxb.binding.facets.CF_length object at 0x1377710>
  _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 0x1377...
  _CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object at ...
  __SimpleTypeDefinition = <pyxb.xmlschema.structures.SimpleType...
  _httpwww_w3_org2001XMLSchema_NOTATION_FacetMap = {<class 'pyxb...

Inherited from basis.simpleTypeDefinition (private): _ReservedSymbols

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

XsdValueLength(cls, value)
Class Method

source code 

Section 4.3.1.3: Legacy length return None to indicate no check

Overrides: basis.simpleTypeDefinition.XsdValueLength

Class Variable Details [hide private]

_ExpandedName

The expanded name of the component.

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

_CF_enumeration

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

_CF_maxLength

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

_CF_minLength

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

_CF_pattern

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

_CF_whiteSpace

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

__SimpleTypeDefinition

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

_httpwww_w3_org2001XMLSchema_NOTATION_FacetMap

Value:
{<class 'pyxb.binding.facets.CF_whiteSpace'>: <pyxb.binding.facets.CF_\
whiteSpace object at 0x13776d0>,
 <class 'pyxb.binding.facets.CF_length'>: <pyxb.binding.facets.CF_leng\
th object at 0x1377710>,
 <class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pat\
tern object at 0x1377790>,
 <class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF\
_enumeration object at 0x1377750>,
...