Broadworks-OCIP

 view release on metacpan or  search on metacpan

ocip_html/Services/OCISchemaServiceAutoAttendant.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_GroupAutoAttendantAddInstanceRequest20_xibox', 'type_GroupAutoAttendantDeleteInstanceRequest_xibox', 'type_GroupAutoAttendantGetInstanceListRequest_xibox', 'type_GroupAutoAttendantGetInstanceListResponse_xibox', 'type_Gr...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupAutoAttendantAddInstanceRequest20_scbox', 'type_GroupAutoAttendantDeleteInstanceRequest_scbox', 'type_GroupAutoAttendantGetInstanceListRequest_scbox', 'type_GroupAutoAttendantGetInstanceListResponse_...

/**
 * 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/OCISchemaServiceAutoAttendant.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_AutoAttendantAddMenu20">Complex Type: <strong>AutoAttendantAddMenu20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyConfiguration20">Complex Type: <strong>AutoAttendantKeyConfiguration20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyConfigurationEntry20">Complex Type: <strong>AutoAttendantKeyConfigurationEntry20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyConfigurationModifyEntry20">Complex Type: <strong>AutoAttendantKeyConfigurationModifyEntry20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyConfigurationReadEntry20">Complex Type: <strong>AutoAttendantKeyConfigurationReadEntry20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyModifyConfiguration20">Complex Type: <strong>AutoAttendantKeyModifyConfiguration20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantKeyReadConfiguration20">Complex Type: <strong>AutoAttendantKeyReadConfiguration20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantModifyMenu20">Complex Type: <strong>AutoAttendantModifyMenu20</strong>
</a>
</li>
<li>
<a href="#type_AutoAttendantReadMenu20">Complex Type: <strong>AutoAttendantReadMenu20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantAddInstanceRequest20">Complex Type: <strong>GroupAutoAttendantAddInstanceRequest20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantDeleteInstanceRequest">Complex Type: <strong>GroupAutoAttendantDeleteInstanceRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantGetInstanceListRequest">Complex Type: <strong>GroupAutoAttendantGetInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantGetInstanceListResponse">Complex Type: <strong>GroupAutoAttendantGetInstanceListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantGetInstanceRequest20">Complex Type: <strong>GroupAutoAttendantGetInstanceRequest20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantGetInstanceResponse20">Complex Type: <strong>GroupAutoAttendantGetInstanceResponse20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantModifyActiveInstanceListRequest">Complex Type: <strong>GroupAutoAttendantModifyActiveInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantModifyInstanceRequest20">Complex Type: <strong>GroupAutoAttendantModifyInstanceRequest20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuAddRequest20">Complex Type: <strong>GroupAutoAttendantSubmenuAddRequest20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuDeleteListRequest">Complex Type: <strong>GroupAutoAttendantSubmenuDeleteListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuGetListRequest">Complex Type: <strong>GroupAutoAttendantSubmenuGetListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuGetListResponse">Complex Type: <strong>GroupAutoAttendantSubmenuGetListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuGetRequest20">Complex Type: <strong>GroupAutoAttendantSubmenuGetRequest20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuGetResponse20">Complex Type: <strong>GroupAutoAttendantSubmenuGetResponse20</strong>
</a>
</li>
<li>
<a href="#type_GroupAutoAttendantSubmenuGetUsageListRequest">Complex Type: <strong>GroupAutoAttendantSubmenuGetUsageListRequest</strong>

ocip_html/Services/OCISchemaServiceAutoAttendant.xsd.html  view on Meta::CPAN

</li>
</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">&lt;<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">&lt;<span class="scTag">xs:include</span> <span class="scTag">schemaLocation</span>="<span class="scContent">../OCISchemaDataTypes.xsd</span>"/&gt;</div>
<div style="margin-left: 1.5em" class="scContent">...</div>&lt;/<span class="scTag">xs:schema</span>&gt;</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_AutoAttendantAddMenu20">AutoAttendantAddMenu20</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>AutoAttendantAddMenu20</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_AutoAttendantAddMenu20_xibox'); return false;" class="control" id="type_AutoAttendantAddMenu20_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantAddMenu20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;announcementSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> &lt;/announcementSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;enableFirstMenuLevelExtensionDialing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableFirstMenuLevelExtensionDialing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;keyConfiguration&gt; <span class="type">
<a href="#type_AutoAttendantKeyConfiguration20" title="Jump to &quot;AutoAttendantKeyConfiguration20&quot; type definition.">AutoAttendantKeyConfiguration20</a>
</span> &lt;/keyConfiguration&gt; <span class="occurs">[0..12]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantAddMenu20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantAddMenu20_scbox'); return false;" class="control" id="type_AutoAttendantAddMenu20_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantAddMenu20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantAddMenu20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div ...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." ="">AnnouncementSelection</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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="#type_AutoAttendantKeyConfiguration20" title="Jump to &quot;AutoAttendantKeyConfiguration20&quot; type definition.">AutoAttendantKeyConfiguration20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantAddMenu20_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_AutoAttendantKeyConfiguration20">AutoAttendantKeyConfiguration20</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>AutoAttendantKeyConfiguration20</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 a key for Auto Attendant.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfiguration20_xibox'); return false;" class="control" id="type_AutoAttendantKeyConfiguration20_xibox_button" type="button" /> <span class="caption">XML Instance Representation<...
</div>
<div class="contents" id="type_AutoAttendantKeyConfiguration20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;key&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span> &lt;/key&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;entry&gt; <span class="type">
<a href="#type_AutoAttendantKeyConfigurationEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationEntry20&quot; type definition.">AutoAttendantKeyConfigurationEntry20</a>
</span> &lt;/entry&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfiguration20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfiguration20_scbox'); return false;" class="control" id="type_AutoAttendantKeyConfiguration20_scbox_button" type="button" /> <span class="caption">Schema Component Representat...
</div>
<div class="contents" id="type_AutoAttendantKeyConfiguration20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyConfiguration20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">entry</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantKeyConfigurationEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationEntry20&quot; type definition.">AutoAttendantKeyConfigurationEntry20</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfiguration20_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_AutoAttendantKeyConfigurationEntry20">AutoAttendantKeyConfigurationEntry20</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>AutoAttendantKeyConfigurationEntry20</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 entry of a key for Auto Attendant.
        The following data elements are only used in AS data mode:
          audioFile
          videoFile
          submenuId
        The following data elements are only valid for Standard Auto
        Attendants:
          submenuId
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationEntry20_xibox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationEntry20_xibox_button" type="button" /> <span class="caption">XML Instance Repre...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationEntry20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;description&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;phoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/phoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;submenuId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span> &lt;/submenuId&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationEntry20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationEntry20_scbox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationEntry20_scbox_button" type="button" /> <span class="caption">Schema Component R...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationEntry20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyConfigurationEntry20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">phoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">submenuId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationEntry20_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_AutoAttendantKeyConfigurationModifyEntry20">AutoAttendantKeyConfigurationModifyEntry20</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>AutoAttendantKeyConfigurationModifyEntry20</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 modify configuration entry of a key for Auto Attendant.
        The following data elements are only used in AS data mode:
          audioFile
          videoFile
          submenuId
        The following data elements are only valid for Standard Auto
        Attendants:
          submenuId
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationModifyEntry20_xibox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationModifyEntry20_xibox_button" type="button" /> <span class="caption">XML In...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationModifyEntry20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;description&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;phoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/phoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;submenuId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span> &lt;/submenuId&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationModifyEntry20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationModifyEntry20_scbox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationModifyEntry20_scbox_button" type="button" /> <span class="caption">Schema...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationModifyEntry20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyConfigurationModifyEntry20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequ...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">phoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">submenuId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:comp...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationModifyEntry20_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_AutoAttendantKeyConfigurationReadEntry20">AutoAttendantKeyConfigurationReadEntry20</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>AutoAttendantKeyConfigurationReadEntry20</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 read configuration entry of a key for Auto Attendant.
        The following data elements are only used in AS data mode:
          submenuId
        The following data elements are only valid for Standard Auto
        Attendants:
          submenuId
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationReadEntry20_xibox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationReadEntry20_xibox_button" type="button" /> <span class="caption">XML Instan...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationReadEntry20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;description&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;phoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/phoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;submenuId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span> &lt;/submenuId&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationReadEntry20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyConfigurationReadEntry20_scbox'); return false;" class="control" id="type_AutoAttendantKeyConfigurationReadEntry20_scbox_button" type="button" /> <span class="caption">Schema Com...
</div>
<div class="contents" id="type_AutoAttendantKeyConfigurationReadEntry20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyConfigurationReadEntry20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequen...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKeyDescription" title="Jump to &quot;AutoAttendantMenuKeyDescription&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKeyDescription<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantKeyAction" title="Jump to &quot;AutoAttendantKeyAction&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantKeyAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">phoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">submenuId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyConfigurationReadEntry20_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_AutoAttendantKeyModifyConfiguration20">AutoAttendantKeyModifyConfiguration20</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>AutoAttendantKeyModifyConfiguration20</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 modify configuration of a key for Auto Attendant.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyModifyConfiguration20_xibox'); return false;" class="control" id="type_AutoAttendantKeyModifyConfiguration20_xibox_button" type="button" /> <span class="caption">XML Instance Rep...
</div>
<div class="contents" id="type_AutoAttendantKeyModifyConfiguration20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;key&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span> &lt;/key&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;entry&gt; <span class="type">
<a href="#type_AutoAttendantKeyConfigurationModifyEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationModifyEntry20&quot; type definition.">AutoAttendantKeyConfigurationModifyEntry20</a>
</span> &lt;/entry&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyModifyConfiguration20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyModifyConfiguration20_scbox'); return false;" class="control" id="type_AutoAttendantKeyModifyConfiguration20_scbox_button" type="button" /> <span class="caption">Schema Component...
</div>
<div class="contents" id="type_AutoAttendantKeyModifyConfiguration20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyModifyConfiguration20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence<...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">entry</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantKeyConfigurationModifyEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationModifyEntry20&quot; type definition.">AutoAttendantKeyConfigurationModifyEntry20</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyModifyConfiguration20_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_AutoAttendantKeyReadConfiguration20">AutoAttendantKeyReadConfiguration20</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>AutoAttendantKeyReadConfiguration20</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 read configuration of a key for Auto Attendant.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyReadConfiguration20_xibox'); return false;" class="control" id="type_AutoAttendantKeyReadConfiguration20_xibox_button" type="button" /> <span class="caption">XML Instance Represe...
</div>
<div class="contents" id="type_AutoAttendantKeyReadConfiguration20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;key&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span> &lt;/key&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;entry&gt; <span class="type">
<a href="#type_AutoAttendantKeyConfigurationReadEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationReadEntry20&quot; type definition.">AutoAttendantKeyConfigurationReadEntry20</a>
</span> &lt;/entry&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyReadConfiguration20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantKeyReadConfiguration20_scbox'); return false;" class="control" id="type_AutoAttendantKeyReadConfiguration20_scbox_button" type="button" /> <span class="caption">Schema Component Rep...
</div>
<div class="contents" id="type_AutoAttendantKeyReadConfiguration20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantKeyReadConfiguration20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</s...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantMenuKey" title="Jump to &quot;AutoAttendantMenuKey&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantMenuKey</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">entry</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantKeyConfigurationReadEntry20" title="Jump to &quot;AutoAttendantKeyConfigurationReadEntry20&quot; type definition.">AutoAttendantKeyConfigurationReadEntry20</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantKeyReadConfiguration20_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_AutoAttendantModifyMenu20">AutoAttendantModifyMenu20</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>AutoAttendantModifyMenu20</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_AutoAttendantModifyMenu20_xibox'); return false;" class="control" id="type_AutoAttendantModifyMenu20_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantModifyMenu20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;announcementSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> &lt;/announcementSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;enableFirstMenuLevelExtensionDialing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableFirstMenuLevelExtensionDialing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;keyConfiguration&gt; <span class="type">
<a href="#type_AutoAttendantKeyModifyConfiguration20" title="Jump to &quot;AutoAttendantKeyModifyConfiguration20&quot; type definition.">AutoAttendantKeyModifyConfiguration20</a>
</span> &lt;/keyConfiguration&gt; <span class="occurs">[0..12]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantModifyMenu20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantModifyMenu20_scbox'); return false;" class="control" id="type_AutoAttendantModifyMenu20_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantModifyMenu20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantModifyMenu20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<d...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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="#type_AutoAttendantKeyModifyConfiguration20" title="Jump to &quot;AutoAttendantKeyModifyConfiguration20&quot; type definition.">AutoAttendantKeyModifyConfiguration20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantModifyMenu20_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_AutoAttendantReadMenu20">AutoAttendantReadMenu20</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>AutoAttendantReadMenu20</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_AutoAttendantReadMenu20_xibox'); return false;" class="control" id="type_AutoAttendantReadMenu20_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_AutoAttendantReadMenu20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;announcementSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span> &lt;/announcementSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;audioFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/audioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;videoFile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span> &lt;/videoFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;enableFirstMenuLevelExtensionDialing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableFirstMenuLevelExtensionDialing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;keyConfiguration&gt; <span class="type">
<a href="#type_AutoAttendantKeyReadConfiguration20" title="Jump to &quot;AutoAttendantKeyReadConfiguration20&quot; type definition.">AutoAttendantKeyReadConfiguration20</a>
</span> &lt;/keyConfiguration&gt; <span class="occurs">[0..12]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantReadMenu20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AutoAttendantReadMenu20_scbox'); return false;" class="control" id="type_AutoAttendantReadMenu20_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_AutoAttendantReadMenu20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">AutoAttendantReadMenu20</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AnnouncementSelection" title="Jump to &quot;AnnouncementSelection&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementSelection</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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="#type_AutoAttendantKeyReadConfiguration20" title="Jump to &quot;AutoAttendantKeyReadConfiguration20&quot; type definition.">AutoAttendantKeyReadConfiguration20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:compl...
</div>
<script type="text/javascript">
<!--
setState('type_AutoAttendantReadMenu20_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_GroupAutoAttendantAddInstanceRequest20">GroupAutoAttendantAddInstanceRequest20</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantAddInstanceRequest20</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 Auto Attendant instance to a group.
        The domain is required in the serviceUserId.
        Only Group and Enterprise level schedules are accepted.
        The response is either SuccessResponse or ErrorResponse.

        The following elements are only used in AS data mode:
          type, use AutoAttendantType.BASIC in HSS mode.
          holidayMenu.
        The following elements are only valid for Standard Auto
        Attendants:
          holidayMenu
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantAddInstanceRequest20_xibox'); return false;" class="control" id="type_GroupAutoAttendantAddInstanceRequest20_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_GroupAutoAttendantAddInstanceRequest20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceProviderId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceProviderId" title="Jump to &quot;ServiceProviderId&quot; type definition(located in external schema documentation)." class="externalLink">ServiceProviderId</a>
</span> &lt;/serviceProviderId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;groupId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_GroupId" title="Jump to &quot;GroupId&quot; type definition(located in external schema documentation)." class="externalLink">GroupId</a>
</span> &lt;/groupId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;type&gt; <span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span> &lt;/type&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;extensionDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/extensionDialingScope&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/nameDialingScope&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingEntries&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> &lt;/nameDialingEntries&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span> &lt;/businessHoursMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;afterHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span> &lt;/afterHoursMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidayMenu&gt; <span class="type">
<a href="#type_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span> &lt;/holidayMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantAddInstanceRequest20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantAddInstanceRequest20_scbox'); return false;" class="control" id="type_GroupAutoAttendantAddInstanceRequest20_scbox_button" type="button" /> <span class="caption">Schema Compone...
</div>
<div class="contents" id="type_GroupAutoAttendantAddInstanceRequest20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantAddInstanceRequest20</span>"&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;ServiceProviderId&quot; type definition(located in external schema documentation)." class="externalLink">ServiceProviderId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;GroupId&quot; type definition(located in external schema documentation)." class="externalLink">GroupId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">type</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidayMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantAddMenu20" title="Jump to &quot;AutoAttendantAddMenu20&quot; type definition.">AutoAttendantAddMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantAddInstanceRequest20_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_GroupAutoAttendantDeleteInstanceRequest">GroupAutoAttendantDeleteInstanceRequest</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantDeleteInstanceRequest</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>
        Delete a Auto Attendant 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_GroupAutoAttendantDeleteInstanceRequest_xibox'); return false;" class="control" id="type_GroupAutoAttendantDeleteInstanceRequest_xibox_button" type="button" /> <span class="caption">XML Instance...
</div>
<div class="contents" id="type_GroupAutoAttendantDeleteInstanceRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>

ocip_html/Services/OCISchemaServiceAutoAttendant.xsd.html  view on Meta::CPAN

<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceRequest20_scbox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceRequest20_scbox_button" type="button" /> <span class="caption">Schema Compone...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceRequest20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantGetInstanceRequest20</span>"&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantGetInstanceRequest20_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_GroupAutoAttendantGetInstanceResponse20">GroupAutoAttendantGetInstanceResponse20</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 &quot;OCIDataResponse&quot; 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>GroupAutoAttendantGetInstanceResponse20</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 GroupAutoAttendantGetInstanceRequest20.
        Contains the service profile information.

        
        The following elements are only used in AS data mode:
          type, use AutoAttendantType.BASIC in HSS mode.
          holidayMenu.
        The following elements are only valid for Standard Auto
        Attendants:
          holidayMenu
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceResponse20_xibox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceResponse20_xibox_button" type="button" /> <span class="caption">XML Instance...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceResponse20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;type&gt; <span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span> &lt;/type&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;extensionDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/extensionDialingScope&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/nameDialingScope&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingEntries&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> &lt;/nameDialingEntries&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span> &lt;/businessHoursMenu&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;afterHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span> &lt;/afterHoursMenu&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidayMenu&gt; <span class="type">
<a href="#type_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span> &lt;/holidayMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantGetInstanceResponse20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantGetInstanceResponse20_scbox'); return false;" class="control" id="type_GroupAutoAttendantGetInstanceResponse20_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_GroupAutoAttendantGetInstanceResponse20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantGetInstanceResponse20</span>"&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">type</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidayMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantReadMenu20" title="Jump to &quot;AutoAttendantReadMenu20&quot; type definition.">AutoAttendantReadMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantGetInstanceResponse20_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_GroupAutoAttendantModifyActiveInstanceListRequest">GroupAutoAttendantModifyActiveInstanceListRequest</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantModifyActiveInstanceListRequest</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 Auto Attendant instances.
        The response is either SuccessResponse or ErrorResponse.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyActiveInstanceListRequest_xibox'); return false;" class="control" id="type_GroupAutoAttendantModifyActiveInstanceListRequest_xibox_button" type="button" /> <span class="c...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyActiveInstanceListRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>

ocip_html/Services/OCISchemaServiceAutoAttendant.xsd.html  view on Meta::CPAN

</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyActiveInstanceListRequest_scbox'); return false;" class="control" id="type_GroupAutoAttendantModifyActiveInstanceListRequest_scbox_button" type="button" /> <span class="c...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyActiveInstanceListRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantModifyActiveInstanceListRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">...
<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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceActivation</span>" <sp...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceActivation" title="Jump to &quot;ServiceActivation&quot; type definition(located in external schema documentation)." class="externalLink">ServiceActivation</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantModifyActiveInstanceListRequest_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_GroupAutoAttendantModifyInstanceRequest20">GroupAutoAttendantModifyInstanceRequest20</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantModifyInstanceRequest20</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.
        Only Group and Enterprise level schedules are accepted.
        The response is either SuccessResponse or ErrorResponse.

        The following elements are only used in AS data mode:
          holidayMenu.
        The following elements are only valid for Standard Auto
        Attendants:
          holidayMenu
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/hssDataModeSupported&gt;</code>
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyInstanceRequest20_xibox'); return false;" class="control" id="type_GroupAutoAttendantModifyInstanceRequest20_xibox_button" type="button" /> <span class="caption">XML Inst...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyInstanceRequest20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;extensionDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/extensionDialingScope&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingScope&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantDialingScope" title="Jump to &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span> &lt;/nameDialingScope&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;nameDialingEntries&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantNameDialingEntry" title="Jump to &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span> &lt;/nameDialingEntries&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span> &lt;/businessHoursMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;afterHoursMenu&gt; <span class="type">
<a href="#type_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span> &lt;/afterHoursMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidayMenu&gt; <span class="type">
<a href="#type_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span> &lt;/holidayMenu&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantModifyInstanceRequest20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantModifyInstanceRequest20_scbox'); return false;" class="control" id="type_GroupAutoAttendantModifyInstanceRequest20_scbox_button" type="button" /> <span class="caption">Schema C...
</div>
<div class="contents" id="type_GroupAutoAttendantModifyInstanceRequest20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantModifyInstanceRequest20</span>"&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantDialingScope&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantDialingScope</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;AutoAttendantNameDialingEntry&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantNameDialingEntry</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidayMenu</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantModifyMenu20" title="Jump to &quot;AutoAttendantModifyMenu20&quot; type definition.">AutoAttendantModifyMenu20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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 &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantModifyInstanceRequest20_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_GroupAutoAttendantSubmenuAddRequest20">GroupAutoAttendantSubmenuAddRequest20</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantSubmenuAddRequest20</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 Auto Attendant submenu instance.
        The response is either SuccessResponse or ErrorResponse. 
        This request is only valid for Standard auto attendants.
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>
</tr>
</table>

ocip_html/Services/OCISchemaServiceAutoAttendant.xsd.html  view on Meta::CPAN

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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_AnnouncementFileLevelKey" title="Jump to &quot;AnnouncementFileLevelKey&quot; type definition(located in external schema documentation)." class="externalLink">AnnouncementFileLevelKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableLevelExtensionDialing</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>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<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="#type_AutoAttendantKeyReadConfiguration20" title="Jump to &quot;AutoAttendantKeyReadConfiguration20&quot; type definition.">AutoAttendantKeyReadConfiguration20</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">12</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:exten...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantSubmenuGetResponse20_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_GroupAutoAttendantSubmenuGetUsageListRequest">GroupAutoAttendantSubmenuGetUsageListRequest</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 &quot;OCIRequest&quot; 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>GroupAutoAttendantSubmenuGetUsageListRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Get a list of Auto Attendant Business Hours Menu,After Hours Menu,Holiday Menu and Submenus that use this submenu.
        The response is either GroupAutoAttendantSubmenuGetUsageListResponse or ErrorResponse. 
        This request is only valid for Standard auto attendants.
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantSubmenuGetUsageListRequest_xibox'); return false;" class="control" id="type_GroupAutoAttendantSubmenuGetUsageListRequest_xibox_button" type="button" /> <span class="caption">XM...
</div>
<div class="contents" id="type_GroupAutoAttendantSubmenuGetUsageListRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;submenuId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span> &lt;/submenuId&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantSubmenuGetUsageListRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantSubmenuGetUsageListRequest_scbox'); return false;" class="control" id="type_GroupAutoAttendantSubmenuGetUsageListRequest_scbox_button" type="button" /> <span class="caption">Sc...
</div>
<div class="contents" id="type_GroupAutoAttendantSubmenuGetUsageListRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantSubmenuGetUsageListRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:co...
<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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">submenuId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AutoAttendantSubmenuId" title="Jump to &quot;AutoAttendantSubmenuId&quot; type definition(located in external schema documentation)." class="externalLink">AutoAttendantSubmenuId</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantSubmenuGetUsageListRequest_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_GroupAutoAttendantSubmenuGetUsageListResponse">GroupAutoAttendantSubmenuGetUsageListResponse</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 &quot;OCIDataResponse&quot; 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>GroupAutoAttendantSubmenuGetUsageListResponse</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 the GroupAutoAttendantSubmenuGetUsageListRequest.
        Contains a table with column headings:
        "Type" and "Submenu ID".
        
        The "Type" Column will contain one of the following: Business Hours Menu,
        After Hours Menu, Holiday Menu or Submenu.
        
        The "Submenu ID" Column will be left blank when the "Type" Column contains one
        of the base menu types (Business Hours Menu, After Hours Menu or Holiday Menu),
        and will contain the Submenu ID when the "Type" Column contains type Submenu.        
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantSubmenuGetUsageListResponse_xibox'); return false;" class="control" id="type_GroupAutoAttendantSubmenuGetUsageListResponse_xibox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_GroupAutoAttendantSubmenuGetUsageListResponse_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;submenuTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a...
</span> &lt;/submenuTable&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantSubmenuGetUsageListResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupAutoAttendantSubmenuGetUsageListResponse_scbox'); return false;" class="control" id="type_GroupAutoAttendantSubmenuGetUsageListResponse_scbox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_GroupAutoAttendantSubmenuGetUsageListResponse_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupAutoAttendantSubmenuGetUsageListResponse</span>"&gt;<div style="margin-left: 1.5em">&lt;<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 &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">submenuTable</span>" <span cl...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAutoAttendantSubmenuGetUsageListResponse_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_GroupAutoAttendantSubmenuModifyRequest20">GroupAutoAttendantSubmenuModifyRequest20</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 &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>



( run in 0.893 second using v1.01-cache-2.11-cpan-5b529ec07f3 )