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

Subscription data object. A subscription describes an association between a requester and a particular service. It provides authorization to access policies of that service, and also provides a mapping to a back-end service implementation for a given request. A subscription can only have one back-end mapping and only one subscription may apply to a given request.


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

Requester name. The requester may be either an individual requester or a requester group.

<requester>admin_common:RequesterIdentifier</requester> [1..1]

Service name. The supplied name must correspond to an individual service and not a service group.

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

Operation name. May be an individual operation or 'ALL' operations.

<operation>admin_common:OperationIdentifier</operation> [1..1]

Service implementation name. Must be a valid service implementation that has been registered for the parent service.

<implementation>admin_common:ServiceIdentifier</implementation> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="Subscription">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Subscription data object. A subscription describes an association between a requester and a particular service. It provides authorization to access policies of that service, and also provides a mapping to a back-end service implementation for a given request. A subscription can only have one back-end mapping and only one subscription may apply to a given request.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="requester"  type="admin_common:RequesterIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Requester name. The requester may be either an individual requester or a requester group.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="service"  type="admin_common:ServiceIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service name. The supplied name must correspond to an individual service and not a service group.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="operation"  type="admin_common:OperationIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Operation name. May be an individual operation or 'ALL' operations.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="implementation"  type="admin_common:ServiceIdentifier">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Service implementation name. Must be a valid service implementation that has been registered for the parent service.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

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