NS (version 0.12.0)
index
/home/groups/p/py/pywebsvcs/src/SOAPpy/NS.py

################################################################################
#
# SOAPpy - Cayce Ullman       (cayce@actzero.com)
#          Brian Matthews     (blm@actzero.com)
#          Gregory Warnes     (Gregory.R.Warnes@Pfizer.com)
#          Christopher Blunck (blunck@gst.com)
#
################################################################################
# Copyright (c) 2003, Pfizer
# Copyright (c) 2001, Cayce Ullman.
# Copyright (c) 2001, Brian Matthews.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# Neither the name of actzero, inc. nor the names of its contributors may
# be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
################################################################################

 
Classes
       
NS

 
class NS
     Methods defined here:
__init__(self)

Data and other attributes defined here:
ENC = 'http://schemas.xmlsoap.org/soap/encoding/'
ENC_T = 'SOAP-ENC'
ENV = 'http://schemas.xmlsoap.org/soap/envelope/'
ENV_T = 'SOAP-ENV'
EXSD_L = ['http://schemas.xmlsoap.org/soap/encoding/', 'http://www.w3.org/1999/XMLSchema', 'http://www.w3.org/2000/10/XMLSchema', 'http://www.w3.org/2001/XMLSchema']
NSMAP = {'SOAP-ENC': 'http://schemas.xmlsoap.org/soap/encoding/', 'SOAP-ENV': 'http://schemas.xmlsoap.org/soap/envelope/', 'urn': 'http://soapinterop.org/xsd', 'xsd': 'http://www.w3.org/1999/XMLSchema', 'xsd2': 'http://www.w3.org/2000/10/XMLSchema', 'xsd3': 'http://www.w3.org/2001/XMLSchema', 'xsi': 'http://www.w3.org/1999/XMLSchema-instance', 'xsi2': 'http://www.w3.org/2000/10/XMLSchema-instance', 'xsi3': 'http://www.w3.org/2001/XMLSchema-instance'}
NSMAP_R = {'http://schemas.xmlsoap.org/soap/encoding/': 'SOAP-ENC', 'http://schemas.xmlsoap.org/soap/envelope/': 'SOAP-ENV', 'http://soapinterop.org/xsd': 'urn', 'http://www.w3.org/1999/XMLSchema': 'xsd', 'http://www.w3.org/1999/XMLSchema-instance': 'xsi', 'http://www.w3.org/2000/10/XMLSchema': 'xsd2', 'http://www.w3.org/2000/10/XMLSchema-instance': 'xsi2', 'http://www.w3.org/2001/XMLSchema': 'xsd3', 'http://www.w3.org/2001/XMLSchema-instance': 'xsi3'}
STMAP = {'1999': ('xsd', 'xsi'), '2000': ('xsd2', 'xsi2'), '2001': ('xsd3', 'xsi3')}
STMAP_R = {('xsd', 'xsi'): '1999', ('xsd2', 'xsi2'): '2000', ('xsd3', 'xsi3'): '2001'}
URN = 'http://soapinterop.org/xsd'
URN_T = 'urn'
XML = 'http://www.w3.org/XML/1998/namespace'
XML_T = 'xml'
XSD = 'http://www.w3.org/1999/XMLSchema'
XSD2 = 'http://www.w3.org/2000/10/XMLSchema'
XSD2_T = 'xsd2'
XSD3 = 'http://www.w3.org/2001/XMLSchema'
XSD3_T = 'xsd3'
XSD_L = ['http://www.w3.org/1999/XMLSchema', 'http://www.w3.org/2000/10/XMLSchema', 'http://www.w3.org/2001/XMLSchema']
XSD_T = 'xsd'
XSI = 'http://www.w3.org/1999/XMLSchema-instance'
XSI2 = 'http://www.w3.org/2000/10/XMLSchema-instance'
XSI2_T = 'xsi2'
XSI3 = 'http://www.w3.org/2001/XMLSchema-instance'
XSI3_T = 'xsi3'
XSI_L = ['http://www.w3.org/1999/XMLSchema-instance', 'http://www.w3.org/2000/10/XMLSchema-instance', 'http://www.w3.org/2001/XMLSchema-instance']
XSI_T = 'xsi'

 
Functions
       
invertDict(dict)
##############################################################################
# Namespace Class
################################################################################

 
Data
        __version__ = '0.12.0'
ident = '$Id: NS.py 921 2005-02-15 16:32:23Z warnes $'
nested_scopes = _Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'alpha', 0), 16)