Broadworks-OCIP

 view release on metacpan or  search on metacpan

ocip_html/OCISchemaServiceProvider.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_ServiceProviderAccessDeviceAddRequest14_xibox', 'type_ServiceProviderAccessDeviceCustomTagAddRequest_xibox', 'type_ServiceProviderAccessDeviceCustomTagDeleteListRequest_xibox', 'type_ServiceProviderAccessDeviceCustomTagG...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_ServiceProviderAccessDeviceAddRequest14_scbox', 'type_ServiceProviderAccessDeviceCustomTagAddRequest_scbox', 'type_ServiceProviderAccessDeviceCustomTagDeleteListRequest_scbox', 'type_ServiceProviderAccess...

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

<a href="#type_ServiceProviderServicePackMigrationTaskModifyRemovalListRequest">Complex Type: <strong>ServiceProviderServicePackMigrationTaskModifyRemovalListRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderServicePackMigrationTaskModifyRequest">Complex Type: <strong>ServiceProviderServicePackMigrationTaskModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderServicePackMigrationTaskModifyUserSelectionRequest">Complex Type: <strong>ServiceProviderServicePackMigrationTaskModifyUserSelectionRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderServicePackMigrationTaskTerminateRequest">Complex Type: <strong>ServiceProviderServicePackMigrationTaskTerminateRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderServicePackModifyRequest">Complex Type: <strong>ServiceProviderServicePackModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlGetRequest">Complex Type: <strong>ServiceProviderSessionAdmissionControlGetRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlGetResponse">Complex Type: <strong>ServiceProviderSessionAdmissionControlGetResponse</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlModifyRequest">Complex Type: <strong>ServiceProviderSessionAdmissionControlModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlWhiteListGetRequest">Complex Type: <strong>ServiceProviderSessionAdmissionControlWhiteListGetRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlWhiteListGetResponse">Complex Type: <strong>ServiceProviderSessionAdmissionControlWhiteListGetResponse</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSessionAdmissionControlWhiteListModifyRequest">Complex Type: <strong>ServiceProviderSessionAdmissionControlWhiteListModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSIPAuthenticationPasswordRulesGetRequest">Complex Type: <strong>ServiceProviderSIPAuthenticationPasswordRulesGetRequest</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSIPAuthenticationPasswordRulesGetResponse">Complex Type: <strong>ServiceProviderSIPAuthenticationPasswordRulesGetResponse</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderSIPAuthenticationPasswordRulesModifyRequest">Complex Type: <strong>ServiceProviderSIPAuthenticationPasswordRulesModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_AnswerConfirmationAnnouncementSelection">Simple Type: <strong>AnswerConfirmationAnnouncementSelection</strong>
</a>
</li>
<li>
<a href="#type_AnswerConfirmationTimeoutSeconds">Simple Type: <strong>AnswerConfirmationTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationAbortErrorThreshold">Simple Type: <strong>ServicePackMigrationAbortErrorThreshold</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationMaxDurationHours">Simple Type: <strong>ServicePackMigrationMaxDurationHours</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationTaskName">Simple Type: <strong>ServicePackMigrationTaskName</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationTaskStatus">Simple Type: <strong>ServicePackMigrationTaskStatus</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationTaskUserSelectionType">Simple Type: <strong>ServicePackMigrationTaskUserSelectionType</strong>
</a>
</li>
<li>
<a href="#type_ServiceProviderPasswordRulesApplyTo">Simple Type: <strong>ServiceProviderPasswordRulesApplyTo</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>

ocip_html/OCISchemaServiceProvider.xsd.html  view on Meta::CPAN

