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

type FF_cardinality

source code

object --+            
         |            
   cscRoot --+        
             |        
         Facet --+    
                 |    
  FundamentalFacet --+
                     |
                    FF_cardinality

Specifies that the associated type supports a notion of length.

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

Nested Classes [hide private]
_ValueDatatype
XMLSchema datatype string.
Instance Methods [hide private]
 
__init__(self, **kw)
Create a facet instance, initializing it from the keyword parameters.
source code

Inherited from FundamentalFacet: updateFromDOM

Inherited from FundamentalFacet (private): _updateFromDOM

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

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

Class Methods [hide private]

Inherited from FundamentalFacet: CreateFromDOM

Inherited from Facet: ClassForFacet, Name

Class Variables [hide private]
  _LegalValues = ('finite', 'countably infinite')
  _Name = 'cardinality'

Inherited from FundamentalFacet: Facets

Inherited from FundamentalFacet (private): _FacetPrefix

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Create a facet instance, initializing it from the keyword parameters.

Overrides: cscRoot.__init__