Broadworks-OCIP

 view release on metacpan or  search on metacpan

ocip_html/Services/OCISchemaServiceCallingNameRetrieval.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_SystemCallingNameRetrievalGetRequest20_xibox', 'type_SystemCallingNameRetrievalGetResponse20_xibox', 'type_SystemCallingNameRetrievalModifyRequest20_xibox', 'type_UserCallingNameRetrievalGetRequest_xibox', 'type_UserCall...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_SystemCallingNameRetrievalGetRequest20_scbox', 'type_SystemCallingNameRetrievalGetResponse20_scbox', 'type_SystemCallingNameRetrievalModifyRequest20_scbox', 'type_UserCallingNameRetrievalGetRequest_scbox'...

/**
 * 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/OCISchemaServiceCallingNameRetrieval.xsd.html  view on Meta::CPAN

// -->
</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_SystemCallingNameRetrievalGetRequest20">Complex Type: <strong>SystemCallingNameRetrievalGetRequest20</strong>
</a>
</li>
<li>
<a href="#type_SystemCallingNameRetrievalGetResponse20">Complex Type: <strong>SystemCallingNameRetrievalGetResponse20</strong>
</a>
</li>
<li>
<a href="#type_SystemCallingNameRetrievalModifyRequest20">Complex Type: <strong>SystemCallingNameRetrievalModifyRequest20</strong>
</a>
</li>
<li>
<a href="#type_UserCallingNameRetrievalGetRequest">Complex Type: <strong>UserCallingNameRetrievalGetRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallingNameRetrievalGetResponse">Complex Type: <strong>UserCallingNameRetrievalGetResponse</strong>
</a>
</li>
<li>
<a href="#type_UserCallingNameRetrievalModifyRequest">Complex Type: <strong>UserCallingNameRetrievalModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalQueryProtocol">Simple Type: <strong>CallingNameRetrievalQueryProtocol</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds">Simple Type: <strong>CallingNameRetrievalQueryTimeoutMilliseconds</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds">Simple Type: <strong>CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds">Simple Type: <strong>CallingNameRetrievalRouteAdvanceTimerMilliseconds</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalSourceIdentity">Simple Type: <strong>CallingNameRetrievalSourceIdentity</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>
<ul style="margin-top: 0em" id="glossaryTOC">
<li>
<a href="#Glossary">Glossary</a>
</li>
</ul>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h2>
<a name="SchemaProperties">Schema Document Properties</a>
</h2>
<table class="properties">
<tr>
<th>
<a href="#term_TargetNS" title="Look up 'Target Namespace' in glossary">Target Namespace</a>
</th>
<td>None</td>
</tr>
<tr>
<th>Element and Attribute Namespaces</th>
<td>
<ul>
<li>Global element and attribute declarations belong to this schema's target namespace.</li>
<li>By default, local element declarations belong to this schema's target namespace.</li>
<li>By default, local attribute declarations belong to this schema's target namespace.</li>
</ul>
</td>
</tr>
<tr>
<th>Schema Composition</th>
<td>
<ul>
<li>This schema imports schema(s) from the following namespace(s):<ul>
<li>
<em>C</em> (at <a href="../OCISchemaBASE.xsd.html" title="Jump to schema documentation for '../OCISchemaBASE.xsd'.">../OCISchemaBASE.xsd</a>)</li>
</ul>
</li>

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

<hr />
<h3>Complex Type: <a class="name" name="type_SystemCallingNameRetrievalGetResponse20">SystemCallingNameRetrievalGetResponse20</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>SystemCallingNameRetrievalGetResponse20</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 SystemCallingNameRetrievalGetRequest20.
      </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_SystemCallingNameRetrievalGetResponse20_xibox'); return false;" class="control" id="type_SystemCallingNameRetrievalGetResponse20_xibox_button" type="button" /> <span class="caption">XML Instance...
</div>
<div class="contents" id="type_SystemCallingNameRetrievalGetResponse20_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;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span> &lt;/queryProtocol&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TransportProtocol" title="Jump to &quot;TransportProtocol&quot; type definition(located in external schema documentation)." class="externalLink">TransportProtocol</a>
</span> &lt;/sipExternalDatabaseTransport&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/soapExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callingNameSource&gt; <span class="type">
<a href="#type_CallingNameRetrievalSourceIdentity" title="Jump to &quot;CallingNameRetrievalSourceIdentity&quot; type definition.">CallingNameRetrievalSourceIdentity</a>
</span> &lt;/callingNameSource&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;routeAdvanceTimer&gt; <span class="type">
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds" title="Jump to &quot;CallingNameRetrievalRouteAdvanceTimerMilliseconds&quot; type definition.">CallingNameRetrievalRouteAdvanceTimerMilliseconds</a>
</span> &lt;/routeAdvanceTimer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retryFailedCNAMServerInterval&gt; <span class="type">
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds" title="Jump to &quot;CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds&quot; type definition.">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</a>
</span> &lt;/retryFailedCNAMServerInterval&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ignoreRestrictedPresentationIndicator&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/ignoreRestrictedPresentationIndicator&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;supportsDNSSRV&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/supportsDNSSRV&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallingNameRetrievalGetResponse20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallingNameRetrievalGetResponse20_scbox'); return false;" class="control" id="type_SystemCallingNameRetrievalGetResponse20_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_SystemCallingNameRetrievalGetResponse20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallingNameRetrievalGetResponse20</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">triggerCNAMQueriesForAllNetwo...
<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">triggerCNAMQueriesForGroupAndEnterpriseCalls</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">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</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">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</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">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</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">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</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">sipExternalDatabaseTransport</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TransportProtocol" title="Jump to &quot;TransportProtocol&quot; type definition(located in external schema documentation)." class="externalLink">TransportProtocol</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">soapExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</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">callingNameSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalSourceIdentity" title="Jump to &quot;CallingNameRetrievalSourceIdentity&quot; type definition.">CallingNameRetrievalSourceIdentity</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">routeAdvanceTimer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds" title="Jump to &quot;CallingNameRetrievalRouteAdvanceTimerMilliseconds&quot; type definition.">CallingNameRetrievalRouteAdvanceTimerMilliseconds</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">retryFailedCNAMServerInterval</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds" title="Jump to &quot;CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds&quot; type definition.">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</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">ignoreRestrictedPresentationIndicator</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">supportsDNSSRV</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>&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_SystemCallingNameRetrievalGetResponse20_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_SystemCallingNameRetrievalModifyRequest20">SystemCallingNameRetrievalModifyRequest20</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>SystemCallingNameRetrievalModifyRequest20</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>
        Modifies the system's calling name retrieval attributes.
        The response is either a SuccessResponse or an ErrorResponse.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallingNameRetrievalModifyRequest20_xibox'); return false;" class="control" id="type_SystemCallingNameRetrievalModifyRequest20_xibox_button" type="button" /> <span class="caption">XML Inst...
</div>
<div class="contents" id="type_SystemCallingNameRetrievalModifyRequest20_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;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span> &lt;/queryProtocol&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TransportProtocol" title="Jump to &quot;TransportProtocol&quot; type definition(located in external schema documentation)." class="externalLink">TransportProtocol</a>
</span> &lt;/sipExternalDatabaseTransport&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/soapExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callingNameSource&gt; <span class="type">
<a href="#type_CallingNameRetrievalSourceIdentity" title="Jump to &quot;CallingNameRetrievalSourceIdentity&quot; type definition.">CallingNameRetrievalSourceIdentity</a>
</span> &lt;/callingNameSource&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;routeAdvanceTimer&gt; <span class="type">
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds" title="Jump to &quot;CallingNameRetrievalRouteAdvanceTimerMilliseconds&quot; type definition.">CallingNameRetrievalRouteAdvanceTimerMilliseconds</a>
</span> &lt;/routeAdvanceTimer&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retryFailedCNAMServerInterval&gt; <span class="type">
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds" title="Jump to &quot;CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds&quot; type definition.">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</a>
</span> &lt;/retryFailedCNAMServerInterval&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ignoreRestrictedPresentationIndicator&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/ignoreRestrictedPresentationIndicator&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;supportsDNSSRV&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/supportsDNSSRV&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallingNameRetrievalModifyRequest20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallingNameRetrievalModifyRequest20_scbox'); return false;" class="control" id="type_SystemCallingNameRetrievalModifyRequest20_scbox_button" type="button" /> <span class="caption">Schema C...
</div>
<div class="contents" id="type_SystemCallingNameRetrievalModifyRequest20_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallingNameRetrievalModifyRequest20</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">triggerCNAMQueriesForAllNetwo...
<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">triggerCNAMQueriesForGroupAndEnterpriseCalls</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">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</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">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</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">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</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">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</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">sipExternalDatabaseTransport</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TransportProtocol" title="Jump to &quot;TransportProtocol&quot; type definition(located in external schema documentation)." class="externalLink">TransportProtocol</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">soapExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</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">callingNameSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalSourceIdentity" title="Jump to &quot;CallingNameRetrievalSourceIdentity&quot; type definition.">CallingNameRetrievalSourceIdentity</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">routeAdvanceTimer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds" title="Jump to &quot;CallingNameRetrievalRouteAdvanceTimerMilliseconds&quot; type definition.">CallingNameRetrievalRouteAdvanceTimerMilliseconds</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">retryFailedCNAMServerInterval</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds" title="Jump to &quot;CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds&quot; type definition.">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</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">ignoreRestrictedPresentationIndicator</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">supportsDNSSRV</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>&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_SystemCallingNameRetrievalModifyRequest20_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_UserCallingNameRetrievalGetRequest">UserCallingNameRetrievalGetRequest</a>
</h3>
<table class="hierarchy">
<tr>

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

<hr />
<h3>Simple Type: <a class="name" name="type_CallingNameRetrievalQueryProtocol">CallingNameRetrievalQueryProtocol</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:token</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallingNameRetrievalQueryProtocol</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: token</li>
</ul>
<ul>
<li>
<em>value</em> comes from list: {'Sip'|'Soap'}</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Query Protocol.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallingNameRetrievalQueryProtocol_scbox'); return false;" class="control" id="type_CallingNameRetrievalQueryProtocol_scbox_button" type="button" /> <span class="caption">Schema Component Represe...
</div>
<div class="contents" id="type_CallingNameRetrievalQueryProtocol_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallingNameRetrievalQueryProtocol</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</s...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:token</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Sip</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Soap</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_CallingNameRetrievalQueryProtocol_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallingNameRetrievalQueryTimeoutMilliseconds">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallingNameRetrievalQueryTimeoutMilliseconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>100 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 10000</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Query time out milli-seconds.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox'); return false;" class="control" id="type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox_button" type="button" /> <span class="caption">Sc...
</div>
<div class="contents" id="type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallingNameRetrievalQueryTimeoutMilliseconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:res...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">100</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">10000</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpl...
</div>
<script type="text/javascript">
<!--
setState('type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>0 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 604800</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Seconds to wait before querying a failed CNAM server.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds_scbox'); return false;" class="control" id="type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds_scbox_button" type="button" /> ...
</div>
<div class="contents" id="type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="s...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">604800</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simp...
</div>
<script type="text/javascript">
<!--
setState('type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds_scbox', false);
// -->
</script>



( run in 1.187 second using v1.01-cache-2.11-cpan-39bf76dae61 )