XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

Prefix Namespace
Default namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
core C
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>
top

Global Definitions

Complex Type: GroupOutgoingCallingPlanAuthorizationCodeGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanAuthorizationCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanAuthorizationCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupCodeList> OutgoingCallingPlanGroupAuthorizationCodes </groupCodeList> [1]
<departmentCodeList> OutgoingCallingPlanDepartmentAuthorizationCodes </departmentCodeList> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanAuthorizationCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCodeList" type=" OutgoingCallingPlanGroupAuthorizationCodes "/>
<xs:element name="departmentCodeList" type=" OutgoingCallingPlanDepartmentAuthorizationCodes " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanCallMeNowGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanCallMeNowGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanCallMeNowGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanCallMeNowPermissions </groupPermissions> [1]
<departmentPermissions> OutgoingCallingPlanCallMeNowDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanCallMeNowGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanCallMeNowPermissions "/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanCallMeNowDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanCallMeNowModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanCallMeNowPermissionsModify </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanCallMeNowDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanCallMeNowModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanCallMeNowPermissionsModify " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanCallMeNowDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDepartmentAuthorizationCodeAddListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<departmentKey> DepartmentKey </departmentKey> [0..1]
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [1..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDepartmentAuthorizationCodeAddListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="departmentKey" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<departmentKey> DepartmentKey </departmentKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="departmentKey" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="code" type=" OutgoingCallingPlanAuthorizationCode " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<departmentKey> DepartmentKey </departmentKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="departmentKey" type=" DepartmentKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDepartmentAuthorizationCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanCallMeNowGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanCallMeNowGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanCallMeNowGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanCallMeNowGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanCallMeNowModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanCallMeNowModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanOriginatingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanOriginatingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanOriginatingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanOriginatingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanOriginatingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanOriginatingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanRedirectingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanRedirectingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanRedirectingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanRedirectingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanDigitPlanRedirectingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanDigitPlanRedirectingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanOriginatingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanOriginatingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanOriginatingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanOriginatingPermissions </groupPermissions> [1]
<departmentPermissions> OutgoingCallingPlanOriginatingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanOriginatingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanOriginatingPermissions "/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanOriginatingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanOriginatingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanOriginatingPermissionsModify </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanOriginatingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanOriginatingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanOriginatingPermissionsModify " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanOriginatingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPatternAddRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CallingPlanDigitPatternName </name> [1]
<digitPattern> CallingPlanDigitPattern </digitPattern> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPatternAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="name" type=" CallingPlanDigitPatternName "/>
<xs:element name="digitPattern" type=" CallingPlanDigitPattern "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPatternDeleteListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CallingPlanDigitPatternName </name> [1..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPatternDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="name" type=" CallingPlanDigitPatternName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPatternGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPatternGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPatternGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<digitPatternTable> core:OCITable </digitPatternTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPatternGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="digitPatternTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPatternModifyRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CallingPlanDigitPatternName </name> [1]
<digitPattern> CallingPlanDigitPattern </digitPattern> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPatternModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="name" type=" CallingPlanDigitPatternName "/>
<xs:element name="digitPattern" type=" CallingPlanDigitPattern " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanOriginatingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanOriginatingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanOriginatingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanRedirectingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanPinholeDigitPlanRedirectingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </groupPermissions> [0..1]
<departmentPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanPinholeDigitPlanRedirectingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectedGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectedGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectedGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanRedirectedPermissions </groupPermissions> [1]
<departmentPermissions> OutgoingCallingPlanRedirectedDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectedGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanRedirectedPermissions "/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanRedirectedDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectedModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanRedirectedPermissionsModify </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanRedirectedDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectedModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanRedirectedPermissionsModify " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanRedirectedDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectingGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectingGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupPermissions> OutgoingCallingPlanRedirectingPermissions </groupPermissions> [1]
<departmentPermissions> OutgoingCallingPlanRedirectingDepartmentPermissions </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanRedirectingPermissions "/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanRedirectingDepartmentPermissions " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanRedirectingModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupPermissions> OutgoingCallingPlanRedirectingPermissionsModify </groupPermissions> [0..1]
<departmentPermissions> OutgoingCallingPlanRedirectingDepartmentPermissionsModify </departmentPermissions> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanRedirectingModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupPermissions" type=" OutgoingCallingPlanRedirectingPermissionsModify " minOccurs="0"/>
<xs:element name="departmentPermissions" type=" OutgoingCallingPlanRedirectingDepartmentPermissionsModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanTransferNumbersGetListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanTransferNumbersGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanTransferNumbersGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<groupNumbers> OutgoingCallingPlanTransferNumbers </groupNumbers> [1]
<departmentNumbers> OutgoingCallingPlanDepartmentTransferNumbers </departmentNumbers> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanTransferNumbersGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupNumbers" type=" OutgoingCallingPlanTransferNumbers "/>
<xs:element name="departmentNumbers" type=" OutgoingCallingPlanDepartmentTransferNumbers " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupOutgoingCallingPlanTransferNumbersModifyListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupNumbers> OutgoingCallingPlanTransferNumbersModify </groupNumbers> [0..1]
<departmentNumbers> OutgoingCallingPlanDepartmentTransferNumbersModify </departmentNumbers> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupOutgoingCallingPlanTransferNumbersModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupNumbers" type=" OutgoingCallingPlanTransferNumbersModify " minOccurs="0"/>
<xs:element name="departmentNumbers" type=" OutgoingCallingPlanDepartmentTransferNumbersModify " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanAuthorizationCodeEntry

Parent type: None
Sub-types: None
Name OutgoingCallingPlanAuthorizationCodeEntry
Abstract no
Documentation Outgoing Calling Plan Authorization Code.
XML Instance Representation
<...>
<code> OutgoingCallingPlanAuthorizationCode </code> [1]
<description> OutgoingCallingPlanAuthorizationCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanAuthorizationCodeEntry">
<xs:sequence>
<xs:element name="code" type=" OutgoingCallingPlanAuthorizationCode "/>
<xs:element name="description" type=" OutgoingCallingPlanAuthorizationCodeDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanCallMeNowDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanCallMeNowDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan for Call Me Now call permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingCallingPlanCallMeNowPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanCallMeNowDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingCallingPlanCallMeNowPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanCallMeNowDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanCallMeNowDepartmentPermissionsModify
Abstract no
Documentation Modify outgoing Calling Plan for Call Me Now call permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<permissions> OutgoingCallingPlanCallMeNowPermissionsModify </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanCallMeNowDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="permissions" type=" OutgoingCallingPlanCallMeNowPermissionsModify "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanCallMeNowPermissions

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>
top

Complex Type: OutgoingCallingPlanCallMeNowPermissionsModify

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>
top

Complex Type: OutgoingCallingPlanDepartmentAuthorizationCodes

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDepartmentAuthorizationCodes
Abstract no
Documentation Outgoing Calling Plan Authorization Code for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [0..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDepartmentAuthorizationCodes">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDepartmentTransferNumbers

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDepartmentTransferNumbers
Abstract no
Documentation Outgoing Calling Plan transfer numbers for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<transferNumbers> OutgoingCallingPlanTransferNumbers </transferNumbers> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDepartmentTransferNumbers">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="transferNumbers" type=" OutgoingCallingPlanTransferNumbers "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDepartmentTransferNumbersModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDepartmentTransferNumbersModify
Abstract no
Documentation Outgoing Calling Plan transfer numbers for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<transferNumbers> OutgoingCallingPlanTransferNumbersModify </transferNumbers> [0..1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDepartmentTransferNumbersModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="transferNumbers" type=" OutgoingCallingPlanTransferNumbersModify " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify
Abstract no
Documentation Modify outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternCallMeNowDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternCallMeNowPermission

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
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> xs:boolean </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternCallMeNowPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternCallMeNowPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternCallMeNowPermissions
Abstract no
Documentation Outgoing Calling Plan Call Me Now call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternCallMeNowPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify
Abstract no
Documentation Modify outgoing Calling Plan originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternOriginatingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternOriginatingPermission

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternOriginatingPermission
Abstract no
Documentation Indicates whether originating calls using specified digit patterns are permitted.
XML Instance Representation
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> OutgoingCallingPlanOriginatingPermission </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternOriginatingPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" OutgoingCallingPlanOriginatingPermission "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternOriginatingPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternOriginatingPermissions
Abstract no
Documentation Outgoing Calling Plan originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingCallingPlanDigitPatternOriginatingPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternOriginatingPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan redirecting call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify
Abstract no
Documentation Modify outgoing Calling Plan redirecting call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternRedirectingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternRedirectingPermission

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternRedirectingPermission
Abstract no
Documentation Indicates whether redirecting calls using specified digit patterns are permitted.
XML Instance Representation
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> xs:boolean </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternRedirectingPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanDigitPatternRedirectingPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanDigitPatternRedirectingPermissions
Abstract no
Documentation Outgoing Calling Plan redirecting call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingCallingPlanDigitPatternRedirectingPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanDigitPatternRedirectingPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanGroupAuthorizationCodes

Parent type: None
Sub-types: None
Name OutgoingCallingPlanGroupAuthorizationCodes
Abstract no
Documentation Outgoing Calling Plan Authorization Code for the group default.
XML Instance Representation
<...>
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [0..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanGroupAuthorizationCodes">
<xs:sequence>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanOriginatingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanOriginatingDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan originating call permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingCallingPlanOriginatingPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanOriginatingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingCallingPlanOriginatingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanOriginatingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanOriginatingDepartmentPermissionsModify
Abstract no
Documentation Outgoing Calling Plan originating call permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<permissions> OutgoingCallingPlanOriginatingPermissionsModify </permissions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanOriginatingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="permissions" type=" OutgoingCallingPlanOriginatingPermissionsModify " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanOriginatingPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanOriginatingPermissions
Abstract no
Documentation Outgoing Calling Plan originating call permissions.
XML Instance Representation
<...>
<group> OutgoingCallingPlanOriginatingPermission </group> [1]
<local> OutgoingCallingPlanOriginatingPermission </local> [1]
<tollFree> OutgoingCallingPlanOriginatingPermission </tollFree> [1]
<toll> OutgoingCallingPlanOriginatingPermission </toll> [1]
<international> OutgoingCallingPlanOriginatingPermission </international> [1]
<operatorAssisted> OutgoingCallingPlanOriginatingPermission </operatorAssisted> [1]
<chargeableDirectoryAssisted> OutgoingCallingPlanOriginatingPermission </chargeableDirectoryAssisted> [1]
<specialServicesI> OutgoingCallingPlanOriginatingPermission </specialServicesI> [1]
<specialServicesII> OutgoingCallingPlanOriginatingPermission </specialServicesII> [1]
<premiumServicesI> OutgoingCallingPlanOriginatingPermission </premiumServicesI> [1]
<premiumServicesII> OutgoingCallingPlanOriginatingPermission </premiumServicesII> [1]
<casual> OutgoingCallingPlanOriginatingPermission </casual> [1]
<urlDialing> OutgoingCallingPlanOriginatingPermission </urlDialing> [1]
<unknown> OutgoingCallingPlanOriginatingPermission </unknown> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanOriginatingPermissions">
<xs:sequence>
<xs:element name="group" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="local" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="tollFree" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="toll" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="international" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="operatorAssisted" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="chargeableDirectoryAssisted" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="specialServicesI" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="specialServicesII" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="premiumServicesI" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="premiumServicesII" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="casual" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="urlDialing" type=" OutgoingCallingPlanOriginatingPermission "/>
<xs:element name="unknown" type=" OutgoingCallingPlanOriginatingPermission "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanOriginatingPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanOriginatingPermissionsModify
Abstract no
Documentation Outgoing Calling Plan originating call permissions.
XML Instance Representation
<...>
<group> OutgoingCallingPlanOriginatingPermission </group> [0..1]
<local> OutgoingCallingPlanOriginatingPermission </local> [0..1]
<tollFree> OutgoingCallingPlanOriginatingPermission </tollFree> [0..1]
<toll> OutgoingCallingPlanOriginatingPermission </toll> [0..1]
<international> OutgoingCallingPlanOriginatingPermission </international> [0..1]
<operatorAssisted> OutgoingCallingPlanOriginatingPermission </operatorAssisted> [0..1]
<chargeableDirectoryAssisted> OutgoingCallingPlanOriginatingPermission </chargeableDirectoryAssisted> [0..1]
<specialServicesI> OutgoingCallingPlanOriginatingPermission </specialServicesI> [0..1]
<specialServicesII> OutgoingCallingPlanOriginatingPermission </specialServicesII> [0..1]
<premiumServicesI> OutgoingCallingPlanOriginatingPermission </premiumServicesI> [0..1]
<premiumServicesII> OutgoingCallingPlanOriginatingPermission </premiumServicesII> [0..1]
<casual> OutgoingCallingPlanOriginatingPermission </casual> [0..1]
<urlDialing> OutgoingCallingPlanOriginatingPermission </urlDialing> [0..1]
<unknown> OutgoingCallingPlanOriginatingPermission </unknown> [0..1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanOriginatingPermissionsModify">
<xs:sequence>
<xs:element name="group" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="local" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="tollFree" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="toll" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="international" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="operatorAssisted" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="chargeableDirectoryAssisted" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="specialServicesI" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="specialServicesII" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="premiumServicesI" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="premiumServicesII" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="casual" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="urlDialing" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
<xs:element name="unknown" type=" OutgoingCallingPlanOriginatingPermission " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanRedirectedDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanRedirectedDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan being forwarded/transferred permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingCallingPlanRedirectedPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanRedirectedDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingCallingPlanRedirectedPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanRedirectedDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanRedirectedDepartmentPermissionsModify
Abstract no
Documentation Outgoing Calling Plan being forwarded/transferred permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<permissions> OutgoingCallingPlanRedirectedPermissionsModify </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanRedirectedDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="permissions" type=" OutgoingCallingPlanRedirectedPermissionsModify "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanRedirectedPermissions

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>
top

Complex Type: OutgoingCallingPlanRedirectedPermissionsModify

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>
top

Complex Type: OutgoingCallingPlanRedirectingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingCallingPlanRedirectingDepartmentPermissions
Abstract no
Documentation Outgoing Calling Plan initiating call forwards/transfer permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingCallingPlanRedirectingPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanRedirectingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingCallingPlanRedirectingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanRedirectingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingCallingPlanRedirectingDepartmentPermissionsModify
Abstract no
Documentation Outgoing Calling Plan initiating call forwards/transfer permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<permissions> OutgoingCallingPlanRedirectingPermissionsModify </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingCallingPlanRedirectingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="permissions" type=" OutgoingCallingPlanRedirectingPermissionsModify "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingCallingPlanRedirectingPermissions

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>
top

Complex Type: OutgoingCallingPlanRedirectingPermissionsModify

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>
top

Complex Type: OutgoingCallingPlanTransferNumbers

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>
top

Complex Type: OutgoingCallingPlanTransferNumbersModify

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>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan Call Me Now call permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify

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.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternCallMeNowDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission
Abstract no
Documentation Indicates whether Call Me Now calls using specified Pinhole digit patterns are permitted.
XML Instance Representation
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> OutgoingPinholeDigitPlanCallMeNowPermission </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" OutgoingPinholeDigitPlanCallMeNowPermission "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan Call Me Now call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan department originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify
Abstract no
Documentation Modify Outgoing Pinhole Digit Plan originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternOriginatingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternOriginatingPermission

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternOriginatingPermission
Abstract no
Documentation Indicates whether originating calls using specified Pinhole digit patterns are permitted.
XML Instance Representation
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> OutgoingPinholeDigitPlanOriginatingPermission </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternOriginatingPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" OutgoingPinholeDigitPlanOriginatingPermission "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan originating call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan initiating call forwards/transfer permissions for a department.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<departmentName> DepartmentFullPathName </departmentName> [1]
<permissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </permissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissions">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="departmentName" type=" DepartmentFullPathName "/>
<xs:element name="permissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify
Abstract no
Documentation Modify Outgoing Pinhole Digit Plan redirecting call permissions for specified digit patterns.
XML Instance Representation
<...>
<departmentKey> DepartmentKey </departmentKey> [1]
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </digitPatternPermissions> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternRedirectingDepartmentPermissionsModify">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey "/>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternRedirectingPermission

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternRedirectingPermission
Abstract no
Documentation Indicates whether redirecting calls using specified Pinhole digit patterns are permitted.
XML Instance Representation
<...>
<digitPatternName> CallingPlanDigitPatternName </digitPatternName> [1]
<permission> OutgoingPinholeDigitPlanRedirectingPermission </permission> [1]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternRedirectingPermission">
<xs:sequence>
<xs:element name="digitPatternName" type=" CallingPlanDigitPatternName "/>
<xs:element name="permission" type=" OutgoingPinholeDigitPlanRedirectingPermission "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions

Parent type: None
Sub-types: None
Name OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions
Abstract no
Documentation Outgoing Pinhole Digit Plan redirecting call permissions for specified digit patterns.
XML Instance Representation
<...>
<digitPatternPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermission </digitPatternPermissions> [1..*]
</...>
Schema Component Representation
<xs:complexType name="OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions">
<xs:sequence>
<xs:element name="digitPatternPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermission " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanCallTypeAddMappingRequest

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. -->
<countryCode> CountryCode </countryCode> [1]
<digitMap> CallTypeDigitMap </digitMap> [1]
<callType> OutgoingCallingPlanCallType </callType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOutgoingCallingPlanCallTypeAddMappingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="digitMap" type=" CallTypeDigitMap "/>
<xs:element name="callType" type=" OutgoingCallingPlanCallType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanCallTypeDeleteMappingRequest

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. -->
<countryCode> CountryCode </countryCode> [1]
<digitMap> CallTypeDigitMap </digitMap> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOutgoingCallingPlanCallTypeDeleteMappingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="digitMap" type=" CallTypeDigitMap "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanCallTypeGetListRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanCallTypeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<callType> OutgoingCallingPlanCallType </callType> [11..11]
</...>
Schema Component Representation
<xs:complexType name="SystemOutgoingCallingPlanCallTypeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callType" type=" OutgoingCallingPlanCallType " minOccurs="11" maxOccurs="11"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanCallTypeGetMappingListRequest

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. -->
<countryCode> CountryCode </countryCode> [0..1]
</...>
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>
top

Complex Type: SystemOutgoingCallingPlanCallTypeGetMappingListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<callTypeMapping> core:OCITable </callTypeMapping> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOutgoingCallingPlanCallTypeGetMappingListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callTypeMapping" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanGetRequest17sp3

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOutgoingCallingPlanGetResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: SystemOutgoingCallingPlanModifyRequest

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>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeAddListRequest

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. -->
<userId> UserId </userId> [1]
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [1..*]
</...>
Schema Component Representation
<xs:complexType name="UserOutgoingCallingPlanAuthorizationCodeAddListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeDeleteListRequest

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. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserOutgoingCallingPlanAuthorizationCodeDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="code" type=" OutgoingCallingPlanAuthorizationCode " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeGetListRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<codeEntry> OutgoingCallingPlanAuthorizationCodeEntry </codeEntry> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserOutgoingCallingPlanAuthorizationCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="codeEntry" type=" OutgoingCallingPlanAuthorizationCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: UserOutgoingCallingPlanAuthorizationCodeModifyRequest

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. -->
<userId> UserId </userId> [1]
<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>
top

Complex Type: UserOutgoingCallingPlanCallMeNowGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanCallMeNowGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanCallMeNowPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanCallMeNowPermissions "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanCallMeNowModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanCallMeNowPermissionsModify </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanCallMeNowPermissionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanCallMeNowGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanDigitPlanCallMeNowGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanCallMeNowModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanDigitPatternCallMeNowPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanOriginatingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanDigitPlanOriginatingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanOriginatingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanDigitPatternOriginatingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanRedirectingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanDigitPlanRedirectingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanDigitPlanRedirectingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanDigitPatternRedirectingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanOriginatingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanOriginatingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanOriginatingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanOriginatingPermissions "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanOriginatingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanOriginatingPermissionsModify </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanOriginatingPermissionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanCallMeNowModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternCallMeNowPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanOriginatingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanOriginatingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternOriginatingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanRedirectingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </userPermissions> [0..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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanPinholeDigitPlanRedirectingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingPinholeDigitPlanDigitPatternRedirectingPermissions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanRedirectedGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanRedirectedGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanRedirectedPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanRedirectedPermissions "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanRedirectedModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanRedirectedPermissionsModify </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanRedirectedPermissionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanRedirectingGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanRedirectingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userPermissions> OutgoingCallingPlanRedirectingPermissions </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanRedirectingPermissions "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanRedirectingModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userPermissions> OutgoingCallingPlanRedirectingPermissionsModify </userPermissions> [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:element name="userPermissions" type=" OutgoingCallingPlanRedirectingPermissionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanSustainedAuthorizationCodeGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanSustainedAuthorizationCodeGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="code" type=" OutgoingCallingPlanAuthorizationCode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanSustainedAuthorizationCodeModifyRequest

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. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserOutgoingCallingPlanSustainedAuthorizationCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="code" type=" OutgoingCallingPlanAuthorizationCode " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanTransferNumbersGetRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserOutgoingCallingPlanTransferNumbersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<userNumbers> OutgoingCallingPlanTransferNumbers </userNumbers> [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:element name="userNumbers" type=" OutgoingCallingPlanTransferNumbers "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserOutgoingCallingPlanTransferNumbersModifyRequest

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. -->
<userId> UserId </userId> [1]
<useCustomSettings> xs:boolean </useCustomSettings> [0..1]
<userNumbers> OutgoingCallingPlanTransferNumbersModify </userNumbers> [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:element name="userNumbers" type=" OutgoingCallingPlanTransferNumbersModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: OutgoingCallingPlanAuthorizationCodeDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingCallingPlanAuthorizationCodeDescription
Content
  • Base XSD Type: token
  • length >= 1
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>
top

Simple Type: OutgoingCallingPlanCallType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingCallingPlanCallType
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: OutgoingCallingPlanOriginatingPermission

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingCallingPlanOriginatingPermission
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: OutgoingPinholeDigitPlanCallMeNowPermission

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingPinholeDigitPlanCallMeNowPermission
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: OutgoingPinholeDigitPlanOriginatingPermission

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingPinholeDigitPlanOriginatingPermission
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: OutgoingPinholeDigitPlanRedirectingPermission

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OutgoingPinholeDigitPlanRedirectingPermission
Content
  • Base XSD Type: token
  • 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>
top

Legend

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.
Name AusAddress
Abstract no
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.

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.)
top

Glossary

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.

top