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

Class CF_maxExclusive

source code

 object --+            
          |            
    cscRoot --+        
              |        
          Facet --+    
                  |    
  ConstrainingFacet --+
                      |
     object --+       |
              |       |
        cscRoot --+   |
                  |   |
       _Fixed_mixin --+
                      |
     object --+       |
              |       |
        cscRoot --+   |
                  |   |
_LateDatatype_mixin --+
                      |
                     CF_maxExclusive

Specify the exclusive upper bound of legal values for the constrained type.

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

Instance Methods [hide private]
 
_validateConstraint_vx(self, value) source code

Inherited from ConstrainingFacet: __init__, validateConstraint

Inherited from ConstrainingFacet (private): _setFromKeywords_vb

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

Inherited from Facet (private): _value, _valueString

Inherited from _Fixed_mixin: fixed

Inherited from _Fixed_mixin (private): _Fixed_mixin__setFromKeywords

Inherited from _LateDatatype_mixin: bindValueDatatype

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

Class Methods [hide private]

Inherited from Facet: ClassForFacet, Name

Inherited from _LateDatatype_mixin: BindingValueDatatype, LateDatatypeBindsSuperclass

Class Variables [hide private]
  _Name = 'maxExclusive'
hash(x)
  _LateDatatypeBindsSuperclass = True
The class variable that indicates that the Subclasses must override this variable with a value of True or False.

Inherited from ConstrainingFacet: Facets

Inherited from ConstrainingFacet (private): _FacetPrefix

Inherited from Facet (private): _ValueDatatype

Inherited from _Fixed_mixin (private): _Fixed_mixin__fixed

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_validateConstraint_vx(self, value)

source code 
Overrides: ConstrainingFacet._validateConstraint_vx