Table of Contents 
Target Namespace 
 
None 
 
Element and Attribute Namespaces 
Global element and attribute declarations belong to this schema's target namespace. 
By default, local element declarations belong to this schema's target namespace. 
By default, local attribute declarations belong to this schema's target namespace. 
 
 
 
Schema Composition 
This schema imports schema(s) from the following namespace(s):
 
This schema includes components from the following schema document(s):
 
 
 
 
Declared Namespaces 
Schema Component Representation 
<
xs:schema  attributeFormDefault ="
qualified " 
elementFormDefault ="
qualified ">
<xs:import  namespace ="C " schemaLocation ="../OCISchemaBASE.xsd "/>
<xs:include  schemaLocation ="../OCISchemaDataTypes.xsd "/>
<xs:include  schemaLocation ="./OCISchemaServiceCallingPlan.xsd "/>
...
</
xs:schema >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanAuthorizationCodeGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the list of authorization codes for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanAuthorizationCodeGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanAuthorizationCodeGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanAuthorizationCodeGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanAuthorizationCodeGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanAuthorizationCodeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanCallMeNowGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now call permissions for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanCallMeNowGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanCallMeNowGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanCallMeNowGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanCallMeNowGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanCallMeNowGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanCallMeNowModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now call permissions for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanCallMeNowModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDepartmentAuthorizationCodeAddListRequest 
 
Abstract 
 
no 
 
Documentation 
        Add a list of authorization codes to the group's default or a department. When department is not
        specified, it is for the group default.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDepartmentAuthorizationCodeAddListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
<
xs:element  name ="
departmentKey " 
type ="
DepartmentKey 
 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest 
 
Abstract 
 
no 
 
Documentation 
        Delete a list of authorization codes from the group's default or a department. When department is not
        specified, it is for the group default.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
<
xs:element  name ="
departmentKey " 
type ="
DepartmentKey 
 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the list of authorization codes for a group default or a department.  When department is not
        specified, it is for the group default.
        The response is either a GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
<
xs:element  name ="
departmentKey " 
type ="
DepartmentKey 
 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanCallMeNowGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now call permissions for digit patterns for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanDigitPlanCallMeNowGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanCallMeNowGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanDigitPlanCallMeNowGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanDigitPlanCallMeNowGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanCallMeNowGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanCallMeNowModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now call permissions for digit patterns for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanCallMeNowModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanOriginatingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for digit patterns for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanDigitPlanOriginatingGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanOriginatingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanDigitPlanOriginatingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanDigitPlanOriginatingGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanOriginatingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanOriginatingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for digit patterns for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanOriginatingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanRedirectingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the redirecting permissions for digit patterns for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanDigitPlanRedirectingGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanRedirectingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanDigitPlanRedirectingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanDigitPlanRedirectingGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanRedirectingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanDigitPlanRedirectingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the redirecting permissions for digit patterns for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanDigitPlanRedirectingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanOriginatingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanOriginatingGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanOriginatingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanOriginatingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanOriginatingGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanOriginatingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanOriginatingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanOriginatingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPatternAddRequest 
 
Abstract 
 
no 
 
Documentation 
        Add a new calling plan Pinhole digit string.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPatternAddRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPatternDeleteListRequest 
 
Abstract 
 
no 
 
Documentation 
        Delete one or more calling plan Pinhole digit strings.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPatternDeleteListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPatternGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Get the list of calling plan Pinhole digit strings for a group.
        The response is either a GroupOutgoingCallingPlanPinholeDigitPatternGetListResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPatternGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPatternGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanPinholeDigitPatternGetListRequest.
        Contains a table with column headings: "Name", "Digit Pattern".
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPatternGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPatternModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify a calling plan Pinhole digit string. The name is a key; it cannot be changed.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPatternModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanOriginatingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the redirecting permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the redirecting permissions for Pinhole digit patterns for a group default and its departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanPinholeDigitPlanRedirectingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanRedirectedGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the call forwarded/transferred permissions for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanRedirectedGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectedGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanRedirectedGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanRedirectedGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectedGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanRedirectedModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the call forwarded/transferred permissions for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectedModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanRedirectingGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the initiating call forwards/transfer permissions for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanRedirectingGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectingGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanRedirectingGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanRedirectingGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectingGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanRedirectingModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the initiating call forwards/transfer permissions for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanRedirectingModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanTransferNumbersGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the list of transfer numbers for a group default and it's departments.
        The response is either a GroupOutgoingCallingPlanTransferNumbersGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanTransferNumbersGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
