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

Definition of a service. A service may be either an individual service or a service group. All services must have a valid parent group. Individual services may not have any children in the service hierarchy. Individual services also may possess a list of operations and registered service implementations. Both individual services and groups always have the 'ALL' operation associated with them, although service groups may not possess a list of operations.


Local elements (5)
service parentGroup enabled description definitionType
Complex Type ServiceDefinition
The ServiceDefinition 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.

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

Service parent group name. This field is required when creating a service or service group.

<parentGroup>admin_common:ServiceIdentifier</parentGroup> [0..1]

Service enabled (true) or disabled (false).

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

Service description.

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

An enumeration of service types. This field is required when creating a service or service group. Once a service is created, the type can not be changed.

<definitionType>admin_common:ServiceType</definitionType> [0..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="ServiceDefinition">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Definition of a service. A service may be either an individual service or a service group. All services must have a valid parent group. Individual services may not have any children in the service hierarchy. Individual services also may possess a list of operations and registered service implementations. Both individual services and groups always have the 'ALL' operation associated with them, although service groups may not possess a list of operations.</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.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="parentGroup"  type="admin_common:ServiceIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service parent group name. This field is required when creating a service or service group.</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 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>Service description.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="definitionType"  type="admin_common:ServiceType">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>An enumeration of service types. This field is required when creating a service or service group. Once a service is created, the type can not be changed. </xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 Collapse Used-By
Generated by WSDLdoc ©