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 --+ | _PyXBDateTime_base --+ | object --+ | | | datetime.date --+ | | | datetime.datetime --+ | _PyXBDateOnly_base --+ | date
XMLSchema datatype date.
This class uses the Python datetime.datetime
class as its
underlying representation; fields not relevant to this type are derived
from 1900-01-01T00:00:00.
Note: Unlike dateTime, timezoned date values are not converted to UTC. The provided timezone information is retained along with the instance; however, the lexical representation generated for output is canonicalized (timezones no more than 12 hours off UTC).
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('d The expanded name of the component. |
|||
_Lexical_fmt =
Format for the lexical representation of a date-related instance, excluding timezone. |
|||
_Fields =
|
|||
__SecondsPerMinute = 60
|
|||
__MinutesPerHalfDay = 720
|
|||
__MinutesPerDay = 1440
|
|||
_CF_enumeration = <pyxb.binding.facets.CF_enumeration object a
|
|||
_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 at 0x1a2f
|
|||
_CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object at
|
|||
_httpwww_w3_org2001XMLSchema_date_FacetMap =
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Return the recoverable tzinfo for the date. Return a pyxb.utils.utility.UTCOffsetTimeZone instance reflecting
the timezone associated with the date, or Note: This is not the recoverable timezone, because timezones are represented as timedeltas which get normalized in ways that don't match what we expect for a tzinfo. |
Convert from a python value to a string usable in an XML document. This should be implemented in the subclass.
|
|
_ExpandedNameThe expanded name of the component.
|
_CF_enumeration
|
_CF_maxExclusive
|
_CF_maxInclusive
|
_CF_minExclusive
|
_CF_minInclusive
|
_CF_pattern
|
_CF_whiteSpace
|
_httpwww_w3_org2001XMLSchema_date_FacetMap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:34 2012 | http://epydoc.sourceforge.net |