Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | utils.utility.Locatable_mixin --+ | basis._TypeBinding_mixin --+ | object --+ | | | utils.utility._DeconflictSymbols_mixin --+ | object --+ | | | cscRoot --+ | | | basis._DynamicCreate_mixin --+ | basis.simpleTypeDefinition --+ | object --+ | | | datetime.timedelta --+ | object --+ | | | cscRoot --+ | | | basis._RepresentAsXsdLiteral_mixin --+ | duration
XMLSchema datatype duration.
This class uses the Python datetime.timedelta
class as
its underlying representation. This works fine as long as no months or
years are involved, and no negative durations are involved. Because the
XML Schema value space is so much larger, it is kept distinct from the
Python value space, which reduces to integral days, seconds, and
microseconds.
In other words, the implementation of this type is a little shakey.
|
|||
_XsdBaseType XMLSchema datatype anySimpleType. |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
_ExpandedName = <pyxb.namespace.ExpandedName object> The expanded name of the component. |
|||
__Lexical_re = re.compile(r'^
|
|||
__XSDFields =
|
|||
__PythonFields =
|
|||
__negativeDuration = None hash(x) |
|||
__durationData = None hash(x) |
|||
_CF_enumeration = <pyxb.binding.facets.CF_enumeration object>
|
|||
_CF_maxExclusive = <pyxb.binding.facets.CF_maxExclusive object>
|
|||
_CF_maxInclusive = <pyxb.binding.facets.CF_maxInclusive object>
|
|||
_CF_minExclusive = <pyxb.binding.facets.CF_minExclusive object>
|
|||
_CF_minInclusive = <pyxb.binding.facets.CF_minInclusive object>
|
|||
_CF_pattern = <pyxb.binding.facets.CF_pattern object>
|
|||
_CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object>
|
|||
__SimpleTypeDefinition = <pyxb.xmlschema.structures.SimpleType
|
|||
_httpwww_w3_org2001XMLSchema_duration_FacetMap =
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|
Convert from a python value to a string usable in an XML document. This should be implemented in the subclass.
|
|
__Lexical_re
|
__XSDFields
|
__PythonFields
|
__SimpleTypeDefinition
|
_httpwww_w3_org2001XMLSchema_duration_FacetMap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 18 22:33:49 2016 | http://epydoc.sourceforge.net |