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

Module xsdDataTypes

source code

Classes [hide private]
  XsdDataType
An empty class.
  Integer
Identical to the integer type in python.
  PositiveInteger
Integers with values greater than zero.
  NonNegativeInteger
Integers with values greater than or equal to zero.
  NegativeInteger
Integers with values less than zero.
  NonPositiveInteger
Integers with values less than or equal to zero.
  Double
Identical to the float type in python.
  TypeList
Identical to the list type in python.
  Boolean
Class for Boolean.
  String
Identical to the string type in python.
  ID
Used for ID attributes in xml and xsd files.
  IDREF
Used for IDREF attributes in xml and xsd files.
  Base64Binary
Used with data encoded into base64.

Imports: types, base64