complexType "tns:Envelope"
Namespace:
Content:
complex, attr. wildcard, 2 elements, elem. wildcard
Defined:
globally in envelope; see XML source
Includes:
definitions of attr. wildcard, 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="Envelope">
<xs:sequence>
<xs:element minOccurs="0" ref="tns:Header"/>
<xs:element minOccurs="1" ref="tns:Body"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
tns:Body
Type:
tns:Body, complex content
XML Source (see within schema source)
<xs:element minOccurs="1" ref="tns:Body"/>

tns:Header
Type:
tns:Header, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="tns:Header"/>

{any element from non-schema namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.