GroupOutgoingCallingPlanTransferNumbersGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to GroupOutgoingCallingPlanTransferNumbersGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanTransferNumbersGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
GroupOutgoingCallingPlanTransferNumbersModifyListRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the list of transfer numbers for a group default and it's departments.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
GroupOutgoingCallingPlanTransferNumbersModifyListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
groupId " 
type ="
GroupId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanAuthorizationCodeEntry 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan Authorization Code.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanAuthorizationCodeEntry ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanCallMeNowDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
         Outgoing Calling Plan for Call Me Now call permissions for a department.
        
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanCallMeNowDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanCallMeNowDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
         Modify outgoing Calling Plan for Call Me Now call permissions for a department.
        
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanCallMeNowDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanCallMeNowPermissions 
 
Abstract 
 
no 
 
Documentation 
         Outgoing Calling Plan for Call Me Now call permissions.
        
 
XML Instance Representation 
<...> 
<group> 
xs :boolean  </group> 
[1] 
<local> 
xs :boolean  </local> 
[1] 
<tollFree> 
xs :boolean  </tollFree> 
[1] 
<toll> 
xs :boolean  </toll> 
[1] 
<international> 
xs :boolean  </international> 
[1] 
<operatorAssisted> 
xs :boolean  </operatorAssisted> 
[1] 
<chargeableDirectoryAssisted> 
xs :boolean  </chargeableDirectoryAssisted> 
[1] 
<specialServicesI> 
xs :boolean  </specialServicesI> 
[1] 
<specialServicesII> 
xs :boolean  </specialServicesII> 
[1] 
<premiumServicesI> 
xs :boolean  </premiumServicesI> 
[1] 
<premiumServicesII> 
xs :boolean  </premiumServicesII> 
[1] 
<casual> 
xs :boolean  </casual> 
[1] 
<urlDialing> 
xs :boolean  </urlDialing> 
[1] 
<unknown> 
xs :boolean  </unknown> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanCallMeNowPermissions ">
<
xs:sequence >
<
xs:element  name ="
group " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
local " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
tollFree " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
toll " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
international " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
operatorAssisted " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
chargeableDirectoryAssisted " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
specialServicesI " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
specialServicesII " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
premiumServicesI " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
premiumServicesII " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
casual " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
urlDialing " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
unknown " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanCallMeNowPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
         Modify outgoing Calling Plan for Call Me Now call permissions.
        
 
