http://www.ibm.com/schema/twss/spm/admin/common/v2_0
The ServiceImplDefinition Complex Type

Definition of a service implementation. A service implementation corresponds to an implementation of a Web Service interface that executes the logic of the service. A given interface may have one or more service implementations. If no service implementations are registered for a given service, then that service will not be useable, as it has no concrete realization.


Local elements (4)
service implName enabled description
Complex Type ServiceImplDefinition
The ServiceImplDefinition type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]

Service name. This is the name of the service, or interface, that is being implemented by this definition.

<service>admin_common:ServiceIdentifier</service> [1..1]

Service implementation name.

<implName>admin_common:ServiceIdentifier</implName> [1..1]

Service implementation enabled (true) or disabled (false).

<enabled>xsd:boolean</enabled> [0..1]

Sevice implementation description.

<description>admin_common:Description</description> [0..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="ServiceImplDefinition">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Definition of a service implementation. A service implementation corresponds to an implementation of a Web Service interface that executes the logic of the service. A given interface may have one or more service implementations. If no service implementations are registered for a given service, then that service will not be useable, as it has no concrete realization.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="service"  type="admin_common:ServiceIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service name. This is the name of the service, or interface, that is being implemented by this definition.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="implName"  type="admin_common:ServiceIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service implementation name.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="enabled"  type="xsd:boolean">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service implementation enabled (true) or disabled (false).</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="description"  type="admin_common:Description">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Sevice implementation description.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 
 Collapse Used-By
Generated by WSDLdoc ©