http://www.ibm.com/schema/twss/spm/admin/common/v2_0
The ServiceType Simple Type

Service definition type enumeration.


Simple Type ServiceType
ServiceType is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are Clikc here to hide Comment
EnumerationDescription
Service

Signifies an individual service. This corresponds to a public service name that's used by external systems to identify the service that a requester is interacting with.

ServiceGroup

Signifies a service group. A service group is a container, or grouping, of different services or service groups.

 Collapse XML
-<xsd:simpleType  name="ServiceType">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service definition type enumeration.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="Service">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Signifies an individual service. This corresponds to a public service name that's used by external systems to identify the service that a requester is interacting with.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="ServiceGroup">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Signifies a service group. A service group is a container, or grouping, of different services or service groups.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 
Generated by WSDLdoc ©