Package pyxb :: Package binding :: Module facets :: Class FundamentalFacet
[hide private]
[frames] | no frames]

Class FundamentalFacet

source code

object --+        
         |        
   cscRoot --+    
             |    
         Facet --+
                 |
                FundamentalFacet
Known Subclasses:

A fundamental facet provides information on the value space of the associated type.

Instance Methods [hide private]
 
updateFromDOM(self, node) source code
 
_updateFromDOM(self, node) source code

Inherited from Facet: __init__, __str__, annotation, baseTypeDefinition, ownerTypeDefinition, setFromKeywords, value, valueDatatype

Inherited from Facet (private): _setFromKeywords_vb, _value, _valueString

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

Class Methods [hide private]
 
CreateFromDOM(cls, node, owner_type_definition, base_type_definition=None) source code

Inherited from Facet: ClassForFacet, Name

Class Variables [hide private]
  _FacetPrefix = 'FF'
  Facets = [<class 'pyxb.binding.facets.FF_equal'>, <class 'pyxb...

Inherited from Facet (private): _Name, _ValueDatatype

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

Facets

Value:
[<class 'pyxb.binding.facets.FF_equal'>,
 <class 'pyxb.binding.facets.FF_ordered'>,
 <class 'pyxb.binding.facets.FF_bounded'>,
 <class 'pyxb.binding.facets.FF_cardinality'>,
 <class 'pyxb.binding.facets.FF_numeric'>]