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

Global Definitions

Complex Type: GroupVoiceMessagingGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetRequest
Abstract no
Documentation Requests the group's Voice Messaging settings. The response is either GroupVoiceMessagingGroupGetResponse or 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="GroupVoiceMessagingGroupGetRequest">
<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: GroupVoiceMessagingGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetResponse
Abstract no
Documentation Response to GroupVoiceMessagingGroupGetRequest. Contains the group's voice messaging settings.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMailServerSetting> VoiceMessagingGroupMailServerChoices </useMailServerSetting> [1]
<warnCallerBeforeRecordingVoiceMessage> xs:boolean </warnCallerBeforeRecordingVoiceMessage> [1]
<allowUsersConfiguringAdvancedSettings> xs:boolean </allowUsersConfiguringAdvancedSettings> [1]
<allowComposeOrForwardMessageToEntireGroup> xs:boolean </allowComposeOrForwardMessageToEntireGroup> [1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [1]
<realDeleteForImap> xs:boolean </realDeleteForImap> [1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [1]
<doesMessageAge> xs:boolean </doesMessageAge> [1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMailServerSetting" type=" VoiceMessagingGroupMailServerChoices "/>
<xs:element name="warnCallerBeforeRecordingVoiceMessage" type=" xs:boolean "/>
<xs:element name="allowUsersConfiguringAdvancedSettings" type=" xs:boolean "/>
<xs:element name="allowComposeOrForwardMessageToEntireGroup" type=" xs:boolean "/>
<xs:element name="mailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol "/>
<xs:element name="realDeleteForImap" type=" xs:boolean "/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes "/>
<xs:element name="doesMessageAge" type=" xs:boolean "/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20
Abstract no
Documentation Get the group's voice portal branding settings. The response is either a GroupVoiceMessagingGroupGetVoicePortalBrandingResponse20 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="GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20">
<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: GroupVoiceMessagingGroupGetVoicePortalBrandingResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingResponse20
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [1]
<voicePortalGreetingFile> AnnouncementFileKey </voicePortalGreetingFile> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [1]
<voiceMessagingGreetingFile> AnnouncementFileKey </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalBrandingResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voicePortalGreetingFile" type=" AnnouncementFileKey " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voiceMessagingGreetingFile" type=" AnnouncementFileKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalRequest19sp1
Abstract no
Documentation Request to get the group voice portal information for a voice messaging group. The response is either GroupVoiceMessagingGroupGetVoicePortalResponse19sp1 or 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="GroupVoiceMessagingGroupGetVoicePortalRequest19sp1">
<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: GroupVoiceMessagingGroupGetVoicePortalResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalResponse19sp1
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalRequest19sp1. The following elements are only used in HSS data mode: enableExtendedScope
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceReadProfile19sp1 </serviceInstanceProfile> [1]
<isActive> xs:boolean </isActive> [1]
<enableExtendedScope> xs:boolean </enableExtendedScope> [1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [1]
<voicePortalExternalRoutingScope> VoicePortalExternalRoutingScope </voicePortalExternalRoutingScope> [1]
<useExternalRouting> xs:boolean </useExternalRouting> [1]
<externalRoutingAddress> OutgoingDNorSIPURI </externalRoutingAddress> [0..1]
<homeZoneName> ZoneName </homeZoneName> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile19sp1 "/>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="enableExtendedScope" type=" xs:boolean "/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean "/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean "/>
<xs:element name="voicePortalExternalRoutingScope" type=" VoicePortalExternalRoutingScope "/>
<xs:element name="useExternalRouting" type=" xs:boolean "/>
<xs:element name="externalRoutingAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="homeZoneName" type=" ZoneName " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyRequest
Abstract no
Documentation Request to modify the group's voice messaging settings. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<useMailServerSetting> VoiceMessagingGroupMailServerChoices </useMailServerSetting> [0..1]
<warnCallerBeforeRecordingVoiceMessage> xs:boolean </warnCallerBeforeRecordingVoiceMessage> [0..1]
<allowUsersConfiguringAdvancedSettings> xs:boolean </allowUsersConfiguringAdvancedSettings> [0..1]
<allowComposeOrForwardMessageToEntireGroup> xs:boolean </allowComposeOrForwardMessageToEntireGroup> [0..1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [0..1]
<realDeleteForImap> xs:boolean </realDeleteForImap> [0..1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [0..1]
<doesMessageAge> xs:boolean </doesMessageAge> [0..1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useMailServerSetting" type=" VoiceMessagingGroupMailServerChoices " minOccurs="0"/>
<xs:element name="warnCallerBeforeRecordingVoiceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUsersConfiguringAdvancedSettings" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowComposeOrForwardMessageToEntireGroup" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mailServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol " minOccurs="0"/>
<xs:element name="realDeleteForImap" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes " minOccurs="0"/>
<xs:element name="doesMessageAge" type=" xs:boolean " minOccurs="0"/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest20
Abstract no
Documentation Modify the group's voice portal branding settings. 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]
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [0..1]
<voicePortalGreetingFile> AnnouncementFileKey </voicePortalGreetingFile> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [0..1]
<voiceMessagingGreetingFile> AnnouncementFileKey </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voicePortalGreetingFile" type=" AnnouncementFileKey " minOccurs="0" nillable="true"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingFile" type=" AnnouncementFileKey " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupModifyVoicePortalRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyVoicePortalRequest
Abstract no
Documentation Request to modify the group voice portal information for a voice messaging group. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<isActive> xs:boolean </isActive> [0..1]
<enableExtendedScope> xs:boolean </enableExtendedScope> [0..1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [0..1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [0..1]
<voicePortalExternalRoutingScope> VoicePortalExternalRoutingScope </voicePortalExternalRoutingScope> [0..1]
<useExternalRouting> xs:boolean </useExternalRouting> [0..1]
<externalRoutingAddress> OutgoingDNorSIPURI </externalRoutingAddress> [0..1]
<homeZoneName> ZoneName </homeZoneName> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyVoicePortalRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceModifyProfile " minOccurs="0"/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableExtendedScope" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalExternalRoutingScope" type=" VoicePortalExternalRoutingScope " minOccurs="0"/>
<xs:element name="useExternalRouting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="externalRoutingAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="homeZoneName" type=" ZoneName " nillable="true" minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetRequest
Abstract no
Documentation Requests the service provider's or enterprise's voice messaging settings. The response is either ServiceProviderVoiceMessagingGroupGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetResponse
Abstract no
Documentation Response to ServiceProviderVoiceMessagingGroupGetRequest. Contains the service provider's or enterprise's voice messaging settings.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deliveryFromAddress> EmailAddress </deliveryFromAddress> [0..1]
<notificationFromAddress> EmailAddress </notificationFromAddress> [0..1]
<voicePortalLockoutFromAddress> EmailAddress </voicePortalLockoutFromAddress> [0..1]
<useSystemDefaultDeliveryFromAddress> xs:boolean </useSystemDefaultDeliveryFromAddress> [1]
<useSystemDefaultNotificationFromAddress> xs:boolean </useSystemDefaultNotificationFromAddress> [1]
<useSystemDefaultVoicePortalLockoutFromAddress> xs:boolean </useSystemDefaultVoicePortalLockoutFromAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deliveryFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="notificationFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="voicePortalLockoutFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="useSystemDefaultDeliveryFromAddress" type=" xs:boolean "/>
<xs:element name="useSystemDefaultNotificationFromAddress" type=" xs:boolean "/>
<xs:element name="useSystemDefaultVoicePortalLockoutFromAddress" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16
Abstract no
Documentation Get the service provider's voice portal branding settings. The response is either a ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16 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]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16
Abstract no
Documentation Response to the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [1]
<voicePortalGreetingFileDescription> FileDescription </voicePortalGreetingFileDescription> [0..1]
<voicePortalGreetingMediaFileType> MediaFileType </voicePortalGreetingMediaFileType> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [1]
<voiceMessagingGreetingFileDescription> FileDescription </voiceMessagingGreetingFileDescription> [0..1]
<voiceMessagingGreetingMediaFileType> MediaFileType </voiceMessagingGreetingMediaFileType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voicePortalGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voicePortalGreetingMediaFileType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voiceMessagingGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingMediaFileType" type=" MediaFileType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetVoicePortalRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalRequest
Abstract no
Documentation Requests the service provider's or enterprise's voice portal settings. The response is either ServiceProviderVoiceMessagingGroupGetVoicePortalResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetVoicePortalRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetVoicePortalResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalResponse
Abstract no
Documentation Response to ServiceProviderVoiceMessagingGroupGetVoicePortalRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<voicePortalScope> ServiceProviderVoicePortalScope </voicePortalScope> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetVoicePortalResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="voicePortalScope" type=" ServiceProviderVoicePortalScope "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupModifyRequest
Abstract no
Documentation Request to modify a service provider's or enterprise's voice messaging settings. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<deliveryFromAddress> EmailAddress </deliveryFromAddress> [0..1]
<notificationFromAddress> EmailAddress </notificationFromAddress> [0..1]
<voicePortalLockoutFromAddress> EmailAddress </voicePortalLockoutFromAddress> [0..1]
<useSystemDefaultDeliveryFromAddress> xs:boolean </useSystemDefaultDeliveryFromAddress> [0..1]
<useSystemDefaultNotificationFromAddress> xs:boolean </useSystemDefaultNotificationFromAddress> [0..1]
<useSystemDefaultVoicePortalLockoutFromAddress> xs:boolean </useSystemDefaultVoicePortalLockoutFromAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deliveryFromAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="notificationFromAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="voicePortalLockoutFromAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="useSystemDefaultDeliveryFromAddress" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useSystemDefaultNotificationFromAddress" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useSystemDefaultVoicePortalLockoutFromAddress" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupModifyVoicePortalBrandingRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupModifyVoicePortalBrandingRequest16
Abstract no
Documentation Modify the service provider's voice portal branding settings. 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]
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [0..1]
<voicePortalGreetingFile> LabeledMediaFileResource </voicePortalGreetingFile> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [0..1]
<voiceMessagingGreetingFile> LabeledMediaFileResource </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupModifyVoicePortalBrandingRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voicePortalGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupModifyVoicePortalRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupModifyVoicePortalRequest
Abstract no
Documentation Request to change the service provider's or enterprise's voice portal settings. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<voicePortalScope> ServiceProviderVoicePortalScope </voicePortalScope> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupModifyVoicePortalRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="voicePortalScope" type=" ServiceProviderVoicePortalScope " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessageSummaryUpdateGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessageSummaryUpdateGetRequest
Abstract no
Documentation Requests system voice mail message summary update parameter settings. The response is either SystemVoiceMessageSummaryUpdateGetResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessageSummaryUpdateGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessageSummaryUpdateGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessageSummaryUpdateGetResponse
Abstract no
Documentation Response to SystemVoiceMessageSummaryUpdateGetRequest.
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. -->
<sendSavedAndUrgentMWIOnNotification> xs:boolean </sendSavedAndUrgentMWIOnNotification> [1]
<sendMessageSummaryUpdateOnRegister> xs:boolean </sendMessageSummaryUpdateOnRegister> [1]
<minTimeBetweenMWIOnRegister> VoiceMessageSummaryUpdateSeconds </minTimeBetweenMWIOnRegister> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessageSummaryUpdateGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="sendSavedAndUrgentMWIOnNotification" type=" xs:boolean "/>
<xs:element name="sendMessageSummaryUpdateOnRegister" type=" xs:boolean "/>
<xs:element name="minTimeBetweenMWIOnRegister" type=" VoiceMessageSummaryUpdateSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessageSummaryUpdateModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessageSummaryUpdateModifyRequest
Abstract no
Documentation Modify the system level data associated with Voice Messaging. 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. -->
<sendSavedAndUrgentMWIOnNotification> xs:boolean </sendSavedAndUrgentMWIOnNotification> [0..1]
<sendMessageSummaryUpdateOnRegister> xs:boolean </sendMessageSummaryUpdateOnRegister> [0..1]
<minTimeBetweenMWIOnRegister> VoiceMessageSummaryUpdateSeconds </minTimeBetweenMWIOnRegister> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessageSummaryUpdateModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sendSavedAndUrgentMWIOnNotification" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sendMessageSummaryUpdateOnRegister" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minTimeBetweenMWIOnRegister" type=" VoiceMessageSummaryUpdateSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetRequest20
Abstract no
Documentation Request the system level data associated with Voice Messaging. The response is either a SystemVoiceMessagingGroupGetResponse20 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="SystemVoiceMessagingGroupGetRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetResponse20
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetRequest20. The following elements are only used in AS data mode: realDeleteForImap useDnInMailBody useShortSubjectLine maxMessageLengthMinutes maxMailboxLengthMinutes doesMessageAge holdPeriodDays mailServerNetAddress mailServerProtocol defaultDeliveryFromAddress defaultNotificationFromAddress useOutgoingMWIOnSMDI mwiDelayInSeconds voicePortalScope enterpriseVoicePortalLicensed networkWideMessaging useExternalRouting defaultExternalRoutingAddress vmOnlySystem clientInitiatedMailServerSessionTimeoutMinutes
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<realDeleteForImap> xs:boolean </realDeleteForImap> [1]
<useDnInMailBody> xs:boolean </useDnInMailBody> [1]
<useShortSubjectLine> xs:boolean </useShortSubjectLine> [1]
<maxMessageLengthMinutes> VoiceMessagingMaxMessageLengthMinutes </maxMessageLengthMinutes> [1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [1]
<doesMessageAge> xs:boolean </doesMessageAge> [1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [1]
<defaultDeliveryFromAddress> EmailAddress </defaultDeliveryFromAddress> [1]
<defaultNotificationFromAddress> EmailAddress </defaultNotificationFromAddress> [1]
<defaultVoicePortalLockoutFromAddress> EmailAddress </defaultVoicePortalLockoutFromAddress> [1]
<useOutgoingMWIOnSMDI> xs:boolean </useOutgoingMWIOnSMDI> [1]
<mwiDelayInSeconds> VoiceMessagingMessageWaitingIndicatorDelayInSeconds </mwiDelayInSeconds> [1]
<voicePortalScope> SystemVoicePortalScope </voicePortalScope> [1]
<enterpriseVoicePortalLicensed> xs:boolean </enterpriseVoicePortalLicensed> [1]
<networkWideMessaging> xs:boolean </networkWideMessaging> [1]
<useExternalRouting> xs:boolean </useExternalRouting> [1]
<defaultExternalRoutingAddress> OutgoingDNorSIPURI </defaultExternalRoutingAddress> [0..1]
<vmOnlySystem> xs:boolean </vmOnlySystem> [1]
<clientInitiatedMailServerSessionTimeoutMinutes> VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes </clientInitiatedMailServerSessionTimeoutMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="realDeleteForImap" type=" xs:boolean "/>
<xs:element name="useDnInMailBody" type=" xs:boolean "/>
<xs:element name="useShortSubjectLine" type=" xs:boolean "/>
<xs:element name="maxMessageLengthMinutes" type=" VoiceMessagingMaxMessageLengthMinutes "/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes "/>
<xs:element name="doesMessageAge" type=" xs:boolean "/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays "/>
<xs:element name="mailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol "/>
<xs:element name="defaultDeliveryFromAddress" type=" EmailAddress "/>
<xs:element name="defaultNotificationFromAddress" type=" EmailAddress "/>
<xs:element name="defaultVoicePortalLockoutFromAddress" type=" EmailAddress "/>
<xs:element name="useOutgoingMWIOnSMDI" type=" xs:boolean "/>
<xs:element name="mwiDelayInSeconds" type=" VoiceMessagingMessageWaitingIndicatorDelayInSeconds "/>
<xs:element name="voicePortalScope" type=" SystemVoicePortalScope "/>
<xs:element name="enterpriseVoicePortalLicensed" type=" xs:boolean "/>
<xs:element name="networkWideMessaging" type=" xs:boolean "/>
<xs:element name="useExternalRouting" type=" xs:boolean "/>
<xs:element name="defaultExternalRoutingAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="vmOnlySystem" type=" xs:boolean "/>
<xs:element name="clientInitiatedMailServerSessionTimeoutMinutes" type=" VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusRequest20
Abstract no
Documentation Requests the system voice portal Menus setting. The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse20 or 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. -->
<getDefaultMenuKeys> xs:boolean </getDefaultMenuKeys> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="getDefaultMenuKeys" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse20
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest20.
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. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [1]
<voicePortalMainMenuKeys> [1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<greetings> DigitAny </greetings> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
<announcement> DigitAny </announcement> [0..1]
</voicePortalMainMenuKeys>
<announcementMenuKeys> [1]
<recordAudio> DigitAny </recordAudio> [0..1]
<recordAudioVideo> DigitAny </recordAudioVideo> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</announcementMenuKeys>
<announcementRecordingMenuKeys> [1]
<acceptRecording> DigitAny </acceptRecording> [1]
<rejectRerecord> DigitAny </rejectRerecord> [1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<end> VoicePortalDigitSequence </end> [1]
</announcementRecordingMenuKeys>
<greetingsMenuKeys> [1]
<personalizedName> DigitAny </personalizedName> [0..1]
<conferenceGreeting> DigitAny </conferenceGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</greetingsMenuKeys>
<conferenceGreetingMenuKeys> [1]
<activateConfGreeting> DigitAny </activateConfGreeting> [0..1]
<deactivateConfGreeting> DigitAny </deactivateConfGreeting> [0..1]
<recordNewConfGreeting> DigitAny </recordNewConfGreeting> [0..1]
<listenToCurrentConfGreeting> DigitAny </listenToCurrentConfGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</conferenceGreetingMenuKeys>
<voiceMessagingMenuKeys> [1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<changeExtendedAwayGreeting> DigitAny </changeExtendedAwayGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<messageDeposit> DigitAny </messageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<playGreetingMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playGreetingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<changeExtendedAwayGreetingMenuKeys> [1]
<activateExtendedAwayGreeting> DigitAny </activateExtendedAwayGreeting> [0..1]
<deactivateExtendedAwayGreeting> DigitAny </deactivateExtendedAwayGreeting> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeExtendedAwayGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [1]
<confirmDeletion> DigitAny </confirmDeletion> [1]
<cancelDeletion> DigitAny </cancelDeletion> [1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<disassociateFromRemoteHost> DigitAny </disassociateFromRemoteHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
<messageDepositMenuKeys> [1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<listenToMessageDepositStatus> DigitAny </listenToMessageDepositStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</messageDepositMenuKeys>
<disableMessageDepositMenuKeys> [1]
<disconnectAfterGreeting> DigitAny </disconnectAfterGreeting> [0..1]
<forwardAfterGreeting> DigitAny </forwardAfterGreeting> [0..1]
<changeForwardingDestination> DigitAny </changeForwardingDestination> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</disableMessageDepositMenuKeys>
<greetingOnlyForwardingDestinationMenuKeys> [1]
<greetingOnlyForwardingDestination> DigitStarPound </greetingOnlyForwardingDestination> [1]
</greetingOnlyForwardingDestinationMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean "/>
<xs:element name="voicePortalMainMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="greetings" type=" DigitAny " minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " minOccurs="0"/>
<xs:element name="announcement" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="announcementMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordAudio" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordAudioVideo" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="announcementRecordingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="acceptRecording" type=" DigitAny "/>
<xs:element name="rejectRerecord" type=" DigitAny "/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="end" type=" VoicePortalDigitSequence "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="conferenceGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="conferenceGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordNewConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="messageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeExtendedAwayGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny "/>
<xs:element name="cancelDeletion" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence "/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="disassociateFromRemoteHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound "/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny "/>
<xs:element name="changeCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny "/>
<xs:element name="selectDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny "/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny "/>
<xs:element name="cancelSendingMessage" type=" DigitAny "/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound "/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="messageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="enableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToMessageDepositStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="disableMessageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="disconnectAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingOnlyForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="greetingOnlyForwardingDestination" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupModifyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupModifyRequest16
Abstract no
Documentation Modify the system level data associated with Voice Messaging. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: realDeleteForImap useDnInMailBody useShortSubjectLine maxMessageLengthMinutes maxMailboxLengthMinutes doesMessageAge holdPeriodDays mailServerNetAddress mailServerProtocol defaultDeliveryFromAddress defaultNotificationFromAddress useOutgoingMWIOnSMDI mwiDelayInSeconds voicePortalScope enterpriseVoicePortalLicensed networkWideMessaging useExternalRouting defaultExternalRoutingAddress vmOnlySystem clientInitiatedMailServerSessionTimeoutMinutes
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<realDeleteForImap> xs:boolean </realDeleteForImap> [0..1]
<useDnInMailBody> xs:boolean </useDnInMailBody> [0..1]
<useShortSubjectLine> xs:boolean </useShortSubjectLine> [0..1]
<maxMessageLengthMinutes> VoiceMessagingMaxMessageLengthMinutes </maxMessageLengthMinutes> [0..1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [0..1]
<doesMessageAge> xs:boolean </doesMessageAge> [0..1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [0..1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [0..1]
<defaultDeliveryFromAddress> EmailAddress </defaultDeliveryFromAddress> [0..1]
<defaultNotificationFromAddress> EmailAddress </defaultNotificationFromAddress> [0..1]
<defaultVoicePortalLockoutFromAddress> EmailAddress </defaultVoicePortalLockoutFromAddress> [0..1]
<useOutgoingMWIOnSMDI> xs:boolean </useOutgoingMWIOnSMDI> [0..1]
<mwiDelayInSeconds> VoiceMessagingMessageWaitingIndicatorDelayInSeconds </mwiDelayInSeconds> [0..1]
<voicePortalScope> SystemVoicePortalScope </voicePortalScope> [0..1]
<networkWideMessaging> xs:boolean </networkWideMessaging> [0..1]
<useExternalRouting> xs:boolean </useExternalRouting> [0..1]
<defaultExternalRoutingAddress> OutgoingDNorSIPURI </defaultExternalRoutingAddress> [0..1]
<vmOnlySystem> xs:boolean </vmOnlySystem> [0..1]
<clientInitiatedMailServerSessionTimeoutMinutes> VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes </clientInitiatedMailServerSessionTimeoutMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupModifyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="realDeleteForImap" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useDnInMailBody" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useShortSubjectLine" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxMessageLengthMinutes" type=" VoiceMessagingMaxMessageLengthMinutes " minOccurs="0"/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes " minOccurs="0"/>
<xs:element name="doesMessageAge" type=" xs:boolean " minOccurs="0"/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays " minOccurs="0"/>
<xs:element name="mailServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol " minOccurs="0"/>
<xs:element name="defaultDeliveryFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="defaultNotificationFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="defaultVoicePortalLockoutFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="useOutgoingMWIOnSMDI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mwiDelayInSeconds" type=" VoiceMessagingMessageWaitingIndicatorDelayInSeconds " minOccurs="0"/>
<xs:element name="voicePortalScope" type=" SystemVoicePortalScope " minOccurs="0"/>
<xs:element name="networkWideMessaging" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useExternalRouting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="defaultExternalRoutingAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="vmOnlySystem" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clientInitiatedMailServerSessionTimeoutMinutes" type=" VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupModifyVoicePortalMenusRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupModifyVoicePortalMenusRequest19
Abstract no
Documentation Request to modify the system voice portal menus setting. The response is either SuccessResponse or 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. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [0..1]
<voicePortalMainMenuKeys> [0..1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<greetings> DigitAny </greetings> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
<announcementMenu> DigitAny </announcementMenu> [0..1]
</voicePortalMainMenuKeys>
<announcementMenuKeys> [0..1]
<recordAudio> DigitAny </recordAudio> [0..1]
<recordAudioVideo> DigitAny </recordAudioVideo> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</announcementMenuKeys>
<announcementRecordingMenuKeys> [0..1]
<acceptRecording> DigitAny </acceptRecording> [0..1]
<rejectRerecord> DigitAny </rejectRerecord> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<end> VoicePortalDigitSequence </end> [0..1]
</announcementRecordingMenuKeys>
<greetingsMenuKeys> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<conferenceGreeting> DigitAny </conferenceGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</greetingsMenuKeys>
<conferenceGreetingMenuKeys> [0..1]
<activateConfGreeting> DigitAny </activateConfGreeting> [0..1]
<deactivateConfGreeting> DigitAny </deactivateConfGreeting> [0..1]
<recordNewConfGreeting> DigitAny </recordNewConfGreeting> [0..1]
<listenToCurrentConfGreeting> DigitAny </listenToCurrentConfGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</conferenceGreetingMenuKeys>
<voiceMessagingMenuKeys> [0..1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<changeExtendedAwayGreeting> DigitAny </changeExtendedAwayGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<messageDeposit> DigitAny </messageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<playGreetingMenuKeys> [0..1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playGreetingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<changeExtendedAwayGreetingMenuKeys> [0..1]
<activateExtendedAwayGreeting> DigitAny </activateExtendedAwayGreeting> [0..1]
<deactivateExtendedAwayGreeting> DigitAny </deactivateExtendedAwayGreeting> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeExtendedAwayGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [0..1]
<endRecording> DigitAny </endRecording> [0..1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [0..1]
<confirmDeletion> DigitAny </confirmDeletion> [0..1]
<cancelDeletion> DigitAny </cancelDeletion> [0..1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [0..1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [0..1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [0..1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [0..1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [0..1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [0..1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [0..1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<disassociateFromRemoteHost> DigitAny </disassociateFromRemoteHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [0..1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [0..1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [0..1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [0..1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [0..1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [0..1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [0..1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [0..1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [0..1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [0..1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [0..1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [0..1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [0..1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [0..1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [0..1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [0..1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [0..1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [0..1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [0..1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [0..1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [0..1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [0..1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [0..1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [0..1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [0..1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [0..1]
<endRecording> DigitAny </endRecording> [0..1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [0..1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [0..1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
<messageDepositMenuKeys> [0..1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<listenToMessageDepositStatus> DigitAny </listenToMessageDepositStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</messageDepositMenuKeys>
<disableMessageDepositMenuKeys> [0..1]
<disconnectAfterGreeting> DigitAny </disconnectAfterGreeting> [0..1]
<forwardAfterGreeting> DigitAny </forwardAfterGreeting> [0..1]
<changeForwardingDestination> DigitAny </changeForwardingDestination> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</disableMessageDepositMenuKeys>
<greetingOnlyForwardingDestinationMenuKeys> [0..1]
<greetingOnlyForwardingDestination> DigitStarPound </greetingOnlyForwardingDestination> [0..1]
</greetingOnlyForwardingDestinationMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupModifyVoicePortalMenusRequest19">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalMainMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="greetings" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="announcementMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="announcementMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="recordAudio" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="recordAudioVideo" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="announcementRecordingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="acceptRecording" type=" DigitAny " minOccurs="0"/>
<xs:element name="rejectRerecord" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="end" type=" VoicePortalDigitSequence " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingsMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="conferenceGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="conferenceGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateConfGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deactivateConfGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="recordNewConfGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentConfGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="messageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeExtendedAwayGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deactivateExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="recordNewGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="enableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelDeletion" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disassociateFromRemoteHost" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentReply" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="selectDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " nillable="true" minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelSendingMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="messageDepositMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="enableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToMessageDepositStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="disableMessageDepositMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="disconnectAfterGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardAfterGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeForwardingDestination" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingOnlyForwardingDestinationMenuKeys" nillable="true" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="greetingOnlyForwardingDestination" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserAddAliasListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserAddAliasListRequest
Abstract no
Documentation Add one or more voice mail aliases to a users voice message. 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]
<phoneNumber> DN </phoneNumber> [1..*]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserAddAliasListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" DN " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserDeleteAliasListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserDeleteAliasListRequest
Abstract no
Documentation Delete one or more voice mail aliases from a users voice message. 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]
<phoneNumber> DN </phoneNumber> [1..*]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserDeleteAliasListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" DN " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3
Abstract no
Documentation Get the user's voice messaging advanced voice management service setting. The response is either a UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3 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="UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3">
<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: UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3
Abstract no
Documentation Response to the UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mailServerSelection> VoiceMessagingUserMailServerSelection </mailServerSelection> [1]
<groupMailServerEmailAddress> EmailAddress </groupMailServerEmailAddress> [0..1]
<groupMailServerUserId> VoiceMessagingMailServerUserId </groupMailServerUserId> [0..1]
Start Choice [1]
<useGroupDefaultMailServerFullMailboxLimit> true </useGroupDefaultMailServerFullMailboxLimit> [1]
<groupMailServerFullMailboxLimit> VoiceMessagingMailboxLengthMinutes </groupMailServerFullMailboxLimit> [1]
End Choice
<personalMailServerNetAddress> NetAddress </personalMailServerNetAddress> [0..1]
<personalMailServerProtocol> VoiceMessagingMailServerProtocol </personalMailServerProtocol> [1]
<personalMailServerRealDeleteForImap> xs:boolean </personalMailServerRealDeleteForImap> [1]
<personalMailServerEmailAddress> EmailAddress </personalMailServerEmailAddress> [0..1]
<personalMailServerUserId> VoiceMessagingMailServerUserId </personalMailServerUserId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mailServerSelection" type=" VoiceMessagingUserMailServerSelection "/>
<xs:element name="groupMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="groupMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
<xs:choice>
<xs:element name="useGroupDefaultMailServerFullMailboxLimit" type=" xs:boolean " fixed="true"/>
<xs:element name="groupMailServerFullMailboxLimit" type=" VoiceMessagingMailboxLengthMinutes "/>
</xs:choice>
<xs:element name="personalMailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="personalMailServerProtocol" type=" VoiceMessagingMailServerProtocol "/>
<xs:element name="personalMailServerRealDeleteForImap" type=" xs:boolean "/>
<xs:element name="personalMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="personalMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetAliasListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAliasListRequest
Abstract no
Documentation Get the voice mail aliases for a users voice message. The response is either a UserVoiceMessagingUserGetAliasListResponse 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="UserVoiceMessagingUserGetAliasListRequest">
<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: UserVoiceMessagingUserGetAliasListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAliasListResponse
Abstract no
Documentation Response to UserVoiceMessagingUserGetAliasListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber> DN </phoneNumber> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetAliasListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="phoneNumber" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetDistributionListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetDistributionListRequest
Abstract no
Documentation Get a voice mail distribution list for a users voice message. The response is either UserVoiceMessagingUserGetDistributionListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<listId> VoiceMessagingDistributionListId </listId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetDistributionListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="listId" type=" VoiceMessagingDistributionListId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetDistributionListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetDistributionListResponse
Abstract no
Documentation Response to UserVoiceMessagingUserGetDistributionListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> VoiceMessagingDistributionListDescription </description> [0..1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetDistributionListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" VoiceMessagingDistributionListDescription " minOccurs="0"/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetGreetingRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetGreetingRequest20
Abstract no
Documentation Get the user's voice messaging greeting information. The response is either a UserVoiceMessagingUserGetGreetingResponse20 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="UserVoiceMessagingUserGetGreetingRequest20">
<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: UserVoiceMessagingUserGetGreetingResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetGreetingResponse20
Abstract no
Documentation Response to UserVoiceMessagingUserGetGreetingRequest18sp1. Contains the greeting configuration for a user's voice messaging. The following elements are only used in AS data mode: disableMessageDeposit disableMessageDepositAction greetingOnlyForwardDestination extendedAwayEnabled extendedAwayDisableMessageDeposit extendedAwayAudioFile extendedAwayAudioMediaType extendedAwayVideoFile extendedAwayVideoMediaTyp
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<busyAnnouncementSelection> AnnouncementSelection </busyAnnouncementSelection> [1]
<busyPersonalAudioFile> AnnouncementFileLevelKey </busyPersonalAudioFile> [0..1]
<busyPersonalVideoFile> AnnouncementFileLevelKey </busyPersonalVideoFile> [0..1]
<noAnswerAnnouncementSelection> VoiceMessagingNoAnswerGreetingSelection </noAnswerAnnouncementSelection> [1]
<noAnswerPersonalAudioFile> AnnouncementFileLevelKey </noAnswerPersonalAudioFile> [0..1]
<noAnswerPersonalVideoFile> AnnouncementFileLevelKey </noAnswerPersonalVideoFile> [0..1]
<noAnswerAlternateGreeting01> VoiceMessagingAlternateNoAnswerGreetingRead20 </noAnswerAlternateGreeting01> [0..1]
<noAnswerAlternateGreeting02> VoiceMessagingAlternateNoAnswerGreetingRead20 </noAnswerAlternateGreeting02> [0..1]
<noAnswerAlternateGreeting03> VoiceMessagingAlternateNoAnswerGreetingRead20 </noAnswerAlternateGreeting03> [0..1]
<extendedAwayEnabled> xs:boolean </extendedAwayEnabled> [1]
<extendedAwayDisableMessageDeposit> xs:boolean </extendedAwayDisableMessageDeposit> [1]
<extendedAwayAudioFile> AnnouncementFileLevelKey </extendedAwayAudioFile> [0..1]
<extendedAwayVideoFile> AnnouncementFileLevelKey </extendedAwayVideoFile> [0..1]
<noAnswerNumberOfRings> VoiceMessagingNumberOfRings </noAnswerNumberOfRings> [1]
<disableMessageDeposit> xs:boolean </disableMessageDeposit> [1]
<disableMessageDepositAction> VoiceMessagingDisableMessageDepositSelection </disableMessageDepositAction> [1]
<greetingOnlyForwardDestination> OutgoingDNorSIPURI </greetingOnlyForwardDestination> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetGreetingResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="busyAnnouncementSelection" type=" AnnouncementSelection "/>
<xs:element name="busyPersonalAudioFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="busyPersonalVideoFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="noAnswerAnnouncementSelection" type=" VoiceMessagingNoAnswerGreetingSelection "/>
<xs:element name="noAnswerPersonalAudioFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting01" type=" VoiceMessagingAlternateNoAnswerGreetingRead20 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting02" type=" VoiceMessagingAlternateNoAnswerGreetingRead20 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting03" type=" VoiceMessagingAlternateNoAnswerGreetingRead20 " minOccurs="0"/>
<xs:element name="extendedAwayEnabled" type=" xs:boolean "/>
<xs:element name="extendedAwayDisableMessageDeposit" type=" xs:boolean "/>
<xs:element name="extendedAwayAudioFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="extendedAwayVideoFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" VoiceMessagingNumberOfRings "/>
<xs:element name="disableMessageDeposit" type=" xs:boolean "/>
<xs:element name="disableMessageDepositAction" type=" VoiceMessagingDisableMessageDepositSelection "/>
<xs:element name="greetingOnlyForwardDestination" type=" OutgoingDNorSIPURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetOutgoingSMDIMWIRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetOutgoingSMDIMWIRequest
Abstract no
Documentation Get the user's voice messaging outgoing SMDI message waiting indicator service setting. The response is either a UserVoiceMessagingUserGetOutgoingSMDIMWIResponse 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="UserVoiceMessagingUserGetOutgoingSMDIMWIRequest">
<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: UserVoiceMessagingUserGetOutgoingSMDIMWIResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetOutgoingSMDIMWIResponse
Abstract no
Documentation Response to the UserVoiceMessagingUserGetOutgoingSMDIMWIRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<outgoingSMDIMWIPhoneNumber> OutgoingDN </outgoingSMDIMWIPhoneNumber> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetOutgoingSMDIMWIResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="outgoingSMDIMWIPhoneNumber" type=" OutgoingDN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetVoiceManagementRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoiceManagementRequest17
Abstract no
Documentation Get the user's voice messaging voice management service settings. The response is either a UserVoiceMessagingUserGetVoiceManagementResponse17 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="UserVoiceMessagingUserGetVoiceManagementRequest17">
<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: UserVoiceMessagingUserGetVoiceManagementResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoiceManagementResponse17
Abstract no
Documentation Response to the UserVoiceMessagingUserGetVoiceManagementRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<processing> VoiceMessagingMessageProcessing </processing> [1]
<voiceMessageDeliveryEmailAddress> EmailAddress </voiceMessageDeliveryEmailAddress> [0..1]
<usePhoneMessageWaitingIndicator> xs:boolean </usePhoneMessageWaitingIndicator> [1]
<sendVoiceMessageNotifyEmail> xs:boolean </sendVoiceMessageNotifyEmail> [1]
<voiceMessageNotifyEmailAddress> EmailAddress </voiceMessageNotifyEmailAddress> [0..1]
<sendCarbonCopyVoiceMessage> xs:boolean </sendCarbonCopyVoiceMessage> [1]
<voiceMessageCarbonCopyEmailAddress> EmailAddress </voiceMessageCarbonCopyEmailAddress> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [1]
<outOfPrimaryZoneRedirectToVoiceMail> xs:boolean </outOfPrimaryZoneRedirectToVoiceMail> [1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetVoiceManagementResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="processing" type=" VoiceMessagingMessageProcessing "/>
<xs:element name="voiceMessageDeliveryEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="usePhoneMessageWaitingIndicator" type=" xs:boolean "/>
<xs:element name="sendVoiceMessageNotifyEmail" type=" xs:boolean "/>
<xs:element name="voiceMessageNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="sendCarbonCopyVoiceMessage" type=" xs:boolean "/>
<xs:element name="voiceMessageCarbonCopyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="outOfPrimaryZoneRedirectToVoiceMail" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetVoicePortalRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalRequest20
Abstract no
Documentation Get the user's voice messaging voice portal settings. The response is either a UserVoiceMessagingUserGetVoicePortalResponse20 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="UserVoiceMessagingUserGetVoicePortalRequest20">
<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: UserVoiceMessagingUserGetVoicePortalResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalResponse20
Abstract no
Documentation Response to UserVoiceMessagingUserGetVoicePortalRequest20.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<usePersonalizedName> xs:boolean </usePersonalizedName> [1]
<voicePortalAutoLogin> xs:boolean </voicePortalAutoLogin> [1]
<personalizedNameAudioFile> AnnouncementFileLevelKey </personalizedNameAudioFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetVoicePortalResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="usePersonalizedName" type=" xs:boolean "/>
<xs:element name="voicePortalAutoLogin" type=" xs:boolean "/>
<xs:element name="personalizedNameAudioFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyAdvancedVoiceManagementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyAdvancedVoiceManagementRequest
Abstract no
Documentation Modify the user's voice messaging advanced voice management service setting. 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]
<mailServerSelection> VoiceMessagingUserMailServerSelection </mailServerSelection> [0..1]
<groupMailServerEmailAddress> EmailAddress </groupMailServerEmailAddress> [0..1]
<groupMailServerUserId> VoiceMessagingMailServerUserId </groupMailServerUserId> [0..1]
<groupMailServerPassword> Password </groupMailServerPassword> [0..1]
Start Choice [0..1]
<useGroupDefaultMailServerFullMailboxLimit> true </useGroupDefaultMailServerFullMailboxLimit> [1]
<groupMailServerFullMailboxLimit> VoiceMessagingMailboxLengthMinutes </groupMailServerFullMailboxLimit> [1]
End Choice
<personalMailServerNetAddress> NetAddress </personalMailServerNetAddress> [0..1]
<personalMailServerProtocol> VoiceMessagingMailServerProtocol </personalMailServerProtocol> [0..1]
<personalMailServerRealDeleteForImap> xs:boolean </personalMailServerRealDeleteForImap> [0..1]
<personalMailServerEmailAddress> EmailAddress </personalMailServerEmailAddress> [0..1]
<personalMailServerUserId> VoiceMessagingMailServerUserId </personalMailServerUserId> [0..1]
<personalMailServerPassword> Password </personalMailServerPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyAdvancedVoiceManagementRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="mailServerSelection" type=" VoiceMessagingUserMailServerSelection " minOccurs="0"/>
<xs:element name="groupMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="groupMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
<xs:element name="groupMailServerPassword" type=" Password " minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="useGroupDefaultMailServerFullMailboxLimit" type=" xs:boolean " fixed="true"/>
<xs:element name="groupMailServerFullMailboxLimit" type=" VoiceMessagingMailboxLengthMinutes "/>
</xs:choice>
<xs:element name="personalMailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="personalMailServerProtocol" type=" VoiceMessagingMailServerProtocol " minOccurs="0"/>
<xs:element name="personalMailServerRealDeleteForImap" type=" xs:boolean " minOccurs="0"/>
<xs:element name="personalMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="personalMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
<xs:element name="personalMailServerPassword" type=" Password " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyDistributionListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyDistributionListRequest
Abstract no
Documentation Modify a voice mail distribution list for a users voice message. 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]
<listId> VoiceMessagingDistributionListId </listId> [1]
<description> VoiceMessagingDistributionListDescription </description> [0..1]
<phoneNumberList> ReplacementOutgoingDNorSIPURIList </phoneNumberList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyDistributionListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="listId" type=" VoiceMessagingDistributionListId "/>
<xs:element name="description" type=" VoiceMessagingDistributionListDescription " nillable="true" minOccurs="0"/>
<xs:element name="phoneNumberList" type=" ReplacementOutgoingDNorSIPURIList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyGreetingRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyGreetingRequest20
Abstract no
Documentation Modify the user's voice messaging greeting. The response is either a SuccessResponse or an ErrorResponse. Engineering Note: This command is used internally by Call Processing. The following elements are only used in AS data mode: disableMessageDeposit disableMessageDepositAction greetingOnlyForwardDestination
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<busyAnnouncementSelection> AnnouncementSelection </busyAnnouncementSelection> [0..1]
<busyPersonalAudioFile> AnnouncementFileLevelKey </busyPersonalAudioFile> [0..1]
<busyPersonalVideoFile> AnnouncementFileLevelKey </busyPersonalVideoFile> [0..1]
<noAnswerAnnouncementSelection> VoiceMessagingNoAnswerGreetingSelection </noAnswerAnnouncementSelection> [0..1]
<noAnswerPersonalAudioFile> AnnouncementFileLevelKey </noAnswerPersonalAudioFile> [0..1]
<noAnswerPersonalVideoFile> AnnouncementFileLevelKey </noAnswerPersonalVideoFile> [0..1]
<noAnswerAlternateGreeting01> VoiceMessagingAlternateNoAnswerGreetingModify20 </noAnswerAlternateGreeting01> [0..1]
<noAnswerAlternateGreeting02> VoiceMessagingAlternateNoAnswerGreetingModify20 </noAnswerAlternateGreeting02> [0..1]
<noAnswerAlternateGreeting03> VoiceMessagingAlternateNoAnswerGreetingModify20 </noAnswerAlternateGreeting03> [0..1]
<extendedAwayEnabled> xs:boolean </extendedAwayEnabled> [0..1]
<extendedAwayDisableMessageDeposit> xs:boolean </extendedAwayDisableMessageDeposit> [0..1]
<extendedAwayAudioFile> AnnouncementFileLevelKey </extendedAwayAudioFile> [0..1]
<extendedAwayVideoFile> AnnouncementFileLevelKey </extendedAwayVideoFile> [0..1]
<noAnswerNumberOfRings> VoiceMessagingNumberOfRings </noAnswerNumberOfRings> [0..1]
<disableMessageDeposit> xs:boolean </disableMessageDeposit> [0..1]
<disableMessageDepositAction> VoiceMessagingDisableMessageDepositSelection </disableMessageDepositAction> [0..1]
<greetingOnlyForwardDestination> OutgoingDNorSIPURI </greetingOnlyForwardDestination> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyGreetingRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="busyAnnouncementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="busyPersonalAudioFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="busyPersonalVideoFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="noAnswerAnnouncementSelection" type=" VoiceMessagingNoAnswerGreetingSelection " minOccurs="0"/>
<xs:element name="noAnswerPersonalAudioFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting01" type=" VoiceMessagingAlternateNoAnswerGreetingModify20 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting02" type=" VoiceMessagingAlternateNoAnswerGreetingModify20 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting03" type=" VoiceMessagingAlternateNoAnswerGreetingModify20 " minOccurs="0"/>
<xs:element name="extendedAwayEnabled" type=" xs:boolean " minOccurs="0"/>
<xs:element name="extendedAwayDisableMessageDeposit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="extendedAwayAudioFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="extendedAwayVideoFile" type=" AnnouncementFileLevelKey " nillable="true" minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" VoiceMessagingNumberOfRings " minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disableMessageDepositAction" type=" VoiceMessagingDisableMessageDepositSelection " minOccurs="0"/>
<xs:element name="greetingOnlyForwardDestination" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyOutgoingSMDIMWIRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyOutgoingSMDIMWIRequest
Abstract no
Documentation Modify the user's voice messaging outgoing message waiting indicator service setting. 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]
<isActive> xs:boolean </isActive> [0..1]
<outgoingSMDIMWIPhoneNumberList> ReplacementOutgoingDNList </outgoingSMDIMWIPhoneNumberList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyOutgoingSMDIMWIRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="outgoingSMDIMWIPhoneNumberList" type=" ReplacementOutgoingDNList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyVoiceManagementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyVoiceManagementRequest
Abstract no
Documentation Modify the user's voice messaging voice management service setting. 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]
<isActive> xs:boolean </isActive> [0..1]
<processing> VoiceMessagingMessageProcessing </processing> [0..1]
<voiceMessageDeliveryEmailAddress> EmailAddress </voiceMessageDeliveryEmailAddress> [0..1]
<usePhoneMessageWaitingIndicator> xs:boolean </usePhoneMessageWaitingIndicator> [0..1]
<sendVoiceMessageNotifyEmail> xs:boolean </sendVoiceMessageNotifyEmail> [0..1]
<voiceMessageNotifyEmailAddress> EmailAddress </voiceMessageNotifyEmailAddress> [0..1]
<sendCarbonCopyVoiceMessage> xs:boolean </sendCarbonCopyVoiceMessage> [0..1]
<voiceMessageCarbonCopyEmailAddress> EmailAddress </voiceMessageCarbonCopyEmailAddress> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [0..1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [0..1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [0..1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [0..1]
<outOfPrimaryZoneRedirectToVoiceMail> xs:boolean </outOfPrimaryZoneRedirectToVoiceMail> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyVoiceManagementRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="processing" type=" VoiceMessagingMessageProcessing " minOccurs="0"/>
<xs:element name="voiceMessageDeliveryEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="usePhoneMessageWaitingIndicator" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sendVoiceMessageNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voiceMessageNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="sendCarbonCopyVoiceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voiceMessageCarbonCopyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="outOfPrimaryZoneRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyVoicePortalRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyVoicePortalRequest20
Abstract no
Documentation Modify the user's voice messaging voice portal settings. 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]
<usePersonalizedName> xs:boolean </usePersonalizedName> [0..1]
<voicePortalAutoLogin> xs:boolean </voicePortalAutoLogin> [0..1]
<personalizedNameAudioFile> AnnouncementFileLevelKey </personalizedNameAudioFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyVoicePortalRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="usePersonalizedName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalAutoLogin" type=" xs:boolean " minOccurs="0"/>
<xs:element name="personalizedNameAudioFile" type=" AnnouncementFileLevelKey " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VoiceMessagingAlternateNoAnswerGreetingModify20

Parent type: None
Sub-types: None
Name VoiceMessagingAlternateNoAnswerGreetingModify20
Abstract no
Documentation The configuration of a alternate no answer greeting. It is used when modifying a user's voice messaging greeting.
XML Instance Representation
<...>
<name> VoiceMessagingAlternateNoAnswerGreetingName </name> [0..1]
<audioFile> AnnouncementFileLevelKey </audioFile> [0..1]
<videoFile> AnnouncementFileLevelKey </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="VoiceMessagingAlternateNoAnswerGreetingModify20">
<xs:sequence>
<xs:element name="name" type=" VoiceMessagingAlternateNoAnswerGreetingName " nillable="true" minOccurs="0"/>
<xs:element name="audioFile" type=" AnnouncementFileLevelKey " minOccurs="0" nillable="true"/>
<xs:element name="videoFile" type=" AnnouncementFileLevelKey " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VoiceMessagingAlternateNoAnswerGreetingRead20

Parent type: None
Sub-types: None
Name VoiceMessagingAlternateNoAnswerGreetingRead20
Abstract no
Documentation The configuration of a alternate no answer greeting. It is used when geting a user's voice messaging greeting.
XML Instance Representation
<...>
<name> VoiceMessagingAlternateNoAnswerGreetingName </name> [1]
<audioFile> AnnouncementFileLevelKey </audioFile> [0..1]
<videoFile> AnnouncementFileLevelKey </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="VoiceMessagingAlternateNoAnswerGreetingRead20">
<xs:sequence>
<xs:element name="name" type=" VoiceMessagingAlternateNoAnswerGreetingName "/>
<xs:element name="audioFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
<xs:element name="videoFile" type=" AnnouncementFileLevelKey " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: ServiceProviderVoicePortalScope

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ServiceProviderVoicePortalScope
Content
  • Base XSD Type: token
  • value comes from list: {'Group'|'Service Provider'}
Documentation Voice Portal Scope. The Service Provider option allows users to log in to their voice portal using the voice portal of any group that is both hosted on the same application server and within the same service provider or enterprise. The Group option keeps groups completely independent. Users can only log in to their voice portal using the access number for their group.
Schema Component Representation
<xs:simpleType name="ServiceProviderVoicePortalScope">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Group"/>
<xs:enumeration value="Service Provider"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemVoicePortalScope

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SystemVoicePortalScope
Content
  • Base XSD Type: token
  • value comes from list: {'Service Provider'|'System'}
Documentation Voice Portal Scope. When set to System, users can call any group voice portal hosted on the same Application Server as themselves rather than only the voice portal of their own group to initiate the login process. When set to Service Providers, the voice portal scope is configured within the Service Provider.
Schema Component Representation
<xs:simpleType name="SystemVoicePortalScope">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Service Provider"/>
<xs:enumeration value="System"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessageSummaryUpdateSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessageSummaryUpdateSeconds
Content
  • Base XSD Type: int
  • 0 <= value <= 86400
Documentation Minimum time interval between message summary update notifications in seconds. This parameter is used to avoid SIP signaling overload due to frequent device registration. Broadworks sends the message-summary only if the minimum time interval has elapsed. Configuring a value of zero causes the message-summary to be sent on every incoming registration (thus disabling the throttling mechanism).
Schema Component Representation
<xs:simpleType name="VoiceMessageSummaryUpdateSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="86400"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation Duration of XSI session timeout period for Voice Messaging service.
Schema Component Representation
<xs:simpleType name="VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingDistributionListDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingDistributionListDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation Distribution List Description.
Schema Component Representation
<xs:simpleType name="VoiceMessagingDistributionListDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingDistributionListId

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingDistributionListId
Content
  • Base XSD Type: int
  • 0 <= value <= 14
Documentation Distribution List Id.
Schema Component Representation
<xs:simpleType name="VoiceMessagingDistributionListId">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="14"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingGroupMailServerChoices

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingGroupMailServerChoices
Content
  • Base XSD Type: token
  • value comes from list: {'System Mail Server'|'Group Mail Server'}
Documentation Voice Messaging group-level mail server choices.
Schema Component Representation
<xs:simpleType name="VoiceMessagingGroupMailServerChoices">
<xs:restriction base=" xs:token ">
<xs:enumeration value="System Mail Server"/>
<xs:enumeration value="Group Mail Server"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingHoldPeriodDays

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingHoldPeriodDays
Content
  • Base XSD Type: int
  • value comes from list: {'0'|'1'|'2'|'3'|'4'|'5'|'6'|'7'|'15'|'30'|'60'}
Documentation Hold period for voice messages
Schema Component Representation
<xs:simpleType name="VoiceMessagingHoldPeriodDays">
<xs:restriction base=" xs:int ">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="15"/>
<xs:enumeration value="30"/>
<xs:enumeration value="60"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMailboxLengthMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMailboxLengthMinutes
Content
  • Base XSD Type: int
  • value comes from list: {'10'|'20'|'30'|'40'|'50'|'60'|'70'|'80'|'90'|'100'|'200'|'300'|'400'|'500'|'600'|'700'|'800'|'900'}
Documentation Mailbox length for voice messages
Schema Component Representation
<xs:simpleType name="VoiceMessagingMailboxLengthMinutes">
<xs:restriction base=" xs:int ">
<xs:enumeration value="10"/>
<xs:enumeration value="20"/>
<xs:enumeration value="30"/>
<xs:enumeration value="40"/>
<xs:enumeration value="50"/>
<xs:enumeration value="60"/>
<xs:enumeration value="70"/>
<xs:enumeration value="80"/>
<xs:enumeration value="90"/>
<xs:enumeration value="100"/>
<xs:enumeration value="200"/>
<xs:enumeration value="300"/>
<xs:enumeration value="400"/>
<xs:enumeration value="500"/>
<xs:enumeration value="600"/>
<xs:enumeration value="700"/>
<xs:enumeration value="800"/>
<xs:enumeration value="900"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMailServerProtocol

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMailServerProtocol
Content
  • Base XSD Type: token
  • value comes from list: {'POP3'|'IMAP'}
Documentation Protocol used by mail server holding voice messages
Schema Component Representation
<xs:simpleType name="VoiceMessagingMailServerProtocol">
<xs:restriction base=" xs:token ">
<xs:enumeration value="POP3"/>
<xs:enumeration value="IMAP"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMailServerUserId

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMailServerUserId
Content
  • Base XSD Type: token
  • length >= 1
Documentation User Id for a mail server.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMailServerUserId">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMaxMessageLengthMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMaxMessageLengthMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation Maximum length of message in minutes.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMaxMessageLengthMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMessageProcessing

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMessageProcessing
Content
  • Base XSD Type: token
  • value comes from list: {'Unified Voice and Email Messaging'|'Deliver To Email Address Only'}
Documentation Choices to handle a voice message.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMessageProcessing">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Unified Voice and Email Messaging"/>
<xs:enumeration value="Deliver To Email Address Only"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMessageWaitingIndicatorDelayInSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMessageWaitingIndicatorDelayInSeconds
Content
  • Base XSD Type: int
  • 0 <= value <= 300
Documentation Message Waiting Indicator delay in seconds.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMessageWaitingIndicatorDelayInSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="300"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingUserMailServerSelection

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoiceMessagingUserMailServerSelection
Content
  • Base XSD Type: token
  • value comes from list: {'Group Mail Server'|'Personal Mail Server'}
Documentation Voice Messaging user-level mail server choices.
Schema Component Representation
<xs:simpleType name="VoiceMessagingUserMailServerSelection">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Group Mail Server"/>
<xs:enumeration value="Personal Mail Server"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoicePortalDigitSequence

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoicePortalDigitSequence
Content
  • Base XSD Type: token
  • pattern = ([0-9]|\*|#){0,3}
  • length >= 1
Documentation A sequence of digits used by the voice portal.
Schema Component Representation
<xs:simpleType name="VoicePortalDigitSequence">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
<xs:pattern value="([0-9]|\*|#){0,3}"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoicePortalExternalRoutingScope

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name VoicePortalExternalRoutingScope
Content
  • Base XSD Type: token
  • value comes from list: {'System'|'Group'}
Documentation Choices for the voice portal's external routing to decide which settings to use.
Schema Component Representation
<xs:simpleType name="VoicePortalExternalRoutingScope">
<xs:restriction base=" xs:token ">
<xs:enumeration value="System"/>
<xs:enumeration value="Group"/>
</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