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

Class FF_numeric

source code

object --+            
         |            
   cscRoot --+        
             |        
         Facet --+    
                 |    
  FundamentalFacet --+
                     |
                    FF_numeric

Specifies that the associated type represents a number.

See http://www.w3.org/TR/xmlschema-2/#rf-numeric

Nested Classes [hide private]
  _ValueDatatype
XMLSchema datatype boolean.
Instance Methods [hide private]

Inherited from FundamentalFacet: updateFromDOM

Inherited from FundamentalFacet (private): _updateFromDOM

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]

Inherited from FundamentalFacet: CreateFromDOM

Inherited from Facet: ClassForFacet, Name

Class Variables [hide private]
  _Name = 'numeric'
hash(x)

Inherited from FundamentalFacet: Facets

Inherited from FundamentalFacet (private): _FacetPrefix

Properties [hide private]

Inherited from object: __class__