All Samples(139) | Call(0) | Derive(0) | Import(139)
PyXB stands for Python U{W3C XML Schema<http://www.w3.org/XML/Schema>} Bindings, and is pronounced "pixbee". It enables translation between XML instance documents and Python objects following rules specified by an XML Schema document. This is the top-level entrypoint to the PyXB system. Importing this gets you all the L{exceptions<pyxb.exceptions_.PyXBException>}, and L{pyxb.namespace}. For more functionality, delve into these submodules: (more...)
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/soap12.py PyXB(Download)
# Namespace http://www.w3.org/2003/05/soap-envelope import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/soap11.py PyXB(Download)
# Namespace http://schemas.xmlsoap.org/soap/envelope/ import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/mimebind.py PyXB(Download)
# Namespace http://schemas.xmlsoap.org/wsdl/mime/ import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/httpbind.py PyXB(Download)
# Namespace http://schemas.xmlsoap.org/wsdl/http/ import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/ds.py PyXB(Download)
# Namespace http://www.w3.org/2000/09/xmldsig# import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/wssplat/raw/bpws.py PyXB(Download)
# Namespace http://schemas.xmlsoap.org/ws/2003/03/business-process/ import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/saml20/raw/xacml.py PyXB(Download)
# Namespace urn:oasis:names:tc:SAML:2.0:profiles:attribute:XACML import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/saml20/raw/x500.py PyXB(Download)
# Namespace urn:oasis:names:tc:SAML:2.0:profiles:attribute:X500 import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/saml20/raw/protocol.py PyXB(Download)
# Namespace urn:oasis:names:tc:SAML:2.0:protocol import pyxb import pyxb.binding import pyxb.binding.saxer
src/p/y/PyXB-1.2.3/pyxb/bundles/saml20/raw/metadata.py PyXB(Download)
# Namespace urn:oasis:names:tc:SAML:2.0:metadata import pyxb import pyxb.binding import pyxb.binding.saxer
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next