Home | Trees | Indices | Help |
|
---|
|
Classes and global objects related to built-in XML Namespaces.
|
|||
_XMLSchema_instance Extension of Namespace that pre-defines components available in the XMLSchema Instance namespace. |
|||
_XML Extension of Namespace that pre-defines components available in the XML (xml) namespace. |
|||
_XMLSchema Extension of Namespace that pre-defines components available in the XMLSchema namespace. |
|
|||
|
|
|||
_log = logging.getLogger(__name__)
|
|||
BuiltInObjectUID = pyxb.utils.utility.UniqueIdentifier('PyXB-1
|
|||
XMLSchema_instance = _XMLSchema_instance('http://www.w3.org/20 Namespace and URI for the XMLSchema Instance namespace. |
|||
XMLNamespaces = Namespace('http://www.w3.org/2000/xmlns/', des Namespaces in XML. |
|||
XMLSchema = pyxb.namespace.XMLSchema Namespace and URI for the XMLSchema namespace (often xs ,
or xsd )
|
|||
XHTML = Namespace('http://www.w3.org/1999/xhtml', description= There really isn't a schema for this, but it's used as the default namespace in the XML schema, so define it. |
|||
XML = pyxb.namespace.NamespaceForURI('http://www.w3.org/XML/19 Namespace and URI for XML itself (always available as xml )
|
|||
XMLSchema_hfp = Namespace('http://www.w3.org/2001/XMLSchema-ha Elements appearing in appinfo elements to support data types. |
|||
BuiltInNamespaces = [XMLSchema_instance, XMLSchema_hfp, XMLSch
|
|||
__InitializedBuiltinNamespaces = True
|
|||
_UndeclaredNamespaceMap = {}
|
|||
__package__ =
|
|||
_ns = Namespace('http://www.w3.org/1999/xhtml', description= '
|
|
Invoked at the end of the pyxb.xmlschema.structures module to initialize the component models of the built-in namespaces.
|
|
BuiltInObjectUID
|
XMLSchema_instanceNamespace and URI for the XMLSchema Instance namespace. This is always built-in, and does not (cannot) have an associated schema.
|
XMLNamespacesNamespaces in XML. Not really a namespace, but is always available as
|
XHTMLThere really isn't a schema for this, but it's used as the default namespace in the XML schema, so define it.
|
XMLNamespace and URI for XML itself (always available as
|
XMLSchema_hfpElements appearing in appinfo elements to support data types.
|
BuiltInNamespaces
|
_ns
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:53 2013 | http://epydoc.sourceforge.net |