XML Instance Representation 
<...> 
<group> 
xs :boolean  </group> 
[0..1] 
<local> 
xs :boolean  </local> 
[0..1] 
<tollFree> 
xs :boolean  </tollFree> 
[0..1] 
<toll> 
xs :boolean  </toll> 
[0..1] 
<international> 
xs :boolean  </international> 
[0..1] 
<operatorAssisted> 
xs :boolean  </operatorAssisted> 
[0..1] 
<chargeableDirectoryAssisted> 
xs :boolean  </chargeableDirectoryAssisted> 
[0..1] 
<specialServicesI> 
xs :boolean  </specialServicesI> 
[0..1] 
<specialServicesII> 
xs :boolean  </specialServicesII> 
[0..1] 
<premiumServicesI> 
xs :boolean  </premiumServicesI> 
[0..1] 
<premiumServicesII> 
xs :boolean  </premiumServicesII> 
[0..1] 
<casual> 
xs :boolean  </casual> 
[0..1] 
<urlDialing> 
xs :boolean  </urlDialing> 
[0..1] 
<unknown> 
xs :boolean  </unknown> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanCallMeNowPermissionsModify ">
<
xs:sequence >
<
xs:element  name ="
group " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
local " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
tollFree " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
toll " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
international " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
operatorAssisted " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
chargeableDirectoryAssisted " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
specialServicesI " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
specialServicesII " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
premiumServicesI " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
premiumServicesII " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
casual " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
urlDialing " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
unknown " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDepartmentAuthorizationCodes 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan Authorization Code for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDepartmentAuthorizationCodes ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDepartmentTransferNumbers 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan transfer numbers for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDepartmentTransferNumbers ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDepartmentTransferNumbersModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan transfer numbers for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDepartmentTransferNumbersModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternCallMeNowPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether Call Me Now calls using specified digit patterns are permitted.
       
 
XML Instance Representation 
<...> 
<permission> 
xs :boolean  </permission> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternCallMeNowPermission ">
<
xs:sequence >
<
xs:element  name ="
permission " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternCallMeNowPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternCallMeNowPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify outgoing Calling Plan originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternOriginatingPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether originating calls using specified digit patterns are permitted.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternOriginatingPermission ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternOriginatingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternOriginatingPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan redirecting call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify outgoing Calling Plan redirecting call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternRedirectingPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether redirecting calls using specified digit patterns are permitted.
       
 
XML Instance Representation 
<...> 
<permission> 
xs :boolean  </permission> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternRedirectingPermission ">
<
xs:sequence >
<
xs:element  name ="
permission " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanDigitPatternRedirectingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan redirecting call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanDigitPatternRedirectingPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanGroupAuthorizationCodes 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan Authorization Code for the group default.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanGroupAuthorizationCodes ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanOriginatingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanOriginatingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanOriginatingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanOriginatingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanOriginatingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanOriginatingPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanOriginatingPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan originating call permissions.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanOriginatingPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectedDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan being forwarded/transferred permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectedDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectedDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan being forwarded/transferred permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectedDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectedPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan being forwarded/transferred permissions.
       
 
XML Instance Representation 
<...> 
<outsideGroup> 
xs :boolean  </outsideGroup> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectedPermissions ">
<
xs:sequence >
<
xs:element  name ="
outsideGroup " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectedPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan being forwarded/transferred permissions.
       
 
XML Instance Representation 
<...> 
<outsideGroup> 
xs :boolean  </outsideGroup> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectedPermissionsModify ">
<
xs:sequence >
<
xs:element  name ="
outsideGroup " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan initiating call forwards/transfer permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan initiating call forwards/transfer permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan initiating call forwards/transfer permissions.
       
 
XML Instance Representation 
<...> 
<group> 
xs :boolean  </group> 
[1] 
<local> 
xs :boolean  </local> 
[1] 
<tollFree> 
xs :boolean  </tollFree> 
[1] 
<toll> 
xs :boolean  </toll> 
[1] 
<international> 
xs :boolean  </international> 
[1] 
<operatorAssisted> 
xs :boolean  </operatorAssisted> 
[1] 
<chargeableDirectoryAssisted> 
xs :boolean  </chargeableDirectoryAssisted> 
[1] 
<specialServicesI> 
xs :boolean  </specialServicesI> 
[1] 
<specialServicesII> 
xs :boolean  </specialServicesII> 
[1] 
<premiumServicesI> 
xs :boolean  </premiumServicesI> 
[1] 
<premiumServicesII> 
xs :boolean  </premiumServicesII> 
[1] 
<casual> 
xs :boolean  </casual> 
[1] 
<urlDialing> 
xs :boolean  </urlDialing> 
[1] 
<unknown> 
xs :boolean  </unknown> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectingPermissions ">
<
xs:sequence >
<
xs:element  name ="
group " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
local " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
tollFree " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
toll " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
international " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
operatorAssisted " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
chargeableDirectoryAssisted " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
specialServicesI " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
specialServicesII " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
premiumServicesI " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
premiumServicesII " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
casual " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
urlDialing " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
unknown " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanRedirectingPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan initiating call forwards/transfer permissions.
       
 
XML Instance Representation 
<...> 
<group> 
xs :boolean  </group> 
[0..1] 
<local> 
xs :boolean  </local> 
[0..1] 
<tollFree> 
xs :boolean  </tollFree> 
[0..1] 
<toll> 
xs :boolean  </toll> 
[0..1] 
<international> 
xs :boolean  </international> 
[0..1] 
<operatorAssisted> 
xs :boolean  </operatorAssisted> 
[0..1] 
<chargeableDirectoryAssisted> 
xs :boolean  </chargeableDirectoryAssisted> 
[0..1] 
<specialServicesI> 
xs :boolean  </specialServicesI> 
[0..1] 
<specialServicesII> 
xs :boolean  </specialServicesII> 
[0..1] 
<premiumServicesI> 
xs :boolean  </premiumServicesI> 
[0..1] 
<premiumServicesII> 
xs :boolean  </premiumServicesII> 
[0..1] 
<casual> 
xs :boolean  </casual> 
[0..1] 
<urlDialing> 
xs :boolean  </urlDialing> 
[0..1] 
<unknown> 
xs :boolean  </unknown> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanRedirectingPermissionsModify ">
<
xs:sequence >
<
xs:element  name ="
group " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
local " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
tollFree " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
toll " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
international " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
operatorAssisted " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
chargeableDirectoryAssisted " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
specialServicesI " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
specialServicesII " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
premiumServicesI " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
premiumServicesII " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
casual " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
urlDialing " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
unknown " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanTransferNumbers 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan transfer numbers.
       
 
XML Instance Representation 
<...> 
<phoneNumber01> 
OutgoingDN 
  </phoneNumber01> 
