Broadworks-OCIP
view release on metacpan or search on metacpan
ocip_html/Services/OCISchemaServiceInstantGroupCall.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_GroupInstantGroupCallAddInstanceRequest14_xibox', 'type_GroupInstantGroupCallDeleteInstanceRequest_xibox', 'type_GroupInstantGroupCallGetInstanceListRequest_xibox', 'type_GroupInstantGroupCallGetInstanceListResponse_xibo...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupInstantGroupCallAddInstanceRequest14_scbox', 'type_GroupInstantGroupCallDeleteInstanceRequest_scbox', 'type_GroupInstantGroupCallGetInstanceListRequest_scbox', 'type_GroupInstantGroupCallGetInstanceL...
/**
* 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/OCISchemaServiceInstantGroupCall.xsd.html view on Meta::CPAN
<br />
<span style="margin-left: 1em; white-space: nowrap">[ <a onclick="expandAll(xiBoxes)" href="javascript:void(0)">Expand All</a> | <a onclick="collapseAll(xiBoxes)" href="javascript:void(0)">Collapse All</a> ]</span>
<br />
<br />
<strong>Schema Component Representation:</strong>
<br />
<span style="margin-left: 1em; white-space: nowrap">[ <a onclick="expandAll(scBoxes)" href="javascript:void(0)">Expand All</a> | <a onclick="collapseAll(scBoxes)" href="javascript:void(0)">Collapse All</a> ]</span>
</div>
<script type="text/javascript">
<!--
var gc = getElementObject("globalControls");
if (gc != null) {
gc.style.display="block";
}
// -->
</script>
</div>
<h2>Table of Contents</h2>
<ul>
<li>
<a href="#SchemaProperties">Schema Document Properties</a>
</li>
<li>
<a href="#SchemaDefinitions">Global Definitions</a>
<ul>
<li>
<a href="#type_GroupInstantGroupCallAddInstanceRequest14">Complex Type: <strong>GroupInstantGroupCallAddInstanceRequest14</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallDeleteInstanceRequest">Complex Type: <strong>GroupInstantGroupCallDeleteInstanceRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallGetInstanceListRequest">Complex Type: <strong>GroupInstantGroupCallGetInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallGetInstanceListResponse">Complex Type: <strong>GroupInstantGroupCallGetInstanceListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallGetInstanceRequest19sp1">Complex Type: <strong>GroupInstantGroupCallGetInstanceRequest19sp1</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallGetInstanceResponse19sp1">Complex Type: <strong>GroupInstantGroupCallGetInstanceResponse19sp1</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallModifyActiveInstanceListRequest">Complex Type: <strong>GroupInstantGroupCallModifyActiveInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallModifyInstanceRequest">Complex Type: <strong>GroupInstantGroupCallModifyInstanceRequest</strong>
</a>
</li>
<li>
<a href="#type_InstantGroupCallAnswerTimeoutMinutes">Simple Type: <strong>InstantGroupCallAnswerTimeoutMinutes</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>
</ul>
</li>
</ul>
</td>
</tr>
</table>
<h3>Declared Namespaces</h3>
<table class="namespaces">
ocip_html/Services/OCISchemaServiceInstantGroupCall.xsd.html view on Meta::CPAN
<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>GroupInstantGroupCallAddInstanceRequest14</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 add an Instant Group Call service instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallAddInstanceRequest14_xibox'); return false;" class="control" id="type_GroupInstantGroupCallAddInstanceRequest14_xibox_button" type="button" /> <span class="caption">XML Inst...
</div>
<div class="contents" id="type_GroupInstantGroupCallAddInstanceRequest14_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"><destinationPhoneNumber> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to "OutgoingDNorSIPURI" type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> </destinationPhoneNumber> <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><isAnswerTimeoutEnabled> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </isAnswerTimeoutEnabled> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><answerTimeoutMinutes> <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> </answerTimeoutMinutes> <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_GroupInstantGroupCallAddInstanceRequest14_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallAddInstanceRequest14_scbox'); return false;" class="control" id="type_GroupInstantGroupCallAddInstanceRequest14_scbox_button" type="button" /> <span class="caption">Schema C...
</div>
<div class="contents" id="type_GroupInstantGroupCallAddInstanceRequest14_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupInstantGroupCallAddInstanceRequest14</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:compl...
<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">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to "OutgoingDNorSIPURI" type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</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">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</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_GroupInstantGroupCallAddInstanceRequest14_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_GroupInstantGroupCallDeleteInstanceRequest">GroupInstantGroupCallDeleteInstanceRequest</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>GroupInstantGroupCallDeleteInstanceRequest</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 delete an Instant Group Call service instance from a group.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallDeleteInstanceRequest_xibox'); return false;" class="control" id="type_GroupInstantGroupCallDeleteInstanceRequest_xibox_button" type="button" /> <span class="caption">XML In...
</div>
<div class="contents" id="type_GroupInstantGroupCallDeleteInstanceRequest_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>
ocip_html/Services/OCISchemaServiceInstantGroupCall.xsd.html view on Meta::CPAN
<!--
setState('type_GroupInstantGroupCallGetInstanceRequest19sp1_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_GroupInstantGroupCallGetInstanceResponse19sp1">GroupInstantGroupCallGetInstanceResponse19sp1</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>GroupInstantGroupCallGetInstanceResponse19sp1</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 GroupInstantGroupCallGetInstanceRequest19sp1.
Contains the service profile information and a list of phone numbers.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallGetInstanceResponse19sp1_xibox'); return false;" class="control" id="type_GroupInstantGroupCallGetInstanceResponse19sp1_xibox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_GroupInstantGroupCallGetInstanceResponse19sp1_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"><destinationPhoneNumber> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to "OutgoingDNorSIPURI" type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> </destinationPhoneNumber> <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><isAnswerTimeoutEnabled> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </isAnswerTimeoutEnabled> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><answerTimeoutMinutes> <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> </answerTimeoutMinutes> <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_GroupInstantGroupCallGetInstanceResponse19sp1_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallGetInstanceResponse19sp1_scbox'); return false;" class="control" id="type_GroupInstantGroupCallGetInstanceResponse19sp1_scbox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_GroupInstantGroupCallGetInstanceResponse19sp1_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupInstantGroupCallGetInstanceResponse19sp1</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:c...
<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">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to "OutgoingDNorSIPURI" type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</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">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</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_GroupInstantGroupCallGetInstanceResponse19sp1_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_GroupInstantGroupCallModifyActiveInstanceListRequest">GroupInstantGroupCallModifyActiveInstanceListRequest</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>GroupInstantGroupCallModifyActiveInstanceListRequest</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 set the active status of Instant Group Call service instances.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallModifyActiveInstanceListRequest_xibox'); return false;" class="control" id="type_GroupInstantGroupCallModifyActiveInstanceListRequest_xibox_button" type="button" /> <span cl...
</div>
<div class="contents" id="type_GroupInstantGroupCallModifyActiveInstanceListRequest_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>
ocip_html/Services/OCISchemaServiceInstantGroupCall.xsd.html view on Meta::CPAN
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_GroupInstantGroupCallModifyInstanceRequest">GroupInstantGroupCallModifyInstanceRequest</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>GroupInstantGroupCallModifyInstanceRequest</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 an Instant Group Call service instance.
The response is either SuccessResponse or ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallModifyInstanceRequest_xibox'); return false;" class="control" id="type_GroupInstantGroupCallModifyInstanceRequest_xibox_button" type="button" /> <span class="caption">XML In...
</div>
<div class="contents" id="type_GroupInstantGroupCallModifyInstanceRequest_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"><destinationPhoneNumberList> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementOutgoingDNorSIPURIList" title="Jump to "ReplacementOutgoingDNorSIPURIList" type definition(located in external schema documentation)." class="externalLink">ReplacementOutgoingDNorSIPUR...
</span> </destinationPhoneNumberList> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><isAnswerTimeoutEnabled> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </isAnswerTimeoutEnabled> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><answerTimeoutMinutes> <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> </answerTimeoutMinutes> <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_GroupInstantGroupCallModifyInstanceRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupInstantGroupCallModifyInstanceRequest_scbox'); return false;" class="control" id="type_GroupInstantGroupCallModifyInstanceRequest_scbox_button" type="button" /> <span class="caption">Schema...
</div>
<div class="contents" id="type_GroupInstantGroupCallModifyInstanceRequest_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupInstantGroupCallModifyInstanceRequest</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:comp...
<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">destinationPhoneNumberList</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementOutgoingDNorSIPURIList" title="Jump to "ReplacementOutgoingDNorSIPURIList" type definition(located in external schema documentation)." class="externalLink">ReplacementOutgoingDNorSIPUR...
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</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">isAnswerTimeoutEnabled</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">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to "InstantGroupCallAnswerTimeoutMinutes" type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</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_GroupInstantGroupCallModifyInstanceRequest_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_InstantGroupCallAnswerTimeoutMinutes">InstantGroupCallAnswerTimeoutMinutes</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>InstantGroupCallAnswerTimeoutMinutes</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> <= 60</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
The maximum duration for unanswered call.
</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_InstantGroupCallAnswerTimeoutMinutes_scbox'); return false;" class="control" id="type_InstantGroupCallAnswerTimeoutMinutes_scbox_button" type="button" /> <span class="caption">Schema Component R...
</div>
<div class="contents" id="type_InstantGroupCallAnswerTimeoutMinutes_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">InstantGroupCallAnswerTimeoutMinutes</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:restriction...
<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">60</span>"/></div></<span class="scTag">xs:restriction</span>></div></<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_InstantGroupCallAnswerTimeoutMinutes_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>
</h2>
<div style="float: left; width: 15em;">
<h3 style="margin-bottom: 0px;">Complex Type:</h3>
<div style="margin-left: 0em;" class="hint">Schema Component Type</div>
</div>
<div style="float: left; width: 15em;">
<h3 style="margin-bottom: 0px;">
<span class="name">AusAddress</span>
</h3>
<div style="margin-left: 0em;" class="hint">Schema Component Name</div>
</div>
<table style="clear : both" class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span style="color: #0000FF; text-decoration:underline;" class="type">Address</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>
<ul>
<li>
<span style="color: #0000FF; text-decoration:underline;" class="type">QLDAddress</span> (by restriction)</li>
</ul>
</td>
</tr>
</table>
<div class="hint">If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.</div>
<table class="properties">
<tr>
<th>Name</th>
<td>AusAddress</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
</table>
<div class="hint">The table above displays the properties of this schema component.</div>
<div class="sample box">
<div>
<span class="caption">XML Instance Representation</span>
</div>
<div class="contents">
<span style="margin-left: 0em"><...</span>
<span class="newFields">
<span> country="<span class="fixed">Australia</span>"</span>
</span>> <br />
( run in 1.072 second using v1.01-cache-2.11-cpan-39bf76dae61 )