http://www.ibm.com/schema/twss/spm/admin/common/v2_0
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


Enumeration | Description |
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.
|
(Service | ServiceGroup).
XML |
-<xsd:simpleType name="ServiceType">
-<xsd:documentation xml:lang="en">
<xhtml:p>Service definition type enumeration.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Service">
-<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: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>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|