[0..1] 
<phoneNumber02> 
OutgoingDN 
  </phoneNumber02> 
[0..1] 
<phoneNumber03> 
OutgoingDN 
  </phoneNumber03> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanTransferNumbers ">
<
xs:sequence >
<
xs:element  name ="
phoneNumber01 " 
type ="
OutgoingDN 
 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
phoneNumber02 " 
type ="
OutgoingDN 
 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
phoneNumber03 " 
type ="
OutgoingDN 
 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanTransferNumbersModify 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Calling Plan transfer numbers.
       
 
XML Instance Representation 
<...> 
<phoneNumber01> 
OutgoingDN 
  </phoneNumber01> 
[0..1] 
<phoneNumber02> 
OutgoingDN 
  </phoneNumber02> 
[0..1] 
<phoneNumber03> 
OutgoingDN 
  </phoneNumber03> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingCallingPlanTransferNumbersModify ">
<
xs:sequence >
<
xs:element  name ="
phoneNumber01 " 
type ="
OutgoingDN 
 
 " 
nillable ="
true " 
minOccurs ="
0 "/>
<
xs:element  name ="
phoneNumber02 " 
type ="
OutgoingDN 
 
 " 
nillable ="
true " 
minOccurs ="
0 "/>
<
xs:element  name ="
phoneNumber03 " 
type ="
OutgoingDN 
 
 " 
nillable ="
true " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan Call Me Now call permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify Outgoing Pinhole Digit Plan Call Me Now call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether Call Me Now calls using specified Pinhole digit patterns are permitted.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan Call Me Now call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan department originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify Outgoing Pinhole Digit Plan originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternOriginatingPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether originating calls using specified Pinhole digit patterns are permitted.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternOriginatingPermission ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan originating call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan initiating call forwards/transfer permissions for a department.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify 
 
Abstract 
 
no 
 
Documentation 
        Modify Outgoing Pinhole Digit Plan redirecting call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternRedirectingPermission 
 
Abstract 
 
no 
 
Documentation 
        Indicates whether redirecting calls using specified Pinhole digit patterns are permitted.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternRedirectingPermission ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
None 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions 
 
Abstract 
 
no 
 
Documentation 
        Outgoing Pinhole Digit Plan redirecting call permissions for specified digit patterns.
       
 
Schema Component Representation 
<
xs:complexType  name ="
OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanCallTypeAddMappingRequest 
 
Abstract 
 
no 
 
Documentation 
        Add a system outgoing calling plan call type mapping.
        The response is either SuccessResponse or ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeAddMappingRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanCallTypeDeleteMappingRequest 
 
Abstract 
 
no 
 
Documentation 
        Delete a system outgoing calling plan call type mapping.
        The response is either SuccessResponse or ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeDeleteMappingRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanCallTypeGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request to get the list of call types of outgoing calling plan
        Response is SystemOutgoingCallingPlanCallTypeGetListRequest or ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
SystemOutgoingCallingPlanCallTypeGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to SystemOutgoingCallingPlanCallTypeGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanCallTypeGetMappingListRequest 
 
Abstract 
 
no 
 
Documentation 
        Get a list of system outgoing calling plan call type mappings.
        The response is either SystemOutgoingCallingPlanCallTypeGetMappingListResponse or ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeGetMappingListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
countryCode " 
type ="
CountryCode 
 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
SystemOutgoingCallingPlanCallTypeGetMappingListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to SystemOutgoingCallingPlanCallTypeGetMappingListRequest. The table columns are:
        "Country Code", "Digit Map" and "Call Type".
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanCallTypeGetMappingListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanGetRequest17sp3 
 
Abstract 
 
no 
 
