Broadworks-OCIP
view release on metacpan or search on metacpan
ocip_html/OCISchemaDeprecated15.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_GroupAccessDeviceGetRequest14sp6_xibox', 'type_GroupAccessDeviceGetResponse14sp6_xibox', 'type_GroupAutoAttendantAddInstanceRequest14_xibox', 'type_GroupAutoAttendantGetInstanceRequest14_xibox', 'type_GroupAutoAttendantG...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupAccessDeviceGetRequest14sp6_scbox', 'type_GroupAccessDeviceGetResponse14sp6_scbox', 'type_GroupAutoAttendantAddInstanceRequest14_scbox', 'type_GroupAutoAttendantGetInstanceRequest14_scbox', 'type_Gro...
/**
* 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/OCISchemaDeprecated15.xsd.html view on Meta::CPAN
// Link to close window
actualText += "<a href=\"javascript:void(0)\" onclick=\"window.close();\" style=\"font-family: Arial, sans-serif; font-size: 8pt;\">Close</a>";
actualText += "</body></html>";
/* Display window */
windowCount++;
var docWindow = window.open("", "documentation"+windowCount, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable,alwaysRaised,dependent,titlebar=no,width="+width+",height="+height+",screenX="+locX+",left="+locX+",screenY="+locY+",...
docWindow.document.write(actualText);
}
// -->
</script>
</head>
<body>
<h1>
<a name="top">XML Schema Documentation</a>
</h1>
<div style="float: right;">
<div style="display:none;" id="printerControls">
<input onclick="displayMode(this.checked)" type="checkbox" />Printer-friendly Version</div>
<script type="text/javascript">
<!--
var pc = getElementObject("printerControls");
if (pc != null) {
pc.style.display="block";
}
// -->
</script>
<div style="display:none" id="globalControls">
<strong>XML Instance Representation:</strong>
<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_AutoAttendantAddMenu">Complex Type: <strong>AutoAttendantAddMenu</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantModifyMenu">Complex Type: <strong>AutoAttendantModifyMenu</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantReadMenu">Complex Type: <strong>AutoAttendantReadMenu</strong>
</a>
</li>
<li>
<a href="#type_CallCenterMusicOnHoldSourceModify">Complex Type: <strong>CallCenterMusicOnHoldSourceModify</strong>
</a>
</li>
<li>
<a href="#type_CallCenterMusicOnHoldSourceRead">Complex Type: <strong>CallCenterMusicOnHoldSourceRead</strong>
</a>
</li>
<li>
<a href="#type_CommunicationBarringOriginatingRule15sp2">Complex Type: <strong>CommunicationBarringOriginatingRule15sp2</strong>
</a>
</li>
<li>
<a href="#type_CommunicationBarringRedirectingRule15sp2">Complex Type: <strong>CommunicationBarringRedirectingRule15sp2</strong>
</a>
</li>
<li>
<a href="#type_CPEDeviceModifyOptions">Complex Type: <strong>CPEDeviceModifyOptions</strong>
</a>
</li>
<li>
<a href="#type_CPEDeviceOptions14sp6">Complex Type: <strong>CPEDeviceOptions14sp6</strong>
</a>
</li>
<li>
<a href="#type_CPEDeviceOptionsRead">Complex Type: <strong>CPEDeviceOptionsRead</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementDeviceTypeModifyOptions">Complex Type: <strong>DeviceManagementDeviceTypeModifyOptions</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementDeviceTypeOptions">Complex Type: <strong>DeviceManagementDeviceTypeOptions</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementDeviceTypeOptionsRead">Complex Type: <strong>DeviceManagementDeviceTypeOptionsRead</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementUserNamePassword">Complex Type: <strong>DeviceManagementUserNamePassword</strong>
</a>
</li>
<li>
<a href="#type_FileRepositoryProtocolFTP">Complex Type: <strong>FileRepositoryProtocolFTP</strong>
</a>
</li>
<li>
<a href="#type_GroupAccessDeviceGetRequest14sp6">Complex Type: <strong>GroupAccessDeviceGetRequest14sp6</strong>
</a>
</li>
<li>
<a href="#type_GroupAccessDeviceGetResponse14sp6">Complex Type: <strong>GroupAccessDeviceGetResponse14sp6</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantAddInstanceRequest14">Complex Type: <strong>GroupAutoAttendantAddInstanceRequest14</strong>
ocip_html/OCISchemaDeprecated15.xsd.html view on Meta::CPAN
</ul>
</li>
</ul>
</td>
</tr>
</table>
<h3>Declared Namespaces</h3>
<table class="namespaces">
<tr>
<th>Prefix</th>
<th>Namespace</th>
</tr>
<tr>
<td>
<a name="ns_">Default namespace</a>
</td>
<td></td>
</tr>
<tr>
<td>
<a name="ns_xml">xml</a>
</td>
<td>http://www.w3.org/XML/1998/namespace</td>
</tr>
<tr>
<td>
<a name="ns_xs">xs</a>
</td>
<td>http://www.w3.org/2001/XMLSchema</td>
</tr>
<tr>
<td>
<a name="ns_core">core</a>
</td>
<td>C</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('schema_scbox'); return false;" class="control" id="schema_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="schema_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:schema</span> <span class="scTag">attributeFormDefault</span>="<span class="scContent">qualified</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"...
<div style="margin-left: 1.5em"><<span class="scTag">xs:include</span> <span class="scTag">schemaLocation</span>="<span class="scContent">OCISchemaDataTypes.xsd</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:include</span> <span class="scTag">schemaLocation</span>="<span class="scContent">OCISchemaSearchCriteria.xsd</span>"/></div>
<div style="margin-left: 1.5em" class="scContent">...</div></<span class="scTag">xs:schema</span>></div>
</div>
<script type="text/javascript">
<!--
setState('schema_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h2>
<a name="SchemaDefinitions">Global Definitions</a>
</h2>
<h3>Complex Type: <a class="name" name="type_AutoAttendantAddMenu">AutoAttendantAddMenu</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>None</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>AutoAttendantAddMenu</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>
The configuration of the automated receptionist greeting
prompt and dialing menu to be used during after business hours.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantAddMenu_xibox'); return false;" class="control" id="type_AutoAttendantAddMenu_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantAddMenu_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em"><announcementSelection> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> </announcementSelection> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em"><audioFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </audioFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><videoFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </videoFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><enableFirstMenuLevelExtensionDialing> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableFirstMenuLevelExtensionDialing> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em"><keyConfiguration> <span class="type">
<a href="javascript:void(0)" title=""AutoAttendantKeyConfiguration" type definition could not be found." onclick="alert('"AutoAttendantKeyConfiguration" type definition could not be found.');">AutoAttendantKeyConfiguration</a>
</span> </keyConfiguration> <span class="occurs">[0..12]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantAddMenu_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantAddMenu_scbox'); return false;" class="control" id="type_AutoAttendantAddMenu_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantAddMenu_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantAddMenu</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div st...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." ="">AnnouncementSelection</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</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">videoFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</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">enableFirstMenuLevelExtensionDialing</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">keyConfiguration</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title=""AutoAttendantKeyConfiguration" type definition could not be found." onclick="alert('"AutoAttendantKeyConfiguration" type definition could not be found.');">AutoAttendantKeyConfiguration</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantAddMenu_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_AutoAttendantModifyMenu">AutoAttendantModifyMenu</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>None</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>AutoAttendantModifyMenu</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>
The configuration of the automated receptionist greeting
prompt and dialing menu to be used during business hours.
It is used when modifying an Auto Attendant group.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantModifyMenu_xibox'); return false;" class="control" id="type_AutoAttendantModifyMenu_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantModifyMenu_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em"><announcementSelection> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> </announcementSelection> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><audioFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </audioFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><videoFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </videoFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><enableFirstMenuLevelExtensionDialing> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableFirstMenuLevelExtensionDialing> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><keyConfiguration> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyModifyConfiguration" title="Jump to "AutoAttendantKeyModifyConfiguration" type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyModifyConfi...
</span> </keyConfiguration> <span class="occurs">[0..12]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantModifyMenu_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantModifyMenu_scbox'); return false;" class="control" id="type_AutoAttendantModifyMenu_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantModifyMenu_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantModifyMenu</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</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">audioFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</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">videoFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</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">enableFirstMenuLevelExtensionDialing</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">keyConfiguration</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyModifyConfiguration" title="Jump to "AutoAttendantKeyModifyConfiguration" type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyModifyConfi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantModifyMenu_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_AutoAttendantReadMenu">AutoAttendantReadMenu</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>None</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>AutoAttendantReadMenu</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>
The configuration of the automated receptionist greeting
prompt and dialing menu to be used during after business hours.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantReadMenu_xibox'); return false;" class="control" id="type_AutoAttendantReadMenu_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantReadMenu_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em"><announcementSelection> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> </announcementSelection> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em"><audioFileDescription> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to "FileDescription" type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span> </audioFileDescription> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><videoFileDescription> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to "FileDescription" type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span> </videoFileDescription> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><enableFirstMenuLevelExtensionDialing> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableFirstMenuLevelExtensionDialing> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em"><keyConfiguration> <span class="type">
<a href="javascript:void(0)" title=""AutoAttendantKeyConfiguration" type definition could not be found." onclick="alert('"AutoAttendantKeyConfiguration" type definition could not be found.');">AutoAttendantKeyConfiguration</a>
</span> </keyConfiguration> <span class="occurs">[0..12]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantReadMenu_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantReadMenu_scbox'); return false;" class="control" id="type_AutoAttendantReadMenu_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantReadMenu_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantReadMenu</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div s...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to "AnnouncementSelection" type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioFileDescription</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to "FileDescription" type definition(located in external schema documentation)." class="externalLink">FileDescription</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">videoFileDescription</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to "FileDescription" type definition(located in external schema documentation)." class="externalLink">FileDescription</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">enableFirstMenuLevelExtensionDialing</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">keyConfiguration</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title=""AutoAttendantKeyConfiguration" type definition could not be found." onclick="alert('"AutoAttendantKeyConfiguration" type definition could not be found.');">AutoAttendantKeyConfiguration</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantReadMenu_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_CallCenterMusicOnHoldSourceModify">CallCenterMusicOnHoldSourceModify</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>None</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallCenterMusicOnHoldSourceModify</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>
Contains the music on hold source configuration.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_CallCenterMusicOnHoldSourceModify_xibox'); return false;" class="control" id="type_CallCenterMusicOnHoldSourceModify_xibox_button" type="button" /> <span class="caption">XML Instance Representat...
</div>
<div class="contents" id="type_CallCenterMusicOnHoldSourceModify_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em"><audioFilePreferredCodec> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to "AudioFileCodec" type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span> </audioFilePreferredCodec> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><messageSourceSelection> <span class="type">
<a href="javascript:void(0)" title=""CallCenterAnnouncementSelection" type definition could not be found." onclick="alert('"CallCenterAnnouncementSelection" type definition could not be found.');">CallCenterAnnouncementSelection</...
</span> </messageSourceSelection> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><customSource> <span class="occurs">[0..1]</span> <br />
<div style="margin-left: 1.5em"><audioFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </audioFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em"><videoFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to "LabeledFileResource" type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> </videoFile> <span class="occurs">[0..1]</span>
</div></customSource></div></...></div>
ocip_html/OCISchemaDeprecated15.xsd.html view on Meta::CPAN
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Add a Auto Attendant instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupAutoAttendantAddInstanceRequest16
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantAddInstanceRequest14_xibox'); return false;" class="control" id="type_GroupAutoAttendantAddInstanceRequest14_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_GroupAutoAttendantAddInstanceRequest14_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"><enableVideo> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableVideo> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHours> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </businessHours> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><holidayScheduleName> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </holidayScheduleName> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><extensionDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </extensionDialingScope> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </nameDialingScope> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingEntries> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> </nameDialingEntries> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHoursMenu> <span class="type">
<a href="#type_AutoAttendantAddMenu" title="Jump to "AutoAttendantAddMenu" type definition.">AutoAttendantAddMenu</a>
</span> </businessHoursMenu> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><afterHoursMenu> <span class="type">
<a href="#type_AutoAttendantAddMenu" title="Jump to "AutoAttendantAddMenu" type definition.">AutoAttendantAddMenu</a>
</span> </afterHoursMenu> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantAddInstanceRequest14_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantAddInstanceRequest14_scbox'); return false;" class="control" id="type_GroupAutoAttendantAddInstanceRequest14_scbox_button" type="button" /> <span class="caption">Schema Compone...
</div>
<div class="contents" id="type_GroupAutoAttendantAddInstanceRequest14_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantAddInstanceRequest14</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexC...
<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">OCIRequest...
</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">enableVideo</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">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">holidayScheduleName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">extensionDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">nameDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">nameDialingEntries</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantAddMenu" title="Jump to "AutoAttendantAddMenu" type definition.">AutoAttendantAddMenu</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">afterHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantAddMenu" title="Jump to "AutoAttendantAddMenu" type definition.">AutoAttendantAddMenu</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_GroupAutoAttendantAddInstanceRequest14_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_GroupAutoAttendantGetInstanceRequest14">GroupAutoAttendantGetInstanceRequest14</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupAutoAttendantGetInstanceRequest14</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 get all the information of a Auto Attendant instance.
The response is either GroupAutoAttendantGetInstanceResponse or ErrorResponse.
Replaced By: GroupAutoAttendantGetInstanceRequest16
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceRequest14_xibox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceRequest14_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceRequest14_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>
ocip_html/OCISchemaDeprecated15.xsd.html view on Meta::CPAN
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupAutoAttendantGetInstanceResponse14</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 GroupAutoAttendantGetInstanceRequest14.
Contains the service profile information.
Replaced By: GroupAutoAttendantGetInstanceResponse16
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceResponse14_xibox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceResponse14_xibox_button" type="button" /> <span class="caption">XML Instance...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceResponse14_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="javascript:void(0)" title=""ServiceInstanceReadProfile" type definition could not be found." onclick="alert('"ServiceInstanceReadProfile" type definition could not be found.');">ServiceInstanceReadProfile</a>
</span> </serviceInstanceProfile> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><enableVideo> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableVideo> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHours> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </businessHours> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><holidayScheduleName> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </holidayScheduleName> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><extensionDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </extensionDialingScope> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </nameDialingScope> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingEntries> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> </nameDialingEntries> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHoursMenu> <span class="type">
<a href="#type_AutoAttendantReadMenu" title="Jump to "AutoAttendantReadMenu" type definition.">AutoAttendantReadMenu</a>
</span> </businessHoursMenu> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><afterHoursMenu> <span class="type">
<a href="#type_AutoAttendantReadMenu" title="Jump to "AutoAttendantReadMenu" type definition.">AutoAttendantReadMenu</a>
</span> </afterHoursMenu> <span class="occurs">[1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantGetInstanceResponse14_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceResponse14_scbox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceResponse14_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceResponse14_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantGetInstanceResponse14</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complex...
<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="externalLink">...
</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="javascript:void(0)" title=""ServiceInstanceReadProfile" type definition could not be found." onclick="alert('"ServiceInstanceReadProfile" type definition could not be found.');">ServiceInstanceReadProfile</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</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">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">holidayScheduleName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">extensionDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">nameDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">nameDialingEntries</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantReadMenu" title="Jump to "AutoAttendantReadMenu" type definition.">AutoAttendantReadMenu</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">afterHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantReadMenu" title="Jump to "AutoAttendantReadMenu" type definition.">AutoAttendantReadMenu</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_GroupAutoAttendantGetInstanceResponse14_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_GroupAutoAttendantModifyInstanceRequest">GroupAutoAttendantModifyInstanceRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupAutoAttendantModifyInstanceRequest</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 Auto Attendant instance.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupAutoAttendantModifyInstanceRequest16
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyInstanceRequest_xibox'); return false;" class="control" id="type_GroupAutoAttendantModifyInstanceRequest_xibox_button" type="button" /> <span class="caption">XML Instance...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyInstanceRequest_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"><enableVideo> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </enableVideo> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHours> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </businessHours> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><holidayScheduleName> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</a>
</span> </holidayScheduleName> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><extensionDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </extensionDialingScope> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingScope> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> </nameDialingScope> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><nameDialingEntries> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> </nameDialingEntries> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><businessHoursMenu> <span class="type">
<a href="#type_AutoAttendantModifyMenu" title="Jump to "AutoAttendantModifyMenu" type definition.">AutoAttendantModifyMenu</a>
</span> </businessHoursMenu> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><afterHoursMenu> <span class="type">
<a href="#type_AutoAttendantModifyMenu" title="Jump to "AutoAttendantModifyMenu" type definition.">AutoAttendantModifyMenu</a>
</span> </afterHoursMenu> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantModifyInstanceRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyInstanceRequest_scbox'); return false;" class="control" id="type_GroupAutoAttendantModifyInstanceRequest_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyInstanceRequest_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantModifyInstanceRequest</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complex...
<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">OCIRequest...
</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">enableVideo</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">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">holidayScheduleName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ScheduleName" title="Jump to "ScheduleName" type definition(located in external schema documentation)." class="externalLink">ScheduleName</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">extensionDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</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">nameDialingScope</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to "AutoAttendantDialingScope" type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</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">nameDialingEntries</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to "AutoAttendantNameDialingEntry" type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</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">businessHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantModifyMenu" title="Jump to "AutoAttendantModifyMenu" type definition.">AutoAttendantModifyMenu</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">afterHoursMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantModifyMenu" title="Jump to "AutoAttendantModifyMenu" type definition.">AutoAttendantModifyMenu</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_GroupAutoAttendantModifyInstanceRequest_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_GroupCallCenterAddInstanceRequest14sp9">GroupCallCenterAddInstanceRequest14sp9</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupCallCenterAddInstanceRequest14sp9</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 Call Center instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupCallCenterAddInstanceRequest16,
GroupCallCenterAddAgentListRequest,
GroupCallCenterModifyPolicyRequest,
GroupCallCenterModifyAnnouncementRequest16
</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>
( run in 0.915 second using v1.01-cache-2.11-cpan-5b529ec07f3 )