</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_ServiceProviderAnswerConfirmationGetResponse16">ServiceProviderAnswerConfirmationGetResponse16</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="externalLink">...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderAnswerConfirmationGetResponse16</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 ServiceProviderAnswerConfirmationGetRequest16.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderAnswerConfirmationGetResponse16_xibox'); return false;" class="control" id="type_ServiceProviderAnswerConfirmationGetResponse16_xibox_button" type="button" /> <span class="caption...
</div>
<div class="contents" id="type_ServiceProviderAnswerConfirmationGetResponse16_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;announcementMessageSelection&gt; <span class="type">
<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</a>
</span> &lt;/announcementMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFileDescription&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span> &lt;/confirmationMessageAudioFileDescription&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageMediaType&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MediaFileType" title="Jump to &quot;MediaFileType&quot; type definition(located in external schema documentation)." class="externalLink">MediaFileType</a>
</span> &lt;/confirmationMessageMediaType&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationGetResponse16_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderAnswerConfirmationGetResponse16_scbox'); return false;" class="control" id="type_ServiceProviderAnswerConfirmationGetResponse16_scbox_button" type="button" /> <span class="caption...
</div>
<div class="contents" id="type_ServiceProviderAnswerConfirmationGetResponse16_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderAnswerConfirmationGetResponse16</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:...
<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="externalLink">...
</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">announcementMessageSelection<...
<span class="type">
<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</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">confirmationMessageAudioFileDescription</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</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">confirmationMessageMediaType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MediaFileType" title="Jump to &quot;MediaFileType&quot; type definition(located in external schema documentation)." class="externalLink">MediaFileType</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">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</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_ServiceProviderAnswerConfirmationGetResponse16_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_ServiceProviderAnswerConfirmationModifyRequest16">ServiceProviderAnswerConfirmationModifyRequest16</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderAnswerConfirmationModifyRequest16</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>
        Modify a service provider or enterprise's answer confirmation settings.
        The response is either a SuccessResponse or an ErrorResponse.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderAnswerConfirmationModifyRequest16_xibox'); return false;" class="control" id="type_ServiceProviderAnswerConfirmationModifyRequest16_xibox_button" type="button" /> <span class="cap...
</div>
<div class="contents" id="type_ServiceProviderAnswerConfirmationModifyRequest16_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;announcementMessageSelection&gt; <span class="type">
<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</a>
</span> &lt;/announcementMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFile&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledMediaFileResource" title="Jump to &quot;LabeledMediaFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledMediaFileResource</a>
</span> &lt;/confirmationMessageAudioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationModifyRequest16_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderAnswerConfirmationModifyRequest16_scbox'); return false;" class="control" id="type_ServiceProviderAnswerConfirmationModifyRequest16_scbox_button" type="button" /> <span class="cap...
</div>
<div class="contents" id="type_ServiceProviderAnswerConfirmationModifyRequest16_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderAnswerConfirmationModifyRequest16</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">x...
<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">OCIRequest...
</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">announcementMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</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">confirmationMessageAudioFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledMediaFileResource" title="Jump to &quot;LabeledMediaFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledMediaFileResource</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">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</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_ServiceProviderAnswerConfirmationModifyRequest16_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_ServiceProviderApplicationServerSetGetRequest">ServiceProviderApplicationServerSetGetRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderApplicationServerSetGetRequest</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 the Application Server set for a service provider or enterprise.
        The response is either a ServiceProviderApplicationServerSetGetResponse or an ErrorResponse.
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderApplicationServerSetGetRequest_xibox'); return false;" class="control" id="type_ServiceProviderApplicationServerSetGetRequest_xibox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_ServiceProviderApplicationServerSetGetRequest_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>&lt;/...&gt;</div>

ocip_html/OCISchemaServiceProvider.xsd.html  view on Meta::CPAN

<div class="contents" id="type_ServiceProviderCommunicationBarringIncomingCriteriaUnassignListRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringIncomingCriteriaUnassignListRequest</span>"&gt;<div style="margin-left: 1.5em">&lt...
<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">OCIRequest...
</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">criteriaName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCriteriaName" title="Jump to &quot;CommunicationBarringCriteriaName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCriteriaName<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">1</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_ServiceProviderCommunicationBarringIncomingCriteriaUnassignListRequest_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_ServiceProviderCommunicationBarringProfileAddRequest19sp1">ServiceProviderCommunicationBarringProfileAddRequest19sp1</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileAddRequest19sp1</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 new Communication Barring Profile.
        The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the add.
        The response is either a SuccessResponse or an ErrorResponse.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction, use value "Block" in HSS data mode
           callMeNowDefaultCallTimeout
           callMeNowRule  
           applyToAttendedCallTransfers, use value "false" in HSS data mode      
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox_button" type="button" /...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_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;name&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</a>...
</span> &lt;/name&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;description&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&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;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_scbox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_scbox_button" type="button" /...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileAddRequest19sp1</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class=...
<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">OCIRequest...
</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">name</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</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">description</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</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">originatingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</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">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</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">originatingDefaultTransferNumber</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">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</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">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</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">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</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">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">becomeDefault</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">applyToAttendedCallTransfers</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_ServiceProviderCommunicationBarringProfileAddRequest19sp1_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_ServiceProviderCommunicationBarringProfileDeleteRequest">ServiceProviderCommunicationBarringProfileDeleteRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileDeleteRequest</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>
        Deletes an existing Communication Barring Profile.  Optionally, a new default profile can be chosen if the current default profile is being deleted.
        The response is either a SuccessResponse or an ErrorResponse.
      </td>
