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

Class FF_ordered

source code

object --+            
         |            
   cscRoot --+        
             |        
         Facet --+    
                 |    
  FundamentalFacet --+
                     |
                    FF_ordered

Specifies that the associated type supports a notion of order.

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

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

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]
  _LegalValues = ('false', 'partial', 'total')
  _Name = 'ordered'
hash(x)

Inherited from FundamentalFacet: Facets

Inherited from FundamentalFacet (private): _FacetPrefix

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)