Home | Trees | Indices | Help |
|
---|
|
|
|||
|
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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:38 2006 | http://epydoc.sourceforge.net |