Schema ReadOnly-0-Rev-1-MonsterSOAP.xsd


schema location:  C:\WINNT\TEMP\p4win\ReadOnly-0-Rev-1-MonsterSOAP.xsd
targetNamespace:  http://schemas.xmlsoap.org/soap/envelope/
 
Elements 
Envelope 
Fault 


element Envelope
diagram
namespace http://schemas.xmlsoap.org/soap/envelope/
children Header Body
attributes
Name  Type  Use  Default  Fixed  Annotation
encodingStyle  xsd:string        
source
<xsd:element name="Envelope">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Header">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:annotation>
              <xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
            </xsd:annotation>
            <xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Body">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:annotation>
              <xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
            </xsd:annotation>
            <xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute ref="encodingStyle"/>
  </xsd:complexType>
</xsd:element>

element Envelope/Header
diagram
namespace http://schemas.xmlsoap.org/soap/envelope/
source
<xsd:element name="Header">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:annotation>
        <xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
      </xsd:annotation>
      <xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element Envelope/Body
diagram
namespace http://schemas.xmlsoap.org/soap/envelope/
source
<xsd:element name="Body">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:annotation>
        <xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
      </xsd:annotation>
      <xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element Fault
diagram
namespace http://schemas.xmlsoap.org/soap/envelope/
children faultcode faultstring
source
<xsd:element name="Fault">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="faultcode" type="xsd:string" form="unqualified"/>
      <xsd:element name="faultstring" type="xsd:string" form="unqualified"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element Fault/faultcode
diagram
type xsd:string
source
<xsd:element name="faultcode" type="xsd:string" form="unqualified"/>

element Fault/faultstring
diagram
type xsd:string
source
<xsd:element name="faultstring" type="xsd:string" form="unqualified"/>


XML Schema documentation generated with
XMLSPY Schema Editor http://www.altova.com/xmlspy