schema location: | http://www.w3.org/2003/11/wsdl |
targetNamespace: | http://www.w3.org/2003/11/wsdl |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:BindingType |
source | <xs:element name="binding" type="tns:BindingType"/> |
diagram | ![]() |
||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||
type | wsdl:DefinitionsType | ||||||||||||||||||||
children | documentation tns:import tns:include tns:types tns:interface tns:binding tns:service | ||||||||||||||||||||
attributes |
|
||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||
source | <xs:element name="definitions" type="wsdl:DefinitionsType"> <xs:unique name="interface"> <xs:selector xpath="wsdl:interface"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="binding"> <xs:selector xpath="wsdl:binding"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="service"> <xs:selector xpath="wsdl:service"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:ImportType |
source | <xs:element name="import" type="tns:ImportType"/> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:IncludeType |
source | <xs:element name="include" type="tns:IncludeType"/> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:InterfaceType |
source | <xs:element name="interface" type="tns:InterfaceType"/> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:ServiceType |
source | <xs:element name="service" type="tns:ServiceType"/> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | tns:TypesType |
source | <xs:element name="types" type="tns:TypesType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="BindingOperationFaultType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="messageReference" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||
children | documentation | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="BindingOperationMessageType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="messageReference" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||
children | documentation input output infault outfault feature property | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="BindingOperationType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="input" type="wsdl:BindingOperationMessageType"/> <xs:element name="output" type="wsdl:BindingOperationMessageType"/> <xs:element name="infault" type="wsdl:BindingOperationFaultType"/> <xs:element name="outfault" type="wsdl:BindingOperationFaultType"/> <xs:element name="feature" type="wsdl:FeatureType"/> <xs:element name="property" type="wsdl:PropertyType"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | wsdl:BindingOperationMessageType | ||||||||||||
children | documentation | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="input" type="wsdl:BindingOperationMessageType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | wsdl:BindingOperationMessageType | ||||||||||||
children | documentation | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="output" type="wsdl:BindingOperationMessageType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:BindingOperationFaultType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="infault" type="wsdl:BindingOperationFaultType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:BindingOperationFaultType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="outfault" type="wsdl:BindingOperationFaultType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:FeatureType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="feature" type="wsdl:FeatureType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:PropertyType | ||||||||||||||||||
children | documentation value constraint | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="property" type="wsdl:PropertyType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation operation feature property | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="BindingType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="operation" type="wsdl:BindingOperationType"/> <xs:element name="feature" type="wsdl:FeatureType"/> <xs:element name="property" type="wsdl:PropertyType"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="interface" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | wsdl:BindingOperationType | ||||||||||||
children | documentation input output infault outfault feature property | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="operation" type="wsdl:BindingOperationType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:FeatureType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="feature" type="wsdl:FeatureType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:PropertyType | ||||||||||||||||||
children | documentation value constraint | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="property" type="wsdl:PropertyType"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||
children | documentation tns:import tns:include tns:types tns:interface tns:binding tns:service | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="DefinitionsType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="tns:import"/> <xs:element ref="tns:include"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:element ref="tns:types" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Any top-level, optional element is allowed to appear more than once. </xs:documentation> </xs:annotation> <xs:element ref="tns:interface"> <xs:unique name="operation"> <xs:selector xpath="wsdl:operation"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element ref="tns:binding"/> <xs:element ref="tns:service"> <xs:unique name="endpoint"> <xs:selector xpath="wsdl:endpoint"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:any namespace="##other" processContents="lax"/> </xs:choice> </xs:sequence> <xs:attribute name="targetNamespace" type="xs:anyURI" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||
namespace | http://www.w3.org/2003/11/wsdl | ||
used by |
|
||
source | <xs:complexType name="DocumentationType" mixed="true"> <xs:sequence> <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||
namespace | http://www.w3.org/2003/11/wsdl | ||
children | documentation | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="DocumentedType" mixed="false"> <xs:annotation> <xs:documentation> This type is extended by component types to allow them to be documented. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="documentation" type="wsdl:DocumentationType" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | wsdl:DocumentationType |
source | <xs:element name="documentation" type="wsdl:DocumentationType" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="EndpointType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="binding" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||
type | extension of wsdl:DocumentedType | ||||||
children | documentation | ||||||
used by |
|
||||||
attributes |
|
||||||
annotation |
|
||||||
source | <xs:complexType name="ExtensibleDocumentedType" abstract="true" mixed="false"> <xs:annotation> <xs:documentation> This type is extended by component types to allow attributes from other namespaces to be added. </xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="wsdl:DocumentedType"> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="FeatureType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="uri" type="xs:QName" use="required"/> <xs:attribute name="required" type="xs:boolean" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="ImportType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:attribute name="namespace" type="xs:anyURI" use="required"/> <xs:attribute name="location" type="xs:anyURI" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||
children | documentation | ||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="IncludeType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:attribute name="location" type="xs:anyURI" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||||||||
children | documentation input output infault outfault feature property | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="InterfaceOperationType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="input" type="wsdl:MessageRefType"/> <xs:element name="output" type="wsdl:MessageRefType"/> <xs:element name="infault" type="wsdl:MessageRefFaultType"/> <xs:element name="outfault" type="wsdl:MessageRefFaultType"/> <xs:element name="feature" type="wsdl:FeatureType"/> <xs:element name="property" type="wsdl:PropertyType"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="pattern" type="xs:anyURI" use="required"/> <xs:attribute name="style" type="xs:anyURI" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:MessageRefType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="input" type="wsdl:MessageRefType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:MessageRefType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="output" type="wsdl:MessageRefType"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | wsdl:MessageRefFaultType | ||||||||||||||||||||||||
children | documentation | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="infault" type="wsdl:MessageRefFaultType"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | wsdl:MessageRefFaultType | ||||||||||||||||||||||||
children | documentation | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="outfault" type="wsdl:MessageRefFaultType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:FeatureType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="feature" type="wsdl:FeatureType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:PropertyType | ||||||||||||||||||
children | documentation value constraint | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="property" type="wsdl:PropertyType"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||||||||
children | documentation operation feature property | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="InterfaceType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="operation" type="wsdl:InterfaceOperationType"/> <xs:element name="feature" type="wsdl:FeatureType"/> <xs:element name="property" type="wsdl:PropertyType"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="extends" use="optional"> <xs:simpleType> <xs:list itemType="xs:QName"/> </xs:simpleType> </xs:attribute> <xs:attribute name="encodingStyleDefault" type="xs:anyURI" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | wsdl:InterfaceOperationType | ||||||||||||||||||||||||
children | documentation input output infault outfault feature property | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="operation" type="wsdl:InterfaceOperationType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:FeatureType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="feature" type="wsdl:FeatureType"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:PropertyType | ||||||||||||||||||
children | documentation value constraint | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="property" type="wsdl:PropertyType"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||||||||
children | documentation | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="MessageRefFaultType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="messageReference" type="xs:NCName" use="optional"/> <xs:attribute name="message" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="MessageRefType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="messageReference" type="xs:NCName" use="optional"/> <xs:attribute name="message" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation value constraint | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="PropertyType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:sequence> <xs:choice> <xs:element name="value" type="xs:anySimpleType"/> <xs:element name="constraint" type="xs:QName"/> </xs:choice> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="uri" type="xs:QName" use="required"/> <xs:attribute name="required" type="xs:boolean" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | xs:anySimpleType |
source | <xs:element name="value" type="xs:anySimpleType"/> |
diagram | ![]() |
namespace | http://www.w3.org/2003/11/wsdl |
type | xs:QName |
source | <xs:element name="constraint" type="xs:QName"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||||||||||||||
children | documentation endpoint | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="ServiceType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice maxOccurs="unbounded"> <xs:element name="endpoint" type="wsdl:EndpointType"/> <xs:any namespace="##other" processContents="lax"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="interface" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||||||||||||||
type | wsdl:EndpointType | ||||||||||||||||||
children | documentation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="endpoint" type="wsdl:EndpointType"/> |
diagram | ![]() |
||||||
namespace | http://www.w3.org/2003/11/wsdl | ||||||
type | extension of wsdl:ExtensibleDocumentedType | ||||||
children | documentation | ||||||
attributes |
|
||||||
source | <xs:complexType name="TypesType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:sequence> <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |