http://www.w3.org/2003/06/wsdl
The Interface Complex Type
Local elements (3)
operation feature property
Complex Type Interface
The Interface type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... extends="list of (QName)" name="xs:NCName"Click here to hide Comment This attribute is required.>
<wsdl:documentation>wsdl:Documentation</documentation> [0..1]
-Begin Sequence [1...1]
<interfacePreOpExt> is an abstract element.
-Begin Choice [0...*]
<globalExt> is an abstract element.
<interfaceExt> is an abstract element.
<wsdl:operation name="xs:NCName"Click here to hide Comment This attribute is required. pattern="xs:anyURI"Click here to hide Comment This attribute is required.>wsdl:InterfaceOperation</operation> [1..1]
<wsdl:feature uri="xs:QName"Click here to hide Comment This attribute is required. required="xs:boolean">wsdl:Feature</feature> [1..1]
<wsdl:property uri="xs:QName"Click here to hide Comment This attribute is required. required="xs:boolean">wsdl:Property</property> [1..1]
End Choice
<interfacePostOpExt> is an abstract element.
End Sequence
</...>
 Collapse Attributes
Name Type Summary
extends list of (QName)
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
name NCName
Use of this attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse XML
-<xs:complexType  mixed="false"  name="Interface">
-<xs:complexContent>
-<xs:extension  base="wsdl:ExtensibleDocumented">
-<xs:sequence>
<xs:element  maxOccurs="unbounded"  minOccurs="0"  ref="wsdl:interfacePreOpExt" />
-<xs:choice  maxOccurs="unbounded"  minOccurs="0">
<xs:element  ref="wsdl:globalExt" />
<xs:element  ref="wsdl:interfaceExt" />
<xs:element  name="operation"  type="wsdl:InterfaceOperation" />
<xs:element  name="feature"  type="wsdl:Feature" />
<xs:element  name="property"  type="wsdl:Property" />
</xs:choice>
<xs:element  maxOccurs="unbounded"  minOccurs="0"  ref="wsdl:interfacePostOpExt" />
</xs:sequence>
<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:extension>
</xs:complexContent>
</xs:complexType>
 Collapse Uses
 Collapse Used-By
 Collapse Element (1)
 
Generated by XSDdoc 2.0 ©