Package pyxsd :: Module xsdDataTypes :: Class XsdDataType
[hide private]
[frames] | no frames]

Class XsdDataType

source code

object --+
         |
        XsdDataType
Known Subclasses:
String, Integer, Double, TypeList

An empty class. Acts as a common base class for all of the other primitive data classes, so it is easier to pick out the classes from the module. Has object as a base class.

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__