</tr>
</table>

ocip_html/OCISchemaServiceProvider.xsd.html  view on Meta::CPAN

<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetRequest19sp1V2_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileGetRequest19sp1V2</span>"&gt;<div style="margin-left: 1.5em">&lt;<span clas...
<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">OCIRequest...
</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">name</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</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_ServiceProviderCommunicationBarringProfileGetRequest19sp1V2_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_ServiceProviderCommunicationBarringProfileGetResponse19sp1">ServiceProviderCommunicationBarringProfileGetResponse19sp1</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="externalLink">...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileGetResponse19sp1</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 ServiceProviderCommunicationBarringProfileGetRequest19sp1.
        The response contains the Communication Barring Profile information.
        The incoming, originating, redirecting and call me now rules are returned in ascending priority order.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers      
      </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_ServiceProviderCommunicationBarringProfileGetResponse19sp1_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_xibox_button" type="button"...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_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;description&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&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;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_scbox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_scbox_button" type="button"...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileGetResponse19sp1</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class...
<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="externalLink">...
</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">description</span>" <span cla...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</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">originatingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</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">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</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">originatingDefaultTransferNumber</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">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</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">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</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">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</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">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</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">applyToAttendedCallTransfers</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_ServiceProviderCommunicationBarringProfileGetResponse19sp1_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_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2">ServiceProviderCommunicationBarringProfileGetResponse19sp1V2</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="externalLink">...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileGetResponse19sp1V2</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 ServiceProviderCommunicationBarringProfileGetRequest19sp1V2.
        The response contains the Communication Barring Profile information.
        The incoming, originating, redirecting and call me now rules are returned in ascending priority order.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers      
      </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_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_xibox_button" type="but...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_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;description&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&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;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_scbox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_scbox_button" type="but...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileGetResponse19sp1V2</span>"&gt;<div style="margin-left: 1.5em">&lt;<span cla...
<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="externalLink">...
</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">description</span>" <span cla...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</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">originatingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</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">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</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">originatingDefaultTransferNumber</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">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</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">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</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">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</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">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</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">applyToAttendedCallTransfers</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_ServiceProviderCommunicationBarringProfileGetResponse19sp1V2_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_ServiceProviderCommunicationBarringProfileModifyDefaultRequest">ServiceProviderCommunicationBarringProfileModifyDefaultRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileModifyDefaultRequest</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 default Communication Barring Profile of a Service Provider.  If a default has been previously selected, this command will swap the default profile with the profile provided.  Selecting a nil profile will cause the service provid...
        The response is either a SuccessResponse or an ErrorResponse.
      </td>
</tr>
</table>

ocip_html/OCISchemaServiceProvider.xsd.html  view on Meta::CPAN

<div class="contents" id="type_ServiceProviderCommunicationBarringProfileModifyDefaultRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileModifyDefaultRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span c...
<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">OCIRequest...
</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">name</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</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:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&...
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderCommunicationBarringProfileModifyDefaultRequest_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_ServiceProviderCommunicationBarringProfileModifyRequest">ServiceProviderCommunicationBarringProfileModifyRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCommunicationBarringProfileModifyRequest</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>
        Modify an existing Communication Barring Profile.
        The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the modify.
        The response is either a SuccessResponse or an ErrorResponse.
        The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers
      </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_ServiceProviderCommunicationBarringProfileModifyRequest_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileModifyRequest_xibox_button" type="button" /> <s...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileModifyRequest_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;name&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</a>...
