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

Class CF_minLength

source code

object --+            
         |            
   cscRoot --+        
             |        
         Facet --+    
                 |    
 ConstrainingFacet --+
                     |
    object --+       |
             |       |
       cscRoot --+   |
                 |   |
      _Fixed_mixin --+
                     |
                    CF_minLength

A facet that constrains the length of the lexical representation of a value.

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

Nested Classes [hide private]
  _ValueDatatype
XMLSchema datatype nonNegativeInteger.
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 object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from Facet: ClassForFacet, Name

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

Inherited from ConstrainingFacet: Facets

Inherited from ConstrainingFacet (private): _FacetPrefix

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