Package pyffi :: Package object_models :: Package xsd
[hide private]
[frames] | no frames]

Package xsd

source code

This module provides a base class and a metaclass for parsing an XSD schema and providing an interface for writing XML files that follow this schema.
Classes [hide private]
  Tree
Converts an xsd element tree into a tree of nodes that contain all information and methods for creating classes.
  MetaFileFormat
The MetaFileFormat metaclass transforms the XSD description of a xml format into a bunch of classes which can be directly used to manipulate files in this format.
  Type
  FileFormat
This class can be used as a base class for file formats.
Variables [hide private]
  __package__ = 'pyffi.object_models.xsd'