</span> &lt;/name&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;newName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</a>...
</span> &lt;/newName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;description&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&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;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList&quot; type definition(located ...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList&quot; type definition(located ...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList&quot; type definition(located in e...
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ReplacementCommunicationBarringIncomingRuleList19sp1" title="Jump to &quot;ReplacementCommunicationBarringIncomingRuleList19sp1&quot; type definition(located in external schema documentation)." class="externa...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderCommunicationBarringProfileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileModifyRequest_scbox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileModifyRequest_scbox_button" type="button" /> <s...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileModifyRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">ServiceProviderCommunicationBarringProfileModifyRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="s...
<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">OCIRequest...
</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">name</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</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">newName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileName" title="Jump to &quot;CommunicationBarringProfileName&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringProfileName</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">description</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringProfileDescription" title="Jump to &quot;CommunicationBarringProfileDescription&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringP...
</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">originatingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringOriginatingAction" title="Jump to &quot;CommunicationBarringOriginatingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringOri...
</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">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</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">originatingDefaultTransferNumber</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>" <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">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList&quot; type definition(located ...
</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">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</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">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList&quot; type definition(located ...
</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">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</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">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList&quot; type definition(located in e...
</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">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</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">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</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">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ReplacementCommunicationBarringIncomingRuleList19sp1" title="Jump to &quot;ReplacementCommunicationBarringIncomingRuleList19sp1&quot; type definition(located in external schema documentation)." class="externa...
</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">becomeDefault</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">applyToAttendedCallTransfers</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_ServiceProviderCommunicationBarringProfileModifyRequest_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_ServiceProviderCPEConfigRebuildDeviceConfigFileRequest">ServiceProviderCPEConfigRebuildDeviceConfigFileRequest</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">OCIRequest...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ServiceProviderCPEConfigRebuildDeviceConfigFileRequest</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>
        Rebuild the config file for a specified device.
        The response is either a SuccessResponse or an ErrorResponse.
      </td>
</tr>
</table>

ocip_html/OCISchemaServiceProvider.xsd.html  view on Meta::CPAN

<hr />
<h3>Simple Type: <a class="name" name="type_AnswerConfirmationAnnouncementSelection">AnswerConfirmationAnnouncementSelection</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>AnswerConfirmationAnnouncementSelection</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: token</li>
</ul>
<ul>
<li>
<em>value</em> comes from list: {'System'|'Custom'}</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Anser Confirmation Announcement Selection.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AnswerConfirmationAnnouncementSelection_scbox'); return false;" class="control" id="type_AnswerConfirmationAnnouncementSelection_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_AnswerConfirmationAnnouncementSelection_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">AnswerConfirmationAnnouncementSelection</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restrict...
<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">System</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Custom</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_AnswerConfirmationAnnouncementSelection_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_AnswerConfirmationTimeoutSeconds">AnswerConfirmationTimeoutSeconds</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>AnswerConfirmationTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>2 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 30</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
         The timer determines how long the system will wait for the confirmation.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AnswerConfirmationTimeoutSeconds_scbox'); return false;" class="control" id="type_AnswerConfirmationTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Represent...
</div>
<div class="contents" id="type_AnswerConfirmationTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">AnswerConfirmationTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</sp...
<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">2</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">30</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_AnswerConfirmationTimeoutSeconds_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_ServicePackMigrationAbortErrorThreshold">ServicePackMigrationAbortErrorThreshold</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>ServicePackMigrationAbortErrorThreshold</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>
<em>value</em> &gt;= 1</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        The service pack migration task will be aborted if this many errors occurs.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ServicePackMigrationAbortErrorThreshold_scbox'); return false;" class="control" id="type_ServicePackMigrationAbortErrorThreshold_scbox_button" type="button" /> <span class="caption">Schema Compo...
</div>
<div class="contents" id="type_ServicePackMigrationAbortErrorThreshold_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">ServicePackMigrationAbortErrorThreshold</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restrict...
<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">1</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">...
</div>
<script type="text/javascript">
<!--
setState('type_ServicePackMigrationAbortErrorThreshold_scbox', false);
// -->
</script>



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