Broadworks-OCIP
view release on metacpan or search on metacpan
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
background-color: #069;
}
/* Schema Component Representation table */
div.schemaComponent {
width: 90%;
}
div.schemaComponent div.contents {
font-family: Courier New, sans-serif;
font-size: 10pt;
padding: 5px;
}
/* Syntax characters */
div.schemaComponent div.contents {
color: #00f; /* blue */
}
/* Element and attribute tags */
div.schemaComponent div.contents .scTag {
color: #933; /* maroon */
}
/* Element and attribute content */
div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a {
color: black;
font-weight: bold;
}
/* Comments */
div.schemaComponent div.contents .comment {
color: #999; /* Light gray */
}
/******** Legend Section ********/
div#legend table, div#legend div {
margin-bottom: 3px;
}
div#legend div.hint {
color: #999; /* Light gray */
width: 90%;
margin-left: 1em;
margin-bottom: 2em;
}
/******** Glossary Section ********/
/* Glossary Terms */
.glossaryTerm {
font-weight: bold;
}
/******** Footer ********/
.footer {
font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_GroupGroupPagingAddInstanceRequest_xibox', 'type_GroupGroupPagingAddOriginatorListRequest_xibox', 'type_GroupGroupPagingAddTargetListRequest_xibox', 'type_GroupGroupPagingDeleteInstanceRequest_xibox', 'type_GroupGroupPag...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupGroupPagingAddInstanceRequest_scbox', 'type_GroupGroupPagingAddOriginatorListRequest_scbox', 'type_GroupGroupPagingAddTargetListRequest_scbox', 'type_GroupGroupPagingDeleteInstanceRequest_scbox', 'ty...
/**
* Can get the ID of the button controlling
* a collapseable box by concatenating
* this string onto the ID of the box itself.
*/
var B_SFIX = "_button";
/**
* Counter of documentation windows
* Used to give each window a unique name
*/
var windowCount = 0;
/**
* Returns an element in the current HTML document.
*
* @param elementID Identifier of HTML element
* @return HTML element object
*/
function getElementObject(elementID) {
var elemObj = null;
if (document.getElementById) {
elemObj = document.getElementById(elementID);
}
return elemObj;
}
/**
* Closes a collapseable box.
*
* @param boxObj Collapseable box
* @param buttonObj Button controlling box
*/
function closeBox(boxObj, buttonObj) {
if (boxObj == null || buttonObj == null) {
// Box or button not found
} else {
// Change 'display' CSS property of box
boxObj.style.display="none";
// Change text of button
if (boxObj.style.display=="none") {
buttonObj.value=" + ";
}
}
}
/**
* Opens a collapseable box.
*
* @param boxObj Collapseable box
* @param buttonObj Button controlling box
*/
function openBox(boxObj, buttonObj) {
if (boxObj == null || buttonObj == null) {
// Box or button not found
} else {
// Change 'display' CSS property of box
boxObj.style.display="block";
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
<a href="#type_GroupGroupPagingGetOriginatorListResponse">Complex Type: <strong>GroupGroupPagingGetOriginatorListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingGetTargetListRequest">Complex Type: <strong>GroupGroupPagingGetTargetListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingGetTargetListResponse">Complex Type: <strong>GroupGroupPagingGetTargetListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingModifyActiveInstanceListRequest">Complex Type: <strong>GroupGroupPagingModifyActiveInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingModifyInstanceRequest">Complex Type: <strong>GroupGroupPagingModifyInstanceRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingModifyOriginatorListRequest">Complex Type: <strong>GroupGroupPagingModifyOriginatorListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingModifyTargetListRequest">Complex Type: <strong>GroupGroupPagingModifyTargetListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingTargetsCapacityGetRequest">Complex Type: <strong>GroupGroupPagingTargetsCapacityGetRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingTargetsCapacityGetResponse">Complex Type: <strong>GroupGroupPagingTargetsCapacityGetResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupGroupPagingTargetsCapacityModifyRequest">Complex Type: <strong>GroupGroupPagingTargetsCapacityModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderGroupPagingTargetsCapacityGetRequest">Complex Type: <strong>ServiceProviderGroupPagingTargetsCapacityGetRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderGroupPagingTargetsCapacityGetResponse">Complex Type: <strong>ServiceProviderGroupPagingTargetsCapacityGetResponse</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderGroupPagingTargetsCapacityModifyRequest">Complex Type: <strong>ServiceProviderGroupPagingTargetsCapacityModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_UserGroupPagingGetListRequest">Complex Type: <strong>UserGroupPagingGetListRequest</strong>
</a>
</li>
<li>
<a href="#type_UserGroupPagingGetListResponse">Complex Type: <strong>UserGroupPagingGetListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds">Simple Type: <strong>GroupPagingConfirmationToneTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingMaxTargetCapacity">Simple Type: <strong>GroupPagingMaxTargetCapacity</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingOriginatorCLIDPrefix">Simple Type: <strong>GroupPagingOriginatorCLIDPrefix</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>
<ul style="margin-top: 0em" id="glossaryTOC">
<li>
<a href="#Glossary">Glossary</a>
</li>
</ul>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h2>
<a name="SchemaProperties">Schema Document Properties</a>
</h2>
<table class="properties">
<tr>
<th>
<a href="#term_TargetNS" title="Look up 'Target Namespace' in glossary">Target Namespace</a>
</th>
<td>None</td>
</tr>
<tr>
<th>Element and Attribute Namespaces</th>
<td>
<ul>
<li>Global element and attribute declarations belong to this schema's target namespace.</li>
<li>By default, local element declarations belong to this schema's target namespace.</li>
<li>By default, local attribute declarations belong to this schema's target namespace.</li>
</ul>
</td>
</tr>
<tr>
<th>Schema Composition</th>
<td>
<ul>
<li>This schema imports schema(s) from the following namespace(s):<ul>
<li>
<em>C</em> (at <a href="../OCISchemaBASE.xsd.html" title="Jump to schema documentation for '../OCISchemaBASE.xsd'.">../OCISchemaBASE.xsd</a>)</li>
</ul>
</li>
<li>This schema includes components from the following schema document(s):<ul>
<li>
<a href="../OCISchemaDataTypes.xsd.html" title="Jump to schema documentation for '../OCISchemaDataTypes.xsd'.">../OCISchemaDataTypes.xsd</a>
</li>
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingAddInstanceRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Add a Group Paging instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingAddInstanceRequest_xibox'); return false;" class="control" id="type_GroupGroupPagingAddInstanceRequest_xibox_button" type="button" /> <span class="caption">XML Instance Represent...
</div>
<div class="contents" id="type_GroupGroupPagingAddInstanceRequest_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCICommand" type definition could not be found." onclick="alert('"OCICommand" type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><serviceProviderId> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceProviderId" title="Jump to "ServiceProviderId" type definition(located in external schema documentation)." class="externalLink">ServiceProviderId</a>
</span> </serviceProviderId> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><groupId> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_GroupId" title="Jump to "GroupId" type definition(located in external schema documentation)." class="externalLink">GroupId</a>
</span> </groupId> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><serviceUserId> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to "UserId" type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> </serviceUserId> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><serviceInstanceProfile> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to "ServiceInstanceAddProfile" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span> </serviceInstanceProfile> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><confirmationToneTimeoutSeconds> <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> </confirmationToneTimeoutSeconds> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><deliverOriginatorCLIDInstead> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </deliverOriginatorCLIDInstead> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><originatorCLIDPrefix> <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> </originatorCLIDPrefix> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><networkClassOfService> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> </networkClassOfService> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingAddInstanceRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingAddInstanceRequest_scbox'); return false;" class="control" id="type_GroupGroupPagingAddInstanceRequest_scbox_button" type="button" /> <span class="caption">Schema Component Repre...
</div>
<div class="contents" id="type_GroupGroupPagingAddInstanceRequest_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingAddInstanceRequest</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexConte...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceProviderId</span>" <sp...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceProviderId" title="Jump to "ServiceProviderId" type definition(located in external schema documentation)." class="externalLink">ServiceProviderId</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">groupId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_GroupId" title="Jump to "GroupId" type definition(located in external schema documentation)." class="externalLink">GroupId</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to "UserId" type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to "ServiceInstanceAddProfile" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingAddInstanceRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupGroupPagingAddOriginatorListRequest">GroupGroupPagingAddOriginatorListRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingAddOriginatorListRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Add originator(s) to a paging group.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupGroupPagingGetInstanceResponse19sp1">GroupGroupPagingGetInstanceResponse19sp1</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to "OCIDataResponse" type definition(located in external schema documentation)." class="externalLin...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingGetInstanceResponse19sp1</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Response to GroupGroupPagingGetInstanceRequest19sp1.
Contains the service profile information.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingGetInstanceResponse19sp1_xibox'); return false;" class="control" id="type_GroupGroupPagingGetInstanceResponse19sp1_xibox_button" type="button" /> <span class="caption">XML Instan...
</div>
<div class="contents" id="type_GroupGroupPagingGetInstanceResponse19sp1_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCIResponse" type definition could not be found." onclick="alert('"OCIResponse" type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><serviceInstanceProfile> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to "ServiceInstanceReadProfile19sp1" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span> </serviceInstanceProfile> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><confirmationToneTimeoutSeconds> <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> </confirmationToneTimeoutSeconds> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><deliverOriginatorCLIDInstead> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </deliverOriginatorCLIDInstead> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><originatorCLIDPrefix> <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> </originatorCLIDPrefix> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><networkClassOfService> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> </networkClassOfService> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingGetInstanceResponse19sp1_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingGetInstanceResponse19sp1_scbox'); return false;" class="control" id="type_GroupGroupPagingGetInstanceResponse19sp1_scbox_button" type="button" /> <span class="caption">Schema Com...
</div>
<div class="contents" id="type_GroupGroupPagingGetInstanceResponse19sp1_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingGetInstanceResponse19sp1</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:comple...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to "OCIDataResponse" type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to "ServiceInstanceReadProfile19sp1" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingGetInstanceResponse19sp1_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupGroupPagingGetOriginatorListRequest">GroupGroupPagingGetOriginatorListRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingGetOriginatorListRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Get a list of originators assigned to a paging group.
The response is either a
GroupGroupPagingGetOriginatorListResponse or an ErrorResponse.
</td>
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupGroupPagingModifyInstanceRequest">GroupGroupPagingModifyInstanceRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingModifyInstanceRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Request to modify a Group Paging instance.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingModifyInstanceRequest_xibox'); return false;" class="control" id="type_GroupGroupPagingModifyInstanceRequest_xibox_button" type="button" /> <span class="caption">XML Instance Rep...
</div>
<div class="contents" id="type_GroupGroupPagingModifyInstanceRequest_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCICommand" type definition could not be found." onclick="alert('"OCICommand" type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><serviceUserId> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to "UserId" type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> </serviceUserId> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><serviceInstanceProfile> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to "ServiceInstanceModifyProfile" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> </serviceInstanceProfile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><confirmationToneTimeoutSeconds> <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> </confirmationToneTimeoutSeconds> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><deliverOriginatorCLIDInstead> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </deliverOriginatorCLIDInstead> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><originatorCLIDPrefix> <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> </originatorCLIDPrefix> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><networkClassOfService> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> </networkClassOfService> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingModifyInstanceRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupGroupPagingModifyInstanceRequest_scbox'); return false;" class="control" id="type_GroupGroupPagingModifyInstanceRequest_scbox_button" type="button" /> <span class="caption">Schema Component...
</div>
<div class="contents" id="type_GroupGroupPagingModifyInstanceRequest_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingModifyInstanceRequest</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexCo...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span c...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to "UserId" type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to "ServiceInstanceModifyProfile" type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to "GroupPagingConfirmationToneTimeoutSeconds" type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to "GroupPagingOriginatorCLIDPrefix" type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to "NetworkClassOfServiceName" type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupGroupPagingModifyInstanceRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupGroupPagingModifyOriginatorListRequest">GroupGroupPagingModifyOriginatorListRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupGroupPagingModifyOriginatorListRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Request to modify the originator list for a paging group.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
ocip_html/Services/OCISchemaServiceGroupPaging.xsd.html view on Meta::CPAN
<th>Documentation</th>
<td>
Response to the UserGroupPagingGetListRequest.
The groupPagingTable contains columns: "Name", "Phone Number", "Extension" and "Is Active"
The column value for "Is Active" can either be true, or false.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_UserGroupPagingGetListResponse_xibox'); return false;" class="control" id="type_UserGroupPagingGetListResponse_xibox_button" type="button" /> <span class="caption">XML Instance Representation</s...
</div>
<div class="contents" id="type_UserGroupPagingGetListResponse_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCIResponse" type definition could not be found." onclick="alert('"OCIResponse" type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><pagingGroupTable> <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to "OCITable" type definition(located in external schema documentation)." class="externalLink">OCITable</a...
</span> </pagingGroupTable> <span class="occurs">[1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_UserGroupPagingGetListResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_UserGroupPagingGetListResponse_scbox'); return false;" class="control" id="type_UserGroupPagingGetListResponse_scbox_button" type="button" /> <span class="caption">Schema Component Representatio...
</div>
<div class="contents" id="type_UserGroupPagingGetListResponse_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">UserGroupPagingGetListResponse</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexContent</...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to "OCIDataResponse" type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">pagingGroupTable</span>" <spa...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to "OCITable" type definition(located in external schema documentation)." class="externalLink">OCITable</a...
</span>
</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>></div></<span class="scTag">xs:complexType</span>></div>
</div>
<script type="text/javascript">
<!--
setState('type_UserGroupPagingGetListResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_GroupPagingConfirmationToneTimeoutSeconds">GroupPagingConfirmationToneTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupPagingConfirmationToneTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 <= <em xmlns="http://www.w3.org/1999/xhtml">value</em> <= 20</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
Maximum time to wait after the first answer is received from a target before
sending back the confirmation tone to the originator.
</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupPagingConfirmationToneTimeoutSeconds_scbox'); return false;" class="control" id="type_GroupPagingConfirmationToneTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema C...
</div>
<div class="contents" id="type_GroupPagingConfirmationToneTimeoutSeconds_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">GroupPagingConfirmationToneTimeoutSeconds</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:restri...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">20</span>"/></div></<span class="scTag">xs:restriction</span>></div></<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_GroupPagingConfirmationToneTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_GroupPagingMaxTargetCapacity">GroupPagingMaxTargetCapacity</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupPagingMaxTargetCapacity</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 <= <em xmlns="http://www.w3.org/1999/xhtml">value</em> <= 1000</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
Maximum number of targets per Paging Group
</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupPagingMaxTargetCapacity_scbox'); return false;" class="control" id="type_GroupPagingMaxTargetCapacity_scbox_button" type="button" /> <span class="caption">Schema Component Representation</s...
</div>
<div class="contents" id="type_GroupPagingMaxTargetCapacity_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">GroupPagingMaxTargetCapacity</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:restriction</span> ...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">1000</span>"/></div></<span class="scTag">xs:restriction</span>></div></<span class="scTag">xs:simple...
</div>
<script type="text/javascript">
<!--
setState('type_GroupPagingMaxTargetCapacity_scbox', false);
// -->
</script>
( run in 1.156 second using v1.01-cache-2.11-cpan-39bf76dae61 )