Contents Menu Expand Light mode Dark mode Auto light/dark mode
xsData 21.11 documentation
Light Logo Dark Logo
  • Installation
  • Command Line
  • Models Metadata
  • XML Binding
  • JSON Binding
  • WSDL (Experimental)
  • Examples
    • Docstring styles
    • XML Modeling
    • JSON Modeling
    • Compound Fields
    • Dataclasses Features
    • Customize property names
    • Custom class factory
    • Samples Repository
    • W3C XML Schema Suite
  • Data Types
  • API Reference
    • Generator Config
      • GeneratorConfig
      • GeneratorOutput
      • OutputFormat
      • GeneratorConventions
      • GeneratorAliases
      • StructureStyle
      • DocstringStyle
      • GeneratorAlias
      • NameConvention
      • NameCase
    • Generic Models
      • AnyElement
      • DerivedElement
    • Parsing
      • XmlParser
      • UserXmlParser
      • JsonParser
      • ParserConfig
    • Serializing
      • XmlSerializer
      • JsonSerializer
      • SerializerConfig
    • Utilities
      • xsdata.utils.text.capitalize
      • xsdata.utils.text.pascal_case
      • xsdata.utils.text.camel_case
      • xsdata.utils.text.mixed_case
      • xsdata.utils.text.mixed_pascal_case
      • xsdata.utils.text.mixed_snake_case
      • xsdata.utils.text.snake_case
      • xsdata.utils.text.kebab_case
    • XML Context
      • XmlContext
      • XmlVar
      • XmlMeta
    • XML Datatypes
      • XmlTime
      • XmlDate
      • XmlDateTime
      • XmlDuration
      • XmlPeriod
      • XmlHexBinary
      • XmlBase64Binary
    • XML Handlers
      • XmlEventHandler
      • XmlHandler
    • XML Nodes
      • ElementNode
      • WildcardNode
      • UnionNode
      • PrimitiveNode
      • StandardNode
    • XML Writers
      • XmlEventWriter
      • XmlWriter
  • Frequently Asked Questions
  • Changelog

Links

  • PyPI
  • Conda
  • Github

XML DatatypesΒΆ

XmlTime

Concrete xs:time builtin type.

XmlDate

Concrete xs:date builtin type.

XmlDateTime

Concrete xs:dateTime builtin type.

XmlDuration

Concrete xs:duration builtin type.

XmlPeriod

Concrete xs:gYear/Month/Day builtin type.

XmlHexBinary

Subclass bytes to infer base16 format.

XmlBase64Binary

Subclass bytes to infer base64 format.

Next
XmlTime
Previous
XmlMeta
Copyright © 2021, Christodoulos Tsoulloftas | Created using Sphinx and @pradyunsg's Furo theme. | Show Source