XML Schema "soap.xsd"
Target Namespace:
http://schemas.xmlsoap.org/wsdl/soap/
Defined Components:
7 global elements, 8 complexTypes, 3 simpleTypes, 2 attribute groups
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
/home/msdemlei/gavo/trunk/gavo/resources/schemata/soap.xsd; see XML source
Imports Schema:
wsdl [src]
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright 2001 - 2005, International Business Machines Corporation and Microsoft Corporation
All Rights Reserved

License for WSDL Schema Files

The Authors grant permission to copy and distribute the WSDL Schema
Files in any medium without fee or royalty as long as this notice and
license are distributed with them. The originals of these files can
be located at:

http://schemas.xmlsoap.org/wsdl/soap/2003-02-11.xsd

THESE SCHEMA FILES ARE PROVIDED "AS IS," AND THE AUTHORS MAKE NO REPRESENTATIONS
OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THESE FILES, INCLUDING, BUT NOT
LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
NON-INFRINGEMENT OR TITLE. THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT,
INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR
RELATING TO ANY USE OR DISTRIBUTION OF THESE FILES.

The name and trademarks of the Authors may NOT be used in any manner,
including advertising or publicity pertaining to these files or any program
or service that uses these files, written prior permission. Title to copyright
in these files will at all times remain with the Authors.

No other rights are granted by implication, estoppel or otherwise.

-->
<xs:schema targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
<xs:simpleType name="encodingStyle">
<xs:annotation>
<xs:documentation>
"encodingStyle" indicates any canonicalization conventions followed in the contents of the containing element. For example, the value "http://schemas.xmlsoap.org/soap/encoding/" indicates the pattern described in SOAP specification
</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:element name="binding" type="soap:tBinding"/>
<xs:complexType name="tBinding">
<xs:complexContent>
<xs:extension base="wsdl:tExtensibilityElement">
<xs:attribute name="transport" type="xs:anyURI" use="required"/>
<xs:attribute name="style" type="soap:tStyleChoice" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="tStyleChoice">
<xs:restriction base="xs:string">
<xs:enumeration value="rpc"/>
<xs:enumeration value="document"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="operation" type="soap:tOperation"/>
<xs:complexType name="tOperation">
<xs:complexContent>
<xs:extension base="wsdl:tExtensibilityElement">
<xs:attribute name="soapAction" type="xs:anyURI" use="optional"/>
<xs:attribute name="style" type="soap:tStyleChoice" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="body" type="soap:tBody"/>
<xs:attributeGroup name="tBodyAttributes">
<xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional"/>
<xs:attribute name="use" type="soap:useChoice" use="optional"/>
<xs:attribute name="namespace" type="xs:anyURI" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tBody">
<xs:complexContent>
<xs:extension base="wsdl:tExtensibilityElement">
<xs:attribute name="parts" type="xs:NMTOKENS" use="optional"/>
<xs:attributeGroup ref="soap:tBodyAttributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="useChoice">
<xs:restriction base="xs:string">
<xs:enumeration value="literal"/>
<xs:enumeration value="encoded"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="fault" type="soap:tFault"/>
<xs:complexType abstract="true" name="tFaultRes">
<xs:complexContent>
<xs:restriction base="soap:tBody">
<xs:attribute ref="wsdl:required" use="optional"/>
<xs:attribute name="parts" type="xs:NMTOKENS" use="prohibited"/>
<xs:attributeGroup ref="soap:tBodyAttributes"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tFault">
<xs:complexContent>
<xs:extension base="soap:tFaultRes">
<xs:attribute name="name" type="xs:NCName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="header" type="soap:tHeader"/>
<xs:attributeGroup name="tHeaderAttributes">
<xs:attribute name="message" type="xs:QName" use="required"/>
<xs:attribute name="part" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="use" type="soap:useChoice" use="required"/>
<xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional"/>
<xs:attribute name="namespace" type="xs:anyURI" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tHeader">
<xs:complexContent>
<xs:extension base="wsdl:tExtensibilityElement">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="soap:headerfault"/>
</xs:sequence>
<xs:attributeGroup ref="soap:tHeaderAttributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="headerfault" type="soap:tHeaderFault"/>
<xs:complexType name="tHeaderFault">
<xs:attributeGroup ref="soap:tHeaderAttributes"/>
</xs:complexType>
<xs:element name="address" type="soap:tAddress"/>
<xs:complexType name="tAddress">
<xs:complexContent>
<xs:extension base="wsdl:tExtensibilityElement">
<xs:attribute name="location" type="xs:anyURI" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support more than 300 template parameters (working the same as "options" of an ordinary doc-gen), which will give you an unprecedented control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To enable/disable documenting of the initial, imported, included and redefined XML schemas selectively.
  • To document local element components both globally and locally (similar to attributes).
  • To enable/disable reproducing of namespace prefixes.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in the form of a single HTML file.
  • To use the same template to generate the incredible quality RTF documentation.
  • To document only selected XML schema components specified by name.
  • To remove this very advertisement text
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To buy a license, please follow this link: http://www.filigris.com/shop/