Documentation 
        Request the system level data associated with Outgoing Calling Plan.
        The response is either a SystemOutgoingCallingPlanGetResponse17sp3 or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanGetRequest17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
SystemOutgoingCallingPlanGetResponse17sp3 
 
Abstract 
 
no 
 
Documentation 
        Response to SystemOutgoingCallingPlanGetRequest17sp3.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<directTransferScreening> 
xs :boolean  </directTransferScreening> 
[1] 
<enableEnhancedTollCallTyping> 
xs :boolean  </enableEnhancedTollCallTyping> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanGetResponse17sp3 ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
directTransferScreening " 
type ="
xs :boolean 
 "/>
<
xs:element  name ="
enableEnhancedTollCallTyping " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
SystemOutgoingCallingPlanModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the system level data associated with Outgoing Calling Plan.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<directTransferScreening> 
xs :boolean  </directTransferScreening> 
[0..1] 
<enableEnhancedTollCallTyping> 
xs :boolean  </enableEnhancedTollCallTyping> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
SystemOutgoingCallingPlanModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
directTransferScreening " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
<
xs:element  name ="
enableEnhancedTollCallTyping " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeAddListRequest 
 
Abstract 
 
no 
 
Documentation 
        Add a list of authorization codes to a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeAddListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeDeleteListRequest 
 
Abstract 
 
no 
 
Documentation 
        Delete a list of authorization codes from a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeDeleteListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeGetListRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the list of authorization codes for a user.
        The response is either a UserOutgoingCallingPlanAuthorizationCodeGetListResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeGetListRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeGetListResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanAuthorizationCodeGetListRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the authorization code setting for a user.
        The response is either a UserOutgoingCallingPlanAuthorizationCodeGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanAuthorizationCodeGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanAuthorizationCodeModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the authorization setting for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanAuthorizationCodeModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanCallMeNowGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now call permissions for a user.
        The response is either a UserOutgoingCallingPlanCallMeNowGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanCallMeNowGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanCallMeNowGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanCallMeNowGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanCallMeNowGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanCallMeNowModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now call permissions for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanCallMeNowModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanCallMeNowGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now call permissions for digit patterns for a user.
        The response is either a UserOutgoingCallingPlanDigitPlanCallMeNowGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanCallMeNowGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanDigitPlanCallMeNowGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanDigitPlanCallMeNowGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanCallMeNowGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanCallMeNowModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now call permissions for digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanCallMeNowModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanOriginatingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for digit patterns for a user.
        The response is either a UserOutgoingCallingPlanDigitPlanOriginatingGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanOriginatingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanDigitPlanOriginatingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanDigitPlanOriginatingGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanOriginatingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanOriginatingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanOriginatingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanRedirectingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the redirecting permissions for digit patterns for a user.
        The response is either a UserOutgoingCallingPlanDigitPlanRedirectingGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanRedirectingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanDigitPlanRedirectingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanDigitPlanRedirectingGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanRedirectingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanDigitPlanRedirectingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the redirecting permissions for digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanDigitPlanRedirectingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanOriginatingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for a user.
        The response is either a UserOutgoingCallingPlanOriginatingGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanOriginatingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanOriginatingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanOriginatingGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanOriginatingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanOriginatingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanOriginatingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the Call Me Now permissions for Pinhole digit patterns for a user.
        The response is either a UserOutgoingCallingPlanPinholeDigitPlanCallMeNowgGetResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the Call Me Now permissions for Pinhole digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the originating permissions for Pinhole digit patterns for a user.
        The response is either a UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanOriginatingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the originating permissions for Pinhole digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanOriginatingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the redirecting permissions for Pinhole digit patterns for a user.
        The response is either a UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetRequest.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanPinholeDigitPlanRedirectingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the redirecting permissions for Pinhole digit patterns for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
Application Data 
        <asDataModeSupported> true
</asDataModeSupported>
        <hssDataModeSupported> false
</hssDataModeSupported>
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanPinholeDigitPlanRedirectingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanRedirectedGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the call forwarded/transferred permissions for a user.
        The response is either a UserOutgoingCallingPlanRedirectedGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectedGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanRedirectedGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanRedirectedGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectedGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanRedirectedModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the call forwarded/transferred permissions for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectedModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanRedirectingGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the initiating call forwards/transfer permissions for a user.
        The response is either a UserOutgoingCallingPlanRedirectingGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectingGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanRedirectingGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanRedirectingGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectingGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanRedirectingModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the initiating call forwards/transfer permissions for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanRedirectingModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanSustainedAuthorizationCodeGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the sustained authorization code setting for a user.
        The response is either a UserOutgoingCallingPlanSustainedAuthorizationCodeGetResponse or an ErrorResponse.
        Engineering Note: This command is used internally by Call Processing.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanSustainedAuthorizationCodeGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanSustainedAuthorizationCodeGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanAuthorizationCodeGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanSustainedAuthorizationCodeGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanSustainedAuthorizationCodeModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify or clear the sustained authorization code for a user.
        The response is either a SuccessResponse or an ErrorResponse.
        Engineering Note: This command is used internally by Call Processing.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanSustainedAuthorizationCodeModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanTransferNumbersGetRequest 
 
Abstract 
 
no 
 
Documentation 
        Request the transfer numbers for a user.
        The response is either a UserOutgoingCallingPlanTransferNumbersGetResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanTransferNumbersGetRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Name 
UserOutgoingCallingPlanTransferNumbersGetResponse 
 
Abstract 
 
no 
 
Documentation 
        Response to UserOutgoingCallingPlanTransferNumbersGetRequest.
       
 
XML Instance Representation 
<...> 
<!-- '
OCIResponse 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanTransferNumbersGetResponse ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIDataResponse 
 
 ">
<
xs:sequence >
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
core :OCIRequest 
  (derivation method: extension) 
 
Sub-types: 
None 
 
Name 
UserOutgoingCallingPlanTransferNumbersModifyRequest 
 
Abstract 
 
no 
 
Documentation 
        Modify the transfer numbers for a user.
        The response is either a SuccessResponse or an ErrorResponse.
       
 
XML Instance Representation 
<...> 
<!-- '
OCICommand 
 ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCustomSettings> 
xs :boolean  </useCustomSettings> 
[0..1] 
</...>
 
 
Schema Component Representation 
<
xs:complexType  name ="
UserOutgoingCallingPlanTransferNumbersModifyRequest ">
<
xs:complexContent >
<
xs:extension  base ="
core :OCIRequest 
 
 ">
<
xs:sequence >
<
xs:element  name ="
userId " 
type ="
UserId 
 
 "/>
<
xs:element  name ="
useCustomSettings " 
type ="
xs :boolean 
 " 
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanAuthorizationCodeDescription 
 
Content 
 
 
Documentation 
        Outgoing Calling Plan Authorization Code Description.
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingCallingPlanAuthorizationCodeDescription ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:minLength  value ="1 "/>
<xs:maxLength  value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanCallType 
 
Content 
value  comes from list: {'Casual Calls'|'Chargeable Directory Assistance'|'International'|'Local'|'Operator Assisted'|'Premium Services I'|'Premium Services II'|'Special Services I'|'Special Services II'|'Toll'|'Toll Free'} 
 
 
 
Documentation 
        Outgoing Calling Plan Call Type
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingCallingPlanCallType ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:enumeration  value ="Casual Calls "/>
<xs:enumeration  value ="Chargeable Directory Assistance "/>
<xs:enumeration  value ="International "/>
<xs:enumeration  value ="Local "/>
<xs:enumeration  value ="Operator Assisted "/>
<xs:enumeration  value ="Premium Services I "/>
<xs:enumeration  value ="Premium Services II "/>
<xs:enumeration  value ="Special Services I "/>
<xs:enumeration  value ="Special Services II "/>
<xs:enumeration  value ="Toll "/>
<xs:enumeration  value ="Toll Free "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingCallingPlanOriginatingPermission 
 
Content 
value  comes from list: {'Disallow'|'Allow'|'Authorization Code Required'|'Transfer To First Transfer Number'|'Transfer To Second Transfer Number'|'Transfer To Third Transfer Number'} 
 
 
 
Documentation 
        Choices indicates how originating calls are permitted.
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingCallingPlanOriginatingPermission ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:enumeration  value ="Disallow "/>
<xs:enumeration  value ="Allow "/>
<xs:enumeration  value ="Authorization Code Required "/>
<xs:enumeration  value ="Transfer To First Transfer Number "/>
<xs:enumeration  value ="Transfer To Second Transfer Number "/>
<xs:enumeration  value ="Transfer To Third Transfer Number "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanCallMeNowPermission 
 
Content 
value  comes from list: {'Ignore'|'Allow'} 
 
 
 
Documentation 
        Permission choices for Pinhole digit patterns on Call Me Now calls.
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingPinholeDigitPlanCallMeNowPermission ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:enumeration  value ="Ignore "/>
<xs:enumeration  value ="Allow "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanOriginatingPermission 
 
Content 
value  comes from list: {'Ignore'|'Allow'|'Authorization Code Required'|'Transfer To First Transfer Number'|'Transfer To Second Transfer Number'|'Transfer To Third Transfer Number'} 
 
 
 
Documentation 
        Permission choices for Pinhole digit patterns on originating calls.
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingPinholeDigitPlanOriginatingPermission ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:enumeration  value ="Ignore "/>
<xs:enumeration  value ="Allow "/>
<xs:enumeration  value ="Authorization Code Required "/>
<xs:enumeration  value ="Transfer To First Transfer Number "/>
<xs:enumeration  value ="Transfer To Second Transfer Number "/>
<xs:enumeration  value ="Transfer To Third Transfer Number "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Parent type: 
xs :token  (derivation method: restriction) 
 
Sub-types: 
None 
 
Name 
OutgoingPinholeDigitPlanRedirectingPermission 
 
Content 
value  comes from list: {'Ignore'|'Allow'} 
 
 
 
Documentation 
        Permission choices for Pinhole digit patterns on redirecting calls.
       
 
Schema Component Representation 
<
xs:simpleType  name ="
OutgoingPinholeDigitPlanRedirectingPermission ">
<
xs:restriction  base ="
xs :token 
 ">
<xs:enumeration  value ="Ignore "/>
<xs:enumeration  value ="Allow "/>
</
xs:restriction >
</
xs:simpleType >
 
 
Complex Type: 
Schema Component Type
 
AusAddress 
 
Schema Component Name
 
Parent type: 
Address  (derivation method: extension) 
 
Sub-types: 
QLDAddress  (by restriction) 
 
 
 
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
The table above displays the properties of this schema component.
XML Instance Representation 
<... 
 country="Australia " 
 > 
<unitNo> string  </unitNo> [0..1] 
 
<houseNo> string  </houseNo> [1] 
 
<street> string  </street> [1] 
 
Start Choice 
[1] 
 
<city> string  </city> [1] 
 
<town> string  </town> [1] 
 
End Choice 
<state> AusStates  </state> [1] 
 
<postcode> string <<pattern  = [1-9][0-9]{3}>>  </postcode> [1] 
? 
 
 
</...> 
 
 
The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1]. 
Model group information are shown in gray, e.g. Start Choice ... End Choice. 
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold . 
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia". 
Otherwise, the type of the element/attribute is displayed.
               
If the element/attribute's type is in the schema, a link is provided to it. 
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern  = [1-9][0-9]{3}>>. 
 
 
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>. 
 
 
Schema Component Representation 
<complexType 
name ="AusAddress "> 
<complexContent > 
<extension 
base ="
Address 
 "> 
<sequence > 
<element 
name ="state " type ="
AusStates 
 "/> 
<element 
name ="postcode "> 
<simpleType > 
<restriction 
base ="
string 
 "> 
<pattern 
value ="[1-9][0-9]{3} "/> 
</restriction > 
</simpleType > 
</element > 
</sequence > 
<attribute 
name ="country " type ="
string 
 " fixed ="Australia "/> 
</extension > 
</complexContent > 
</complexType > 
 
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
 
Abstract   (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group   Child elements can be provided in any order  in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all .
Choice Model Group   
Only one  from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice .
Collapse Whitespace Policy   Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions   (Applies to element declarations). If substitution  is specified, then substitution group  members cannot be used in place of the given element declaration to validate element instances. If derivation methods , e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.
Key Constraint   Like Uniqueness Constraint , but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Key Reference Constraint   Ensures that the specified value(s) must match value(s) from a Key Constraint  or Uniqueness Constraint . See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Model Group   Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups .
Nillable   (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil , from the http://www.w3.org/2001/XMLSchema-instance  namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation   A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations .
Preserve Whitespace Policy   Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations   (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions   (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy   Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group   Child elements and model groups must be provided in the specified order  in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence .
Substitution Group   Elements that are members  of a substitution group can be used wherever the head  element of the substitution group is referenced.
Substitution Group Exclusions   (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace   The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint   Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .