Broadworks-OCIP

 view release on metacpan or  search on metacpan

lib/Broadworks/OCIP.pm  view on Meta::CPAN



method receive ($expected,$die_on_error) {

    my $bytes = '';
    {    # delimit section where we override character handling
        use bytes;
        my $select = $self->select;
        while ( my ($fh) = $select->can_read( $self->{timeout} ) ) {
            Broadworks::OCIP::Throwable->throw(
                message         => "Timeout on receive for [$expected] - $!\n",
                execution_phase => 'receive',
                error_code      => 'timeout'
            ) unless ( defined($fh) );

            # read - bail out if EOF
            my $eofs = 0;
            unless ( sysread $fh, $bytes, 65536, length($bytes) ) {
                last if ( $eofs++ );
                next;
            }

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

method GroupCallCenterAddInstanceRequest14 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, @generic_params) {
    return $self->send_command(
        'GroupCallCenterAddInstanceRequest14',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params, allowCallWaitingForAgents => $x9
    );
}

# ----------------------------------------------------------------------
method GroupCallCenterAddInstanceRequest14sp3 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, @generic_params) {
    return $self->send_command(
        'GroupCallCenterAddInstanceRequest14sp3',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params,
        allowCallWaitingForAgents            => $x9,
        allowCallsToAgentsInWrapUp           => $x10,
        enableCallQueueWhenNoAgentsAvailable => $x11
    );
}

# ----------------------------------------------------------------------
method GroupCallCenterGetAnnouncementRequest ($x0) {
    return $self->send_query( 'GroupCallCenterGetAnnouncementRequest', serviceUserId => $x0 );

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

method GroupCallCenterAddInstanceRequest14sp9 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, @generic_params) {
    return $self->send_command(
        'GroupCallCenterAddInstanceRequest14sp9',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params,
        allowCallWaitingForAgents            => $x9,
        allowCallsToAgentsInWrapUp           => $x10,
        enableCallQueueWhenNoAgentsAvailable => $x11,
        statisticsSource                     => $x12
    );
}

# ----------------------------------------------------------------------
method GroupCallCenterGetAnnouncementRequest14sp6 ($x0) {

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN


    );
}

# ----------------------------------------------------------------------
method SystemOCICallControlApplicationAddRequest14sp9 ($x0, $x1, $x2, @generic_params) {
    return $self->send_command(
        'SystemOCICallControlApplicationAddRequest14sp9',
        applicationId              => $x0,
        enableSystemWide           => $x1,
        notificationTimeoutSeconds => $x2,
        @generic_params
    );
}

# ----------------------------------------------------------------------
method SystemPolicyGetDefaultRequest14sp4 () {
    return $self->send_query(
        'SystemPolicyGetDefaultRequest14sp4',

    );

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

method GroupHuntGroupAddInstanceRequest14 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest14',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params, allowCallWaitingForAgents => $x9
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupAddInstanceRequest17sp3 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest17sp3',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params,
        allowCallWaitingForAgents     => $x9,
        useSystemHuntGroupCLIDSetting => $x10,
        includeHuntGroupNameInCLID    => $x11
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupGetInstanceRequest17 ($x0) {
    return $self->send_query( 'GroupHuntGroupGetInstanceRequest17', serviceUserId => $x0 );

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

method GroupHuntGroupAddInstanceRequest17sp1V1 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest17sp1V1',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params,
        allowCallWaitingForAgents      => $x9,
        allowMembersToControlGroupBusy => $x10,
        enableGroupBusy                => $x11
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupAddInstanceRequest17sp4 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest17sp4',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params, makeBusyWhenNotReachable => $x9
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupGetInstanceRequest17sp1V1 ($x0) {
    return $self->send_query( 'GroupHuntGroupGetInstanceRequest17sp1V1', serviceUserId => $x0 );
}

# ----------------------------------------------------------------------

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

method GroupHuntGroupAddInstanceRequest19 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest19',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupGetInstanceRequest19 ($x0) {
    return $self->send_query( 'GroupHuntGroupGetInstanceRequest19', serviceUserId => $x0 );
}

# ----------------------------------------------------------------------

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfileCallCenter>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

=head3 GroupCallCenterAddInstanceRequest14sp3

Add a Call Center instance to a group. The domain is required in the

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfileCallCenter>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=item B<allowCallsToAgentsInWrapUp> - I<xs:boolean>

=item B<enableCallQueueWhenNoAgentsAvailable> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfileCallCenter>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=item B<allowCallsToAgentsInWrapUp> - I<xs:boolean>

=item B<enableCallQueueWhenNoAgentsAvailable> - I<xs:boolean>

=item B<statisticsSource> - I<CallCenterStatisticsSource>

=back

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

The response is either C<SuccessResponse> or C<ErrorResponse>.

Fixed parameters are:-

=over 4

=item B<applicationId> - I<OCICallControlApplicationId>

=item B<enableSystemWide> - I<xs:boolean>

=item B<notificationTimeoutSeconds> - I<OCICallApplicationNotificationTimeOutSeconds>

=back

Additionally there are generic tagged parameters.

=head3 SystemPolicyGetDefaultRequest14sp4

Requests the system's default policy settings.

The response is either C<SystemPolicyGetDefaultResponse14sp4> or

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

=head3 GroupHuntGroupAddInstanceRequest17sp3

Add a Hunt Group instance to a group. The domain is required in the

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=item B<useSystemHuntGroupCLIDSetting> - I<xs:boolean>

=item B<includeHuntGroupNameInCLID> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN


Additionally there are generic tagged parameters.

=head3 SystemCommunicationBarringProfileAddRequest17sp1

Add a new Communication Barring Profile. The priorities for C<IncomingRules>
are requantized to consecutive integers as part of the add.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in HSS data mode: C<incomingDefaultAction>
C<incomingDefaultCallTimeout> C<incomingRule>

Fixed parameters are:-

=over 4

=item B<name> - I<CommunicationBarringProfileName>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<allowCallWaitingForAgents> - I<xs:boolean>

=item B<allowMembersToControlGroupBusy> - I<xs:boolean>

=item B<enableGroupBusy> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=item B<makeBusyWhenNotReachable> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

=head3 GroupHuntGroupGetInstanceRequest17sp1V1

Request to get all the information of a Hunt Group instance.

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=back

Additionally there are generic tagged parameters.

=head3 GroupHuntGroupGetInstanceRequest19

Request to get all the information of a Hunt Group instance.

The response is either C<GroupHuntGroupGetInstanceResponse19> or

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN

=back

=head3 ServiceProviderCommunicationBarringProfileAddRequest17sp3

Add a new Communication Barring Profile. The priorities for
C<OriginatingRules>, C<RedirectingRules>, C<CallMeNowRules> and
C<IncomingRules> are requantized to consecutive integers as part of the add.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in AS data mode: C<callMeNowDefaultAction>,
use value "Block" in HSS data mode C<callMeNowDefaultCallTimeout>
C<callMeNowRule>

Fixed parameters are:-

=over 4

=item B<serviceProviderId> - I<ServiceProviderId>

=item B<name> - I<CommunicationBarringProfileName>

lib/Broadworks/OCIP/Deprecated.pod  view on Meta::CPAN


=head3 SystemCommunicationBarringProfileAddRequest17sp3

Add a new Communication Barring Profile. The priorities for C<IncomingRules>
are requantized to consecutive integers as part of the add.

The response is either a C<SuccessResponse> or an C<ErrorResponse>.

The following elements are only used in AS data mode:
C<callMeNowDefaultAction>, use value "Block" in HSS data mode
C<callMeNowDefaultCallTimeout> C<callMeNowRule>

Fixed parameters are:-

=over 4

=item B<name> - I<CommunicationBarringProfileName>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Methods.pm  view on Meta::CPAN

        @generic_params
    );
}

# ----------------------------------------------------------------------
method SystemOCICallControlApplicationAddRequest17 ($x0, $x1, $x2, $x3, @generic_params) {
    return $self->send_command(
        'SystemOCICallControlApplicationAddRequest17',
        applicationId              => $x0,
        enableSystemWide           => $x1,
        notificationTimeoutSeconds => $x2,
        @generic_params, maxEventChannelsPerSet => $x3
    );
}

# ----------------------------------------------------------------------
method SystemOCICallControlApplicationDeleteRequest ($x0) {
    return $self->send_command( 'SystemOCICallControlApplicationDeleteRequest', applicationId => $x0 );
}

# ----------------------------------------------------------------------

lib/Broadworks/OCIP/Methods.pm  view on Meta::CPAN

## ServiceAutoAttendant
##
method GroupAutoAttendantAddInstanceRequest20 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, @generic_params) {
    return $self->send_command(
        'GroupAutoAttendantAddInstanceRequest20',
        serviceProviderId        => $x0,
        groupId                  => $x1,
        serviceUserId            => $x2,
        serviceInstanceProfile   => $x3,
        type                     => $x4,
        firstDigitTimeoutSeconds => $x5,
        enableVideo              => $x6,
        @generic_params
    );
}

# ----------------------------------------------------------------------
method GroupAutoAttendantDeleteInstanceRequest ($x0) {
    return $self->send_command( 'GroupAutoAttendantDeleteInstanceRequest', serviceUserId => $x0 );
}

lib/Broadworks/OCIP/Methods.pm  view on Meta::CPAN

##
## ServiceGroupPaging
##
method GroupGroupPagingAddInstanceRequest ($x0, $x1, $x2, $x3, $x4, $x5, @generic_params) {
    return $self->send_command(
        'GroupGroupPagingAddInstanceRequest',
        serviceProviderId              => $x0,
        groupId                        => $x1,
        serviceUserId                  => $x2,
        serviceInstanceProfile         => $x3,
        confirmationToneTimeoutSeconds => $x4,
        deliverOriginatorCLIDInstead   => $x5,
        @generic_params
    );
}

# ----------------------------------------------------------------------
method GroupGroupPagingAddOriginatorListRequest ($x0, @generic_params) {
    return $self->send_command(
        'GroupGroupPagingAddOriginatorListRequest',
        serviceUserId => $x0,

lib/Broadworks/OCIP/Methods.pm  view on Meta::CPAN

method GroupHuntGroupAddInstanceRequest20 ($x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, @generic_params) {
    return $self->send_command(
        'GroupHuntGroupAddInstanceRequest20',
        serviceProviderId      => $x0,
        groupId                => $x1,
        serviceUserId          => $x2,
        serviceInstanceProfile => $x3,
        policy                 => $x4,
        huntAfterNoAnswer      => $x5,
        noAnswerNumberOfRings  => $x6,
        forwardAfterTimeout    => $x7,
        forwardTimeoutSeconds  => $x8,
        @generic_params
    );
}

# ----------------------------------------------------------------------
method GroupHuntGroupDeleteInstanceRequest ($x0) {
    return $self->send_command( 'GroupHuntGroupDeleteInstanceRequest', serviceUserId => $x0 );
}

# ----------------------------------------------------------------------

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

Additionally there are generic tagged parameters.

=head3 ServiceProviderCommunicationBarringProfileAddRequest19sp1

Add a new Communication Barring Profile. The priorities for
C<OriginatingRules>, C<RedirectingRules>, C<CallMeNowRules> and
C<IncomingRules> are requantized to consecutive integers as part of the add.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in AS data mode: C<callMeNowDefaultAction>,
use value "Block" in HSS data mode C<callMeNowDefaultCallTimeout>
C<callMeNowRule> C<applyToAttendedCallTransfers>, use value "false" in HSS data
mode

Fixed parameters are:-

=over 4

=item B<serviceProviderId> - I<ServiceProviderId>

=item B<name> - I<CommunicationBarringProfileName>

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

=back

=head3 ServiceProviderCommunicationBarringProfileModifyRequest

Modify an existing Communication Barring Profile. The priorities for
C<OriginatingRules>, C<RedirectingRules>, C<CallMeNowRules> and
C<IncomingRules> are requantized to consecutive integers as part of the modify.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in AS data mode: C<callMeNowDefaultAction>
C<callMeNowDefaultCallTimeout> C<callMeNowRule> C<applyToAttendedCallTransfers>

Fixed parameters are:-

=over 4

=item B<serviceProviderId> - I<ServiceProviderId>

=item B<name> - I<CommunicationBarringProfileName>

=back

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN


=head3 SystemCommunicationBarringProfileAddRequest19sp1

Add a new Communication Barring Profile. The priorities for C<IncomingRules>
are requantized to consecutive integers as part of the add.

The response is either a C<SuccessResponse> or an C<ErrorResponse>.

The following elements are only used in AS data mode:
C<callMeNowDefaultAction>, use value "Block" in HSS data mode
C<callMeNowDefaultCallTimeout> C<callMeNowRule>
C<applyToAttendedCallTransfers>, use value "false" in HSS data mode

Fixed parameters are:-

=over 4

=item B<name> - I<CommunicationBarringProfileName>

=item B<applyToAttendedCallTransfers> - I<xs:boolean>

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

Modify an existing Communication Barring Profile. When the
C<originatingDefaultAction> is not Treatment, C<originatingDefaultTreatmentId>
will be automatically cleared. Also when the action of C<originatingRule> is
not Treatment, treatmentId will be automatically cleared for the rule. The
priorities for C<IncomingRules> are requantized to consecutive integers as part
of the modify.

The response is either a C<SuccessResponse> or an C<ErrorResponse>.

The following elements are only used in AS data mode: C<callMeNowDefaultAction>
C<callMeNowDefaultCallTimeout> C<callMeNowRule> C<applyToAttendedCallTransfers>

Fixed parameters are:-

=over 4

=item B<name> - I<CommunicationBarringProfileName>

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

The response is either C<SuccessResponse> or C<ErrorResponse>.

Fixed parameters are:-

=over 4

=item B<applicationId> - I<OCICallControlApplicationId>

=item B<enableSystemWide> - I<xs:boolean>

=item B<notificationTimeoutSeconds> - I<OCICallApplicationNotificationTimeOutSeconds>

=item B<maxEventChannelsPerSet> - I<EventNotificationChannelsPerSet>

=back

Additionally there are generic tagged parameters.

=head3 SystemOCICallControlApplicationDeleteRequest

Delete an entry from the OCI call control application list.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

=item B<serviceProviderId> - I<ServiceProviderId>

=item B<groupId> - I<GroupId>

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<type> - I<AutoAttendantType>

=item B<firstDigitTimeoutSeconds> - I<FirstDigitTimoutSeconds>

=item B<enableVideo> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

=head3 GroupAutoAttendantDeleteInstanceRequest

Delete a Auto Attendant instance from a group.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

=back

=head3 SystemEnhancedCallLogsModifyRequest

Modify the system level data associated with Enhanced Call Logs.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in AS data mode: C<isSendEnabled>
C<server1NetAddress> C<server1SendPort> C<server1RetrievePort>
C<server2NetAddress> C<server2SendPort> C<server2RetrievePort> C<sharedSecret>
C<retransmissionDelayMilliSeconds> C<maxTransmissions> C<soapTimeoutSeconds>
useDBS C<eclQueryApplicationURL> C<eclQueryDataRepositoryURL>

Fixed parameters are:-

=over 4

=back

Additionally there are generic tagged parameters.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

=over 4

=item B<serviceProviderId> - I<ServiceProviderId>

=item B<groupId> - I<GroupId>

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<confirmationToneTimeoutSeconds> - I<GroupPagingConfirmationToneTimeoutSeconds>

=item B<deliverOriginatorCLIDInstead> - I<xs:boolean>

=back

Additionally there are generic tagged parameters.

=head3 GroupGroupPagingAddOriginatorListRequest

Add originator(s) to a paging group.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

=item B<serviceUserId> - I<UserId>

=item B<serviceInstanceProfile> - I<ServiceInstanceAddProfile>

=item B<policy> - I<HuntPolicy>

=item B<huntAfterNoAnswer> - I<xs:boolean>

=item B<noAnswerNumberOfRings> - I<HuntNoAnswerRings>

=item B<forwardAfterTimeout> - I<xs:boolean>

=item B<forwardTimeoutSeconds> - I<HuntForwardTimeoutSeconds>

=back

Additionally there are generic tagged parameters.

=head3 GroupHuntGroupDeleteInstanceRequest

Delete a Hunt Group instance from a group.

The response is either C<SuccessResponse> or C<ErrorResponse>.

lib/Broadworks/OCIP/Methods.pod  view on Meta::CPAN

Modify the system level data associated with Voice Messaging.

The response is either a C<SuccessResponse> or an C<ErrorResponse>. The
following elements are only used in AS data mode: C<realDeleteForImap>
C<useDnInMailBody> C<useShortSubjectLine> C<maxMessageLengthMinutes>
C<maxMailboxLengthMinutes> C<doesMessageAge> C<holdPeriodDays>
C<mailServerNetAddress> C<mailServerProtocol> C<defaultDeliveryFromAddress>
C<defaultNotificationFromAddress> C<useOutgoingMWIOnSMDI> C<mwiDelayInSeconds>
C<voicePortalScope> C<enterpriseVoicePortalLicensed> C<networkWideMessaging>
C<useExternalRouting> C<defaultExternalRoutingAddress> C<vmOnlySystem>
C<clientInitiatedMailServerSessionTimeoutMinutes>

Fixed parameters are:-

=over 4

=back

Additionally there are generic tagged parameters.

=head3 SystemVoiceMessagingGroupModifyVoicePortalMenusRequest19

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_AccessCode_xibox', 'type_AccessDevice_xibox', 'type_AccessDeviceConfigurationRelativeURL_xibox', 'type_AccessDeviceDescription_xibox', 'type_AccessDeviceEnhancedConfigurationFileName_xibox', 'type_AccessDeviceEnhancedCon...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_AccessCode_scbox', 'type_AccessDevice_scbox', 'type_AccessDeviceConfigurationRelativeURL_scbox', 'type_AccessDeviceDescription_scbox', 'type_AccessDeviceEnhancedConfigurationFileName_scbox', 'type_AccessD...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_CommunicationBarringProfileName">Simple Type: <strong>CommunicationBarringProfileName</strong>
</a>
</li>
<li>
<a href="#type_CommunicationBarringRedirectingAction">Simple Type: <strong>CommunicationBarringRedirectingAction</strong>
</a>
</li>
<li>
<a href="#type_CommunicationBarringTimeoutSeconds">Simple Type: <strong>CommunicationBarringTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_ConnectedLineIdentificationPrivacyOnRedirectedCalls">Simple Type: <strong>ConnectedLineIdentificationPrivacyOnRedirectedCalls</strong>
</a>
</li>
<li>
<a href="#type_CounterResetHour">Simple Type: <strong>CounterResetHour</strong>
</a>
</li>

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

</li>
<li>
<a href="#type_DeviceManagementFileCustomization">Simple Type: <strong>DeviceManagementFileCustomization</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementFileFormat">Simple Type: <strong>DeviceManagementFileFormat</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementFTPConnectTimeoutSeconds">Simple Type: <strong>DeviceManagementFTPConnectTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementFTPFileTransferTimeoutSeconds">Simple Type: <strong>DeviceManagementFTPFileTransferTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementMaxBusyTimeMinutes">Simple Type: <strong>DeviceManagementMaxBusyTimeMinutes</strong>
</a>
</li>
<li>
<a href="#type_DeviceManagementPauseBetweenFileRebuildMilliseconds">Simple Type: <strong>DeviceManagementPauseBetweenFileRebuildMilliseconds</strong>
</a>
</li>

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

</li>
<li>
<a href="#type_HotelingAssociationLimitHours">Simple Type: <strong>HotelingAssociationLimitHours</strong>
</a>
</li>
<li>
<a href="#type_Hour">Simple Type: <strong>Hour</strong>
</a>
</li>
<li>
<a href="#type_HuntForwardTimeoutSeconds">Simple Type: <strong>HuntForwardTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_HuntNoAnswerRings">Simple Type: <strong>HuntNoAnswerRings</strong>
</a>
</li>
<li>
<a href="#type_HuntPolicy">Simple Type: <strong>HuntPolicy</strong>
</a>
</li>
<li>
<a href="#type_HuntWeight">Simple Type: <strong>HuntWeight</strong>
</a>
</li>
<li>
<a href="#type_IMPUserId">Simple Type: <strong>IMPUserId</strong>
</a>
</li>
<li>
<a href="#type_IMRNTimeoutMilliseconds">Simple Type: <strong>IMRNTimeoutMilliseconds</strong>
</a>
</li>
<li>
<a href="#type_IMSUserState">Simple Type: <strong>IMSUserState</strong>
</a>
</li>
<li>
<a href="#type_InCallServiceActivationDigits">Simple Type: <strong>InCallServiceActivationDigits</strong>
</a>
</li>

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

</li>
<li>
<a href="#type_NsScreeningFailurePolicy">Simple Type: <strong>NsScreeningFailurePolicy</strong>
</a>
</li>
<li>
<a href="#type_NumberActivationMode">Simple Type: <strong>NumberActivationMode</strong>
</a>
</li>
<li>
<a href="#type_NumberPortabilityNameLookupTimeoutMilliseconds">Simple Type: <strong>NumberPortabilityNameLookupTimeoutMilliseconds</strong>
</a>
</li>
<li>
<a href="#type_NumberPortabilityStatus">Simple Type: <strong>NumberPortabilityStatus</strong>
</a>
</li>
<li>
<a href="#type_OCICallControlApplicationId">Simple Type: <strong>OCICallControlApplicationId</strong>
</a>
</li>

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

</li>
<li>
<a href="#type_systemidentity">Simple Type: <strong>systemidentity</strong>
</a>
</li>
<li>
<a href="#type_SystemUserCallingLineIdSelection">Simple Type: <strong>SystemUserCallingLineIdSelection</strong>
</a>
</li>
<li>
<a href="#type_SystemUserRingTimeoutSeconds">Simple Type: <strong>SystemUserRingTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_TimeZone">Simple Type: <strong>TimeZone</strong>
</a>
</li>
<li>
<a href="#type_TimeZoneDisplayName">Simple Type: <strong>TimeZoneDisplayName</strong>
</a>
</li>

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

</li>
<li>
<a href="#type_TrunkGroupDeviceName">Simple Type: <strong>TrunkGroupDeviceName</strong>
</a>
</li>
<li>
<a href="#type_TrunkGroupHighwaterCallCountHoldoverPeriodMinutes">Simple Type: <strong>TrunkGroupHighwaterCallCountHoldoverPeriodMinutes</strong>
</a>
</li>
<li>
<a href="#type_TrunkGroupInvitationTimeoutSeconds">Simple Type: <strong>TrunkGroupInvitationTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_TrunkGroupName">Simple Type: <strong>TrunkGroupName</strong>
</a>
</li>
<li>
<a href="#type_TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy">Simple Type: <strong>TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy</strong>
</a>
</li>

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

<div class="contents" id="type_CommunicationBarringIncomingRule_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em">&lt;digitPatternCriteria&gt; <span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span> &lt;/digitPatternCriteria&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition.">CommunicationBarringIncomingAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;callTimeoutSeconds&gt; <span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span> &lt;/callTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;timeSchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/timeSchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;holidaySchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;priority&gt; <span class="type">

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

<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">CommunicationBarringIncomingRule</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span...
<span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition.">CommunicationBarringIncomingAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeSchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>

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

<div style="margin-left: 3em">&lt;incomingCriteria&gt; <span class="type">
<a href="#type_CommunicationBarringCriteriaName" title="Jump to &quot;CommunicationBarringCriteriaName&quot; type definition.">CommunicationBarringCriteriaName</a>
</span> &lt;/incomingCriteria&gt; <span class="occurs">[1]</span>
</div>
<span style="margin-left: 1.5em" class="group">End Choice</span>
<br />
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition.">CommunicationBarringIncomingAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;callTimeoutSeconds&gt; <span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span> &lt;/callTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;timeSchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/timeSchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;holidaySchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;priority&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingCriteria</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringCriteriaName" title="Jump to &quot;CommunicationBarringCriteriaName&quot; type definition.">CommunicationBarringCriteriaName</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:choice</span>&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition.">CommunicationBarringIncomingAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeSchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>

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

<div style="margin-left: 3em">&lt;digitPatternCriteria&gt; <span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span> &lt;/digitPatternCriteria&gt; <span class="occurs">[1]</span>
</div>
<span style="margin-left: 1.5em" class="group">End Choice</span>
<br />
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition.">CommunicationBarringCallMeNowAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;callTimeoutSeconds&gt; <span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span> &lt;/callTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;timeSchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/timeSchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;holidaySchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;priority&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">digitPatternCriteria</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:choice</span>&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition.">CommunicationBarringCallMeNowAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeSchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>

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

</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;treatmentId&gt; <span class="type">
<a href="#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition.">TreatmentId</a>
</span> &lt;/treatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;transferNumber&gt; <span class="type">
<a href="#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition.">OutgoingDN</a>
</span> &lt;/transferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;callTimeoutSeconds&gt; <span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span> &lt;/callTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;timeSchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/timeSchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;holidaySchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;priority&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">treatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition.">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition.">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeSchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>

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

<div style="margin-left: 3em">&lt;digitPatternCriteria&gt; <span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span> &lt;/digitPatternCriteria&gt; <span class="occurs">[1]</span>
</div>
<span style="margin-left: 1.5em" class="group">End Choice</span>
<br />
<div style="margin-left: 1.5em">&lt;action&gt; <span class="type">
<a href="#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition.">CommunicationBarringRedirectingAction</a>
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em">&lt;callTimeoutSeconds&gt; <span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span> &lt;/callTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;timeSchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/timeSchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;holidaySchedule&gt; <span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span> &lt;/holidaySchedule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em">&lt;priority&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">digitPatternCriteria</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DigitPatternCriteriaName" title="Jump to &quot;DigitPatternCriteriaName&quot; type definition.">DigitPatternCriteriaName</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:choice</span>&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition.">CommunicationBarringRedirectingAction</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition.">CommunicationBarringTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeSchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">holidaySchedule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ScheduleName" title="Jump to &quot;ScheduleName&quot; type definition.">ScheduleName</a>

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

<script type="text/javascript">
<!--
setState('type_CommunicationBarringRedirectingAction_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CommunicationBarringTimeoutSeconds">CommunicationBarringTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CommunicationBarringTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>60 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 86400</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CommunicationBarringTimeoutSeconds_scbox'); return false;" class="control" id="type_CommunicationBarringTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Repre...
</div>
<div class="contents" id="type_CommunicationBarringTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CommunicationBarringTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">60</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">86400</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpl...
</div>
<script type="text/javascript">
<!--
setState('type_CommunicationBarringTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_ConnectedLineIdentificationPrivacyOnRedirectedCalls">ConnectedLineIdentificationPrivacyOnRedirectedCalls</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_DeviceManagementFileFormat_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_DeviceManagementFTPConnectTimeoutSeconds">DeviceManagementFTPConnectTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>DeviceManagementFTPConnectTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 600</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_DeviceManagementFTPConnectTimeoutSeconds_scbox'); return false;" class="control" id="type_DeviceManagementFTPConnectTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Com...
</div>
<div class="contents" id="type_DeviceManagementFTPConnectTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">DeviceManagementFTPConnectTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restric...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">600</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_DeviceManagementFTPConnectTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_DeviceManagementFTPFileTransferTimeoutSeconds">DeviceManagementFTPFileTransferTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>DeviceManagementFTPFileTransferTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 600</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_DeviceManagementFTPFileTransferTimeoutSeconds_scbox'); return false;" class="control" id="type_DeviceManagementFTPFileTransferTimeoutSeconds_scbox_button" type="button" /> <span class="caption">...
</div>
<div class="contents" id="type_DeviceManagementFTPFileTransferTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">DeviceManagementFTPFileTransferTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:re...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">600</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_DeviceManagementFTPFileTransferTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_DeviceManagementMaxBusyTimeMinutes">DeviceManagementMaxBusyTimeMinutes</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_Hour_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_HuntForwardTimeoutSeconds">HuntForwardTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>HuntForwardTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>0 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 7200</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_HuntForwardTimeoutSeconds_scbox'); return false;" class="control" id="type_HuntForwardTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_HuntForwardTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">HuntForwardTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</span> <sp...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">7200</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simple...
</div>
<script type="text/javascript">
<!--
setState('type_HuntForwardTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_HuntNoAnswerRings">HuntNoAnswerRings</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_IMPUserId_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_IMRNTimeoutMilliseconds">IMRNTimeoutMilliseconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>IMRNTimeoutMilliseconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>100 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 60000</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        IMRN Timeout interval in milliseconds.
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_IMRNTimeoutMilliseconds_scbox'); return false;" class="control" id="type_IMRNTimeoutMilliseconds_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_IMRNTimeoutMilliseconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">IMRNTimeoutMilliseconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</span> <span...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">100</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">60000</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpl...
</div>
<script type="text/javascript">
<!--
setState('type_IMRNTimeoutMilliseconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_IMSUserState">IMSUserState</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_NumberActivationMode_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_NumberPortabilityNameLookupTimeoutMilliseconds">NumberPortabilityNameLookupTimeoutMilliseconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>NumberPortabilityNameLookupTimeoutMilliseconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>100 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 10000</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_NumberPortabilityNameLookupTimeoutMilliseconds_scbox'); return false;" class="control" id="type_NumberPortabilityNameLookupTimeoutMilliseconds_scbox_button" type="button" /> <span class="caption...
</div>
<div class="contents" id="type_NumberPortabilityNameLookupTimeoutMilliseconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">NumberPortabilityNameLookupTimeoutMilliseconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:r...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">100</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">10000</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpl...
</div>
<script type="text/javascript">
<!--
setState('type_NumberPortabilityNameLookupTimeoutMilliseconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_NumberPortabilityStatus">NumberPortabilityStatus</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_SystemUserCallingLineIdSelection_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_SystemUserRingTimeoutSeconds">SystemUserRingTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>SystemUserRingTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 180</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemUserRingTimeoutSeconds_scbox'); return false;" class="control" id="type_SystemUserRingTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Representation</s...
</div>
<div class="contents" id="type_SystemUserRingTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">SystemUserRingTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</span> ...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">180</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_SystemUserRingTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_TimeZone">TimeZone</a>
</h3>
<table class="hierarchy">

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

<script type="text/javascript">
<!--
setState('type_TrunkGroupHighwaterCallCountHoldoverPeriodMinutes_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_TrunkGroupInvitationTimeoutSeconds">TrunkGroupInvitationTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>TrunkGroupInvitationTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 255</li>
</ul>

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

      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_TrunkGroupInvitationTimeoutSeconds_scbox'); return false;" class="control" id="type_TrunkGroupInvitationTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Repre...
</div>
<div class="contents" id="type_TrunkGroupInvitationTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">TrunkGroupInvitationTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">255</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_TrunkGroupInvitationTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_TrunkGroupName">TrunkGroupName</a>
</h3>
<table class="hierarchy">

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapInitialCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span> &lt;/unreachableDestinationTrapInitialCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationTrapOffsetCalls&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span> &lt;/unreachableDestinationTrapOffsetCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapInitialCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapInitialThreshold" title="Jump to &quot;TrapInitialThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapInitialThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationTrapOffsetCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrapOffsetThreshold" title="Jump to &quot;TrapOffsetThreshold&quot; type definition(located in external schema documentation)." class="externalLink">TrapOffsetThreshold</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

<input style="display: none" onclick="switchState('type_SystemCPEConfigParametersGetResponse_xibox'); return false;" class="control" id="type_SystemCPEConfigParametersGetResponse_xibox_button" type="button" /> <span class="caption">XML Instance Repre...
</div>
<div class="contents" id="type_SystemCPEConfigParametersGetResponse_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableIPDeviceManagement&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableIPDeviceManagement&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpConnectTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span> &lt;/ftpConnectTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpFileTransferTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span> &lt;/ftpFileTransferTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCPEConfigParametersGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</div>
<div class="contents" id="type_SystemCPEConfigParametersGetResponse_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCPEConfigParametersGetResponse</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexCon...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableIPDeviceManagement</spa...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpConnectTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpFileTransferTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCPEConfigParametersGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;intervalSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span> &lt;/intervalSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutPeriodSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span> &lt;/timeoutPeriodSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSessionAuditGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">intervalSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutPeriodSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSessionAuditGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isActive&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;intervalSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span> &lt;/intervalSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutPeriodSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span> &lt;/timeoutPeriodSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSessionAuditModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">intervalSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutPeriodSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_SystemSessionAuditModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<div style="margin-left: 1.5em" class="newFields">&lt;userCallingLineIdSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserCallingLineIdSelection" title="Jump to &quot;SystemUserCallingLineIdSelection&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserCallingLineIdSelection<...
</span> &lt;/userCallingLineIdSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<div style="margin-left: 1.5em" class="newFields">&lt;userCallingLineIdSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserCallingLineIdSelection" title="Jump to &quot;SystemUserCallingLineIdSelection&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserCallingLineIdSelection<...
</span> &lt;/userCallingLineIdSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse14sp3_xibox', true);
// -->
</script>

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

</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse14sp3_scbox', false);

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

<div style="margin-left: 1.5em" class="newFields">&lt;userCallingLineIdSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserCallingLineIdSelection" title="Jump to &quot;SystemUserCallingLineIdSelection&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserCallingLineIdSelection<...
</span> &lt;/userCallingLineIdSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallCenterQueueLength&quot; type definition could not be found." onclick="alert('&quot;CallCenterQueueLength&quot; type definition could not be found.');">CallCenterQueueLength</a>

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationPassword" title="Jump to &quot;SIPAuthenticationPassword&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationPassword</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;announcementMessageSelection&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found.');">AnswerConfirmatio...
</span> &lt;/announcementMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFileDescription&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span> &lt;/confirmationMessageAudioFileDescription&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found.');">AnswerConfirmationTimeoutSecond...
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="javascript:void(0)" title="&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found.');">AnswerConfirmatio...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationMessageAudioFileDescription</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found.');">AnswerConfirmationTimeoutSecond...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;announcementMessageSelection&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found.');">AnswerConfirmatio...
</span> &lt;/announcementMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFile&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to &quot;LabeledFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span> &lt;/confirmationMessageAudioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found.');">AnswerConfirmationTimeoutSecond...
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="javascript:void(0)" title="&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationAnnouncementSelection&quot; type definition could not be found.');">AnswerConfirmatio...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationMessageAudioFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledFileResource" title="Jump to &quot;LabeledFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledFileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;AnswerConfirmationTimeoutSeconds&quot; type definition could not be found.');">AnswerConfirmationTimeoutSecond...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse14sp7_xibox', true);
// -->
</script>

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

<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemSubscriberGetCallProcessingParametersResponse14sp7_scbox', false);

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

<div style="margin-left: 1.5em" class="newFields">&lt;userCallingLineIdSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserCallingLineIdSelection" title="Jump to &quot;SystemUserCallingLineIdSelection&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserCallingLineIdSelection<...
</span> &lt;/userCallingLineIdSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

<td>InternalReleaseCause</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: token</li>
</ul>
<ul>
<li>
<em>value</em> comes from list: {'Busy'|'Forbidden'|'Routing Failure'|'Global Failure'|'Request Failure'|'Server Failure'|'Translation Failure'|'Temporarily Unavailable'|'User Not Found'|'Request Timeout'|'Dial Tone Timeout'}</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
            Possible values for the protocol-neutral internal release cause.
            Replaced By: InternalReleaseCause16
         </td>
</tr>

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:token</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Busy</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Forbidden</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Routing Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Global Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Request Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Server Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Translation Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Temporarily Unavailable</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">User Not Found</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Request Timeout</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Dial Tone Timeout</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTa...
</div>
<script type="text/javascript">
<!--
setState('type_InternalReleaseCause_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioFileUrl&gt; <span class="type">

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="s...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioFile&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="#type_ServiceInstanceReadProfile" title="Jump to &quot;ServiceInstanceReadProfile&quot; type definition.">ServiceInstanceReadProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;destinationPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/destinationPhoneNumber&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAnswerTimeoutEnabled&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAnswerTimeoutEnabled&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;answerTimeoutMinutes&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found." onclick="alert('&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found.');">InstantGroupCallAnswerT...
</span> &lt;/answerTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallGetInstanceResponse14_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="#type_ServiceInstanceReadProfile" title="Jump to &quot;ServiceInstanceReadProfile&quot; type definition.">ServiceInstanceReadProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found." onclick="alert('&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found.');">InstantGroupCallAnswerT...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallGetInstanceResponse14_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applicationId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OCICallControlApplicationId" title="Jump to &quot;OCICallControlApplicationId&quot; type definition(located in external schema documentation)." class="externalLink">OCICallControlApplicationId</a>
</span> &lt;/applicationId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableSystemWide&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableSystemWide&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;notificationTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_OCICallApplicationNotificationTimeOutSeconds" title="Jump to &quot;OCICallApplicationNotificationTimeOutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">OCICallAppli...
</span> &lt;/notificationTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;description&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_OCICallControlApplicationDescription" title="Jump to &quot;OCICallControlApplicationDescription&quot; type definition(located in external schema documentation)." class="externalLink">OCICallControlApplicationDes...
</span> &lt;/description&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemOCICallControlApplicationAddRequest14sp9_xibox', true);
// -->

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

</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">applicationId</span>" <span c...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OCICallControlApplicationId" title="Jump to &quot;OCICallControlApplicationId&quot; type definition(located in external schema documentation)." class="externalLink">OCICallControlApplicationId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableSystemWide</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">notificationTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_OCICallApplicationNotificationTimeOutSeconds" title="Jump to &quot;OCICallApplicationNotificationTimeOutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">OCICallAppli...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">description</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_OCICallControlApplicationDescription" title="Jump to &quot;OCICallControlApplicationDescription&quot; type definition(located in external schema documentation)." class="externalLink">OCICallControlApplicationDes...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>

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

</div>
<div class="contents" id="type_SystemShInterfaceParametersGetResponse_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hssRealm&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DomainName" title="Jump to &quot;DomainName&quot; type definition(located in external schema documentation)." class="externalLink">DomainName</a>
</span> &lt;/hssRealm&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requestTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfaceRequestTimeoutSeconds" title="Jump to &quot;ShInterfaceRequestTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceRequestTimeoutSeconds</a>...
</span> &lt;/requestTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;publicIdentityRefreshDelaySeconds&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfacePublicIdentityRefreshDelaySeconds" title="Jump to &quot;ShInterfacePublicIdentityRefreshDelaySeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceP...
</span> &lt;/publicIdentityRefreshDelaySeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemShInterfaceParametersGetResponse_xibox', true);
// -->

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

<div class="contents" id="type_SystemShInterfaceParametersGetResponse_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemShInterfaceParametersGetResponse</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexC...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">hssRealm</span>" <span class=...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DomainName" title="Jump to &quot;DomainName&quot; type definition(located in external schema documentation)." class="externalLink">DomainName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requestTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfaceRequestTimeoutSeconds" title="Jump to &quot;ShInterfaceRequestTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceRequestTimeoutSeconds</a>...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">publicIdentityRefreshDelaySeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfacePublicIdentityRefreshDelaySeconds" title="Jump to &quot;ShInterfacePublicIdentityRefreshDelaySeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceP...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--

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

</div>
<div class="contents" id="type_SystemShInterfaceParametersModifyRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hssRealm&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DomainName" title="Jump to &quot;DomainName&quot; type definition(located in external schema documentation)." class="externalLink">DomainName</a>
</span> &lt;/hssRealm&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requestTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfaceRequestTimeoutSeconds" title="Jump to &quot;ShInterfaceRequestTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceRequestTimeoutSeconds</a>...
</span> &lt;/requestTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;publicIdentityRefreshDelaySeconds&gt; <span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfacePublicIdentityRefreshDelaySeconds" title="Jump to &quot;ShInterfacePublicIdentityRefreshDelaySeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceP...
</span> &lt;/publicIdentityRefreshDelaySeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemShInterfaceParametersModifyRequest_xibox', true);
// -->

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

<div class="contents" id="type_SystemShInterfaceParametersModifyRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemShInterfaceParametersModifyRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:comple...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequest...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">hssRealm</span>" <span class=...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DomainName" title="Jump to &quot;DomainName&quot; type definition(located in external schema documentation)." class="externalLink">DomainName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requestTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfaceRequestTimeoutSeconds" title="Jump to &quot;ShInterfaceRequestTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceRequestTimeoutSeconds</a>...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">publicIdentityRefreshDelaySeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaSystem.xsd.html#type_ShInterfacePublicIdentityRefreshDelaySeconds" title="Jump to &quot;ShInterfacePublicIdentityRefreshDelaySeconds&quot; type definition(located in external schema documentation)." class="externalLink">ShInterfaceP...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--

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

<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

</div>
<div class="contents" id="type_GroupGroupPagingGetInstanceResponse_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;ServiceInstanceReadProfile&quot; type definition could not be found." onclick="alert('&quot;ServiceInstanceReadProfile&quot; type definition could not be found.');">ServiceInstanceReadProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationToneTimeoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found.');">GroupPagingCo...
</span> &lt;/confirmationToneTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deliverOriginatorCLIDInstead&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/deliverOriginatorCLIDInstead&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatorCLIDPrefix&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found." onclick="alert('&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found.');">GroupPagingOriginatorCLIDPrefix</...
</span> &lt;/originatorCLIDPrefix&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div class="contents" id="type_GroupGroupPagingGetInstanceResponse_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingGetInstanceResponse</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexCont...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="javascript:void(0)" title="&quot;ServiceInstanceReadProfile&quot; type definition could not be found." onclick="alert('&quot;ServiceInstanceReadProfile&quot; type definition could not be found.');">ServiceInstanceReadProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found.');">GroupPagingCo...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found." onclick="alert('&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found.');">GroupPagingOriginatorCLIDPrefix</...
</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">becomeDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableMobileStateChecking&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableMobileStateChecking&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallTerminations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallTerminations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;imrnTimeoutMillisecnds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span> &lt;/imrnTimeoutMillisecnds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingIPAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IPAddress" title="Jump to &quot;IPAddress&quot; type definition(located in external schema documentation)." class="externalLink">IPAddress</a>
</span> &lt;/scfSignalingIPAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingPort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>
</span> &lt;/scfSignalingPort&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallTerminations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">imrnTimeoutMillisecnds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingIPAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IPAddress" title="Jump to &quot;IPAddress&quot; type definition(located in external schema documentation)." class="externalLink">IPAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableMobileStateChecking&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableMobileStateChecking&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallOriginations&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallTerminations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallTerminations&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;imrnTimeoutMilliseconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span> &lt;/imrnTimeoutMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingIPAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IPAddress" title="Jump to &quot;IPAddress&quot; type definition(located in external schema documentation)." class="externalLink">IPAddress</a>
</span> &lt;/scfSignalingIPAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingPort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>
</span> &lt;/scfSignalingPort&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallTerminations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">imrnTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingIPAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IPAddress" title="Jump to &quot;IPAddress&quot; type definition(located in external schema documentation)." class="externalLink">IPAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>

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

<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span> &lt;/queryProtocol&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">triggerCNAMQueriesForGroupAndEnterpriseCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileAddRequest_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Add a new Communication Barring Profile.
        The priorities for IncomingRules are requantized to consecutive integers as part of the add.
        The response is either a SuccessResponse or an ErrorResponse.
        The following elements are only used in HSS data mode:
     incomingDefaultAction
     incomingDefaultCallTimeout
     incomingRule
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCommunicationBarringProfileAddRequest17sp1_xibox'); return false;" class="control" id="type_SystemCommunicationBarringProfileAddRequest17sp1_xibox_button" type="button" /> <span class="cap...
</div>
<div class="contents" id="type_SystemCommunicationBarringProfileAddRequest17sp1_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileAddRequest17sp1_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileGetResponse16_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
         Response to the SystemCommunicationBarringProfileGetRequest17sp1.
         The response contains the Communication Barring Profile information.
         The incoming rules are returned in ascending priority order.
         The following elements are only used in HSS data mode:
     incomingDefaultAction
     incomingDefaultCallTimeout
     incomingRule        
       </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCommunicationBarringProfileGetResponse17sp1_xibox'); return false;" class="control" id="type_SystemCommunicationBarringProfileGetResponse17sp1_xibox_button" type="button" /> <span class="c...
</div>
<div class="contents" id="type_SystemCommunicationBarringProfileGetResponse17sp1_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileGetResponse17sp1_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

</span> &lt;/sharedSecret&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retransmissionDelayMilliSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found.');">E...
</span> &lt;/retransmissionDelayMilliSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxTransmissions&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found.');">EnhancedCallLogsMaxTransmission...
</span> &lt;/maxTransmissions&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapTimeoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found.');">EnhancedCallLogsSoapTimeout...
</span> &lt;/soapTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemEnhancedCallLogsGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">retransmissionDelayMilliSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found.');">E...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxTransmissions</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found.');">EnhancedCallLogsMaxTransmission...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">soapTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found.');">EnhancedCallLogsSoapTimeout...
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemEnhancedCallLogsGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAuditActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAuditActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;auditIntervalSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span> &lt;/auditIntervalSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;auditTimeoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span> &lt;/auditTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;releaseCallOnAuditFailure&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/releaseCallOnAuditFailure&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isSIPRefreshAllowedOnAudit&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isSIPRefreshAllowedOnAudit&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowUpdateForSIPRefresh&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowUpdateForSIPRefresh&gt; <span class="occurs">[1]</span>
</div>

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

</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAuditActive</span>" <span c...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">auditIntervalSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditIntervalSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditIntervalSeconds&quot; type definition could not be found.');">SessionAuditIntervalSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">auditTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found." onclick="alert('&quot;SessionAuditTimeoutPeriodSeconds&quot; type definition could not be found.');">SessionAuditTimeoutPeriodSecond...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">releaseCallOnAuditFailure</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isSIPRefreshAllowedOnAudit</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>

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

<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingCallToUserAliasMode&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IncomingCallToUserAliasMode" title="Jump to &quot;IncomingCallToUserAliasMode&quot; type definition(located in external schema documentation)." class="externalLink">IncomingCallToUserAliasMode</a>

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

<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingCallToUserAliasMode&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IncomingCallToUserAliasMode" title="Jump to &quot;IncomingCallToUserAliasMode&quot; type definition(located in external schema documentation)." class="externalLink">IncomingCallToUserAliasMode</a>

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

<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isExtendedCallingLineIdActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isExtendedCallingLineIdActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isRingTimeOutActive&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isRingTimeOutActive&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ringTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span> &lt;/ringTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowEmergencyRemoteOfficeOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/allowEmergencyRemoteOfficeOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNoAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span> &lt;/maxNoAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingCallToUserAliasMode&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IncomingCallToUserAliasMode" title="Jump to &quot;IncomingCallToUserAliasMode&quot; type definition(located in external schema documentation)." class="externalLink">IncomingCallToUserAliasMode</a>

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

<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isExtendedCallingLineIdActive...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isRingTimeOutActive</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ringTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SystemUserRingTimeoutSeconds" title="Jump to &quot;SystemUserRingTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">SystemUserRingTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowEmergencyRemoteOfficeOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNoAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MaxNoAnswerNumberOfRings" title="Jump to &quot;MaxNoAnswerNumberOfRings&quot; type definition(located in external schema documentation)." class="externalLink">MaxNoAnswerNumberOfRings</a>
</span>

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

<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span c...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="s...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</div>
<div class="contents" id="type_GroupGroupPagingGetInstanceResponse17sp3_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="#type_ServiceInstanceReadProfile17" title="Jump to &quot;ServiceInstanceReadProfile17&quot; type definition.">ServiceInstanceReadProfile17</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationToneTimeoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found.');">GroupPagingCo...
</span> &lt;/confirmationToneTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deliverOriginatorCLIDInstead&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/deliverOriginatorCLIDInstead&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatorCLIDPrefix&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found." onclick="alert('&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found.');">GroupPagingOriginatorCLIDPrefix</...
</span> &lt;/originatorCLIDPrefix&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div class="contents" id="type_GroupGroupPagingGetInstanceResponse17sp3_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingGetInstanceResponse17sp3</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:comple...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="#type_ServiceInstanceReadProfile17" title="Jump to &quot;ServiceInstanceReadProfile17&quot; type definition.">ServiceInstanceReadProfile17</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition could not be found.');">GroupPagingCo...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found." onclick="alert('&quot;GroupPagingOriginatorCLIDPrefix&quot; type definition could not be found.');">GroupPagingOriginatorCLIDPrefix</...
</span>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<a href="OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="#type_ServiceInstanceReadProfile17" title="Jump to &quot;ServiceInstanceReadProfile17&quot; type definition.">ServiceInstanceReadProfile17</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;destinationPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/destinationPhoneNumber&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAnswerTimeoutEnabled&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAnswerTimeoutEnabled&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;answerTimeoutMinutes&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found." onclick="alert('&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found.');">InstantGroupCallAnswerT...
</span> &lt;/answerTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallGetInstanceResponse17_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="#type_ServiceInstanceReadProfile17" title="Jump to &quot;ServiceInstanceReadProfile17&quot; type definition.">ServiceInstanceReadProfile17</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found." onclick="alert('&quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition could not be found.');">InstantGroupCallAnswerT...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallGetInstanceResponse17_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</span> &lt;/externalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;internalPreferredAudioCodec&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span> &lt;/internalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span> &lt;/queueLength&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerTimeoutRings&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;NoAnswerTimeoutRings&quot; type definition could not be found." onclick="alert('&quot;NoAnswerTimeoutRings&quot; type definition could not be found.');">NoAnswerTimeoutRings</a>
</span> &lt;/noAnswerTimeoutRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playRingingWhenOfferingCall&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playRingingWhenOfferingCall&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overrideAgentWrapUpTime&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overrideAgentWrapUpTime&gt; <span class="occurs">[1]</span>
</div>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">internalPreferredAudioCodec</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queueLength</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerTimeoutRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;NoAnswerTimeoutRings&quot; type definition could not be found." onclick="alert('&quot;NoAnswerTimeoutRings&quot; type definition could not be found.');">NoAnswerTimeoutRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playRingingWhenOfferingCall</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="s...
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span> &lt;/action&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessingA...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Add a new Communication Barring Profile.
        The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the add.
        The response is either a SuccessResponse or an ErrorResponse.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction, use value "Block" in HSS data mode
           callMeNowDefaultCallTimeout
           callMeNowRule     
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileAddRequest17sp3_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileAddRequest17sp3_xibox_button" type="button" /...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileAddRequest17sp3_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">becomeDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Response to the ServiceProviderCommunicationBarringProfileGetRequest17sp3.
        The response contains the Communication Barring Profile information.
        The incoming, originating, redirecting and call me now rules are returned in ascending priority order.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule     
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileGetResponse17sp3_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileGetResponse17sp3_xibox_button" type="button"...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileGetResponse17sp3_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableMobileStateChecking&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableMobileStateChecking&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallTerminations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallTerminations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;imrnTimeoutMillisecnds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span> &lt;/imrnTimeoutMillisecnds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingNetAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/scfSignalingNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingPort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>
</span> &lt;/scfSignalingPort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;refreshPeriodSeconds&gt; <span class="type">

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallTerminations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">imrnTimeoutMillisecnds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>

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

<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span> &lt;/queryProtocol&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">triggerCNAMQueriesForGroupAndEnterpriseCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>

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

<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span> &lt;/queryProtocol&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">triggerCNAMQueriesForGroupAndEnterpriseCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryProtocol&quot; type definition could not be found.');">CallingNameRetrievalQueryProt...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found." onclick="alert('&quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition could not be found.');">Calling...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Add a new Communication Barring Profile.
        The priorities for IncomingRules are requantized to consecutive integers as part of the add.
        The response is either a SuccessResponse or an ErrorResponse.
  The following elements are only used in AS data mode:
          callMeNowDefaultAction, use value "Block" in HSS data mode
          callMeNowDefaultCallTimeout
          callMeNowRule
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCommunicationBarringProfileAddRequest17sp3_xibox'); return false;" class="control" id="type_SystemCommunicationBarringProfileAddRequest17sp3_xibox_button" type="button" /> <span class="cap...
</div>
<div class="contents" id="type_SystemCommunicationBarringProfileAddRequest17sp3_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found.');">CommunicationBarringCallMeNow...
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileAddRequest17sp3_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found.');">CommunicationBarringCallMeNow...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Response to the SystemCommunicationBarringProfileGetRequest17sp3.
        The response contains the Communication Barring Profile information.
        The incoming rules are returned in ascending priority order.
  The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCommunicationBarringProfileGetResponse17sp3_xibox'); return false;" class="control" id="type_SystemCommunicationBarringProfileGetResponse17sp3_xibox_button" type="button" /> <span class="c...
</div>
<div class="contents" id="type_SystemCommunicationBarringProfileGetResponse17sp3_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found.');">CommunicationBarringCallMeNow...
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCommunicationBarringProfileGetResponse17sp3_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringOriginatingRule&quot; type definition could not be found.');">CommunicationBarringOrigi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringRedirectingRule&quot; type definition could not be found.');">CommunicationBarringRedir...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found." onclick="alert('&quot;CommunicationBarringCallMeNowRule&quot; type definition could not be found.');">CommunicationBarringCallMeNow...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">x...
</div>
<script type="text/javascript">
<!--

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

<input style="display: none" onclick="switchState('type_SystemCPEConfigParametersGetResponse14sp6_xibox'); return false;" class="control" id="type_SystemCPEConfigParametersGetResponse14sp6_xibox_button" type="button" /> <span class="caption">XML Inst...
</div>
<div class="contents" id="type_SystemCPEConfigParametersGetResponse14sp6_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableIPDeviceManagement&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableIPDeviceManagement&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpConnectTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span> &lt;/ftpConnectTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpFileTransferTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span> &lt;/ftpFileTransferTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;pauseBetweenFileRebuildMilliseconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementPauseBetweenFileRebuildMilliseconds" title="Jump to &quot;DeviceManagementPauseBetweenFileRebuildMilliseconds&quot; type definition(located in external schema documentation)." class="externalL...
</span> &lt;/pauseBetweenFileRebuildMilliseconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxBusyTimeMinutes&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementMaxBusyTimeMinutes" title="Jump to &quot;DeviceManagementMaxBusyTimeMinutes&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementMaxBusyTimeMi...
</span> &lt;/maxBusyTimeMinutes&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deviceAccessAppServerClusterName&gt; <span class="type">

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

</div>
<div class="contents" id="type_SystemCPEConfigParametersGetResponse14sp6_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCPEConfigParametersGetResponse14sp6</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:compl...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLink">...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableIPDeviceManagement</spa...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpConnectTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpFileTransferTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">pauseBetweenFileRebuildMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementPauseBetweenFileRebuildMilliseconds" title="Jump to &quot;DeviceManagementPauseBetweenFileRebuildMilliseconds&quot; type definition(located in external schema documentation)." class="externalL...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxBusyTimeMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementMaxBusyTimeMinutes" title="Jump to &quot;DeviceManagementMaxBusyTimeMinutes&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementMaxBusyTimeMi...

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

<input style="display: none" onclick="switchState('type_SystemCPEConfigParametersModifyRequest_xibox'); return false;" class="control" id="type_SystemCPEConfigParametersModifyRequest_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_SystemCPEConfigParametersModifyRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableIPDeviceManagement&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableIPDeviceManagement&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpConnectTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span> &lt;/ftpConnectTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;ftpFileTransferTimeoutSeconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span> &lt;/ftpFileTransferTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;pauseBetweenFileRebuildMilliseconds&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementPauseBetweenFileRebuildMilliseconds" title="Jump to &quot;DeviceManagementPauseBetweenFileRebuildMilliseconds&quot; type definition(located in external schema documentation)." class="externalL...
</span> &lt;/pauseBetweenFileRebuildMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxBusyTimeMinutes&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementMaxBusyTimeMinutes" title="Jump to &quot;DeviceManagementMaxBusyTimeMinutes&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementMaxBusyTimeMi...
</span> &lt;/maxBusyTimeMinutes&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deviceAccessAppServerClusterName&gt; <span class="type">

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

</div>
<div class="contents" id="type_SystemCPEConfigParametersModifyRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCPEConfigParametersModifyRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexC...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequest...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableIPDeviceManagement</spa...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpConnectTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPConnectTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPConnectTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementF...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">ftpFileTransferTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFTPFileTransferTimeoutSeconds" title="Jump to &quot;DeviceManagementFTPFileTransferTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">DeviceM...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">pauseBetweenFileRebuildMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementPauseBetweenFileRebuildMilliseconds" title="Jump to &quot;DeviceManagementPauseBetweenFileRebuildMilliseconds&quot; type definition(located in external schema documentation)." class="externalL...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxBusyTimeMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementMaxBusyTimeMinutes" title="Jump to &quot;DeviceManagementMaxBusyTimeMinutes&quot; type definition(located in external schema documentation)." class="externalLink">DeviceManagementMaxBusyTimeMi...

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

          isSendEnabled
          server1NetAddress
          server1SendPort
          server1RetrievePort
          server2NetAddress
          server2SendPort
          server2RetrievePort
          sharedSecret
          retransmissionDelayMilliSeconds
          maxTransmissions
          soapTimeoutSeconds
          useDBS
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemEnhancedCallLogsGetResponse17sp4_xibox'); return false;" class="control" id="type_SystemEnhancedCallLogsGetResponse17sp4_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_SystemEnhancedCallLogsGetResponse17sp4_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

</span> &lt;/sharedSecret&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retransmissionDelayMilliSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found.');">E...
</span> &lt;/retransmissionDelayMilliSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxTransmissions&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found.');">EnhancedCallLogsMaxTransmission...
</span> &lt;/maxTransmissions&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapTimeoutSeconds&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found.');">EnhancedCallLogsSoapTimeout...
</span> &lt;/soapTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;useDBS&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/useDBS&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNonPagedResponseSize&gt; <span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition could not be found.');">EnhancedCallLogsNonPage...
</span> &lt;/maxNonPagedResponseSize&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">retransmissionDelayMilliSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition could not be found.');">E...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxTransmissions</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsMaxTransmissions&quot; type definition could not be found.');">EnhancedCallLogsMaxTransmission...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">soapTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition could not be found.');">EnhancedCallLogsSoapTimeout...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useDBS</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNonPagedResponseSize</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="javascript:void(0)" title="&quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition could not be found." onclick="alert('&quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition could not be found.');">EnhancedCallLogsNonPage...
</span>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_ServiceProviderAccessDeviceAddRequest14_xibox', 'type_ServiceProviderAccessDeviceCustomTagAddRequest_xibox', 'type_ServiceProviderAccessDeviceCustomTagDeleteListRequest_xibox', 'type_ServiceProviderAccessDeviceCustomTagG...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_ServiceProviderAccessDeviceAddRequest14_scbox', 'type_ServiceProviderAccessDeviceCustomTagAddRequest_scbox', 'type_ServiceProviderAccessDeviceCustomTagDeleteListRequest_scbox', 'type_ServiceProviderAccess...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_ServiceProviderSIPAuthenticationPasswordRulesModifyRequest">Complex Type: <strong>ServiceProviderSIPAuthenticationPasswordRulesModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_AnswerConfirmationAnnouncementSelection">Simple Type: <strong>AnswerConfirmationAnnouncementSelection</strong>
</a>
</li>
<li>
<a href="#type_AnswerConfirmationTimeoutSeconds">Simple Type: <strong>AnswerConfirmationTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationAbortErrorThreshold">Simple Type: <strong>ServicePackMigrationAbortErrorThreshold</strong>
</a>
</li>
<li>
<a href="#type_ServicePackMigrationMaxDurationHours">Simple Type: <strong>ServicePackMigrationMaxDurationHours</strong>
</a>
</li>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFileDescription&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span> &lt;/confirmationMessageAudioFileDescription&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageMediaType&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MediaFileType" title="Jump to &quot;MediaFileType&quot; type definition(located in external schema documentation)." class="externalLink">MediaFileType</a>
</span> &lt;/confirmationMessageMediaType&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationGetResponse16_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="OCISchemaDataTypes.xsd.html#type_FileDescription" title="Jump to &quot;FileDescription&quot; type definition(located in external schema documentation)." class="externalLink">FileDescription</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationMessageMediaType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_MediaFileType" title="Jump to &quot;MediaFileType&quot; type definition(located in external schema documentation)." class="externalLink">MediaFileType</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationGetResponse16_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;announcementMessageSelection&gt; <span class="type">
<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</a>
</span> &lt;/announcementMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationMessageAudioFile&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledMediaFileResource" title="Jump to &quot;LabeledMediaFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledMediaFileResource</a>
</span> &lt;/confirmationMessageAudioFile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationTimoutSeconds&gt; <span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span> &lt;/confirmationTimoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationModifyRequest16_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="#type_AnswerConfirmationAnnouncementSelection" title="Jump to &quot;AnswerConfirmationAnnouncementSelection&quot; type definition.">AnswerConfirmationAnnouncementSelection</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationMessageAudioFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_LabeledMediaFileResource" title="Jump to &quot;LabeledMediaFileResource&quot; type definition(located in external schema documentation)." class="externalLink">LabeledMediaFileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationTimoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AnswerConfirmationTimeoutSeconds" title="Jump to &quot;AnswerConfirmationTimeoutSeconds&quot; type definition.">AnswerConfirmationTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAnswerConfirmationModifyRequest16_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Add a new Communication Barring Profile.
        The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the add.
        The response is either a SuccessResponse or an ErrorResponse.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction, use value "Block" in HSS data mode
           callMeNowDefaultCallTimeout
           callMeNowRule  
           applyToAttendedCallTransfers, use value "false" in HSS data mode      
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox'); return false;" class="control" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox_button" type="button" /...
</div>
<div class="contents" id="type_ServiceProviderCommunicationBarringProfileAddRequest19sp1_xibox">

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">becomeDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Response to the ServiceProviderCommunicationBarringProfileGetRequest19sp1.
        The response contains the Communication Barring Profile information.
        The incoming, originating, redirecting and call me now rules are returned in ascending priority order.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers      
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule" title="Jump to &quot;CommunicationBarringIncomingRule&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingRule<...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Response to the ServiceProviderCommunicationBarringProfileGetRequest19sp1V2.
        The response contains the Communication Barring Profile information.
        The incoming, originating, redirecting and call me now rules are returned in ascending priority order.
      The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers      
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isDefault&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[1]</span>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalOriginatingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalOriginatingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalRedirectingRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalRedirectingRule&quot; type definition(located in external schema documentati...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderCommunicationBarringHierarchicalCallMeNowRule" title="Jump to &quot;ServiceProviderCommunicationBarringHierarchicalCallMeNowRule&quot; type definition(located in external schema documentation)....
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingRule19sp1" title="Jump to &quot;CommunicationBarringIncomingRule19sp1&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringInc...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
        Modify an existing Communication Barring Profile.
        The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the modify.
        The response is either a SuccessResponse or an ErrorResponse.
        The following elements are only used in AS data mode:
           callMeNowDefaultAction
           callMeNowDefaultCallTimeout
           callMeNowRule
           applyToAttendedCallTransfers
      </td>
</tr>
<tr>
<th>Application Data</th>
<td>
        <code>&lt;asDataModeSupported&gt; <div style="margin-left: 1.5em">true</div>&lt;/asDataModeSupported&gt;</code>
        <code>&lt;hssDataModeSupported&gt; <div style="margin-left: 1.5em">false</div>&lt;/hssDataModeSupported&gt;</code>
      </td>

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

</span> &lt;/originatingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTreatmentId&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span> &lt;/originatingDefaultTreatmentId&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultTransferNumber&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/originatingDefaultTransferNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/originatingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList&quot; type definition(located ...
</span> &lt;/originatingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span> &lt;/redirectingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/redirectingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;redirectingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList&quot; type definition(located ...
</span> &lt;/redirectingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span> &lt;/callMeNowDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/callMeNowDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;callMeNowRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList&quot; type definition(located in e...
</span> &lt;/callMeNowRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultAction&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span> &lt;/incomingDefaultAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingDefaultCallTimeout&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span> &lt;/incomingDefaultCallTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;incomingRule&gt; <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ReplacementCommunicationBarringIncomingRuleList19sp1" title="Jump to &quot;ReplacementCommunicationBarringIncomingRuleList19sp1&quot; type definition(located in external schema documentation)." class="externa...
</span> &lt;/incomingRule&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;becomeDefault&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/becomeDefault&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;applyToAttendedCallTransfers&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/applyToAttendedCallTransfers&gt; <span class="occurs">[0..1]</span>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTreatmentId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_TreatmentId" title="Jump to &quot;TreatmentId&quot; type definition(located in external schema documentation)." class="externalLink">TreatmentId</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultTransferNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList&quot; type definition(located ...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringRedirectingAction" title="Jump to &quot;CommunicationBarringRedirectingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringRed...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">redirectingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList&quot; type definition(located ...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringCallMeNowAction" title="Jump to &quot;CommunicationBarringCallMeNowAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringCallMeN...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">callMeNowRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList" title="Jump to &quot;ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList&quot; type definition(located in e...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultAction</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringIncomingAction" title="Jump to &quot;CommunicationBarringIncomingAction&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringIncomingA...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingDefaultCallTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_CommunicationBarringTimeoutSeconds" title="Jump to &quot;CommunicationBarringTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">CommunicationBarringTimeoutSe...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">incomingRule</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_ReplacementCommunicationBarringIncomingRuleList19sp1" title="Jump to &quot;ReplacementCommunicationBarringIncomingRuleList19sp1&quot; type definition(located in external schema documentation)." class="externa...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">becomeDefault</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>

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

<script type="text/javascript">
<!--
setState('type_AnswerConfirmationAnnouncementSelection_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_AnswerConfirmationTimeoutSeconds">AnswerConfirmationTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>AnswerConfirmationTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>2 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 30</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
         The timer determines how long the system will wait for the confirmation.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_AnswerConfirmationTimeoutSeconds_scbox'); return false;" class="control" id="type_AnswerConfirmationTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Represent...
</div>
<div class="contents" id="type_AnswerConfirmationTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">AnswerConfirmationTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</sp...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">2</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">30</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_AnswerConfirmationTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_ServicePackMigrationAbortErrorThreshold">ServicePackMigrationAbortErrorThreshold</a>
</h3>
<table class="hierarchy">

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;type&gt; <span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span> &lt;/type&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">type</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;type&gt; <span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span> &lt;/type&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">type</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_AutoAttendantType" title="Jump to &quot;AutoAttendantType&quot; type definition.">AutoAttendantType</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">

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

<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;firstDigitTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span> &lt;/firstDigitTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;businessHours&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TimeSchedule" title="Jump to &quot;TimeSchedule&quot; type definition(located in external schema documentation)." class="externalLink">TimeSchedule</a>
</span> &lt;/businessHours&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;holidaySchedule&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HolidaySchedule" title="Jump to &quot;HolidaySchedule&quot; type definition(located in external schema documentation)." class="externalLink">HolidaySchedule</a>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span c...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">firstDigitTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_FirstDigitTimoutSeconds" title="Jump to &quot;FirstDigitTimoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">FirstDigitTimoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">businessHours</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">

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

<td>AutomaticCallbackReleaseCause</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: token</li>
</ul>
<ul>
<li>
<em>value</em> comes from list: {'Busy'|'Forbidden'|'Global Failure'|'Request Failure'|'Server Failure'|'Translation Failure'|'Temporarily Unavailable'|'User Not Found'|'Request Timeout'}</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Callback Release Cause.
      </td>
</tr>
</table>

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

<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:token</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Busy</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Forbidden</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Global Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Request Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Server Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Translation Failure</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Temporarily Unavailable</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">User Not Found</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:enumeration</span> <span class="scTag">value</span>="<span class="scContent">Request Timeout</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag"...
</div>
<script type="text/javascript">
<!--
setState('type_AutomaticCallbackReleaseCause_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableMobileStateChecking&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableMobileStateChecking&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallOriginations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallTerminations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallTerminations&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;imrnTimeoutMillisecnds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span> &lt;/imrnTimeoutMillisecnds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/scfSignalingNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingPort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>
</span> &lt;/scfSignalingPort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;refreshPeriodSeconds&gt; <span class="type">

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallTerminations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">imrnTimeoutMillisecnds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableMobileStateChecking&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableMobileStateChecking&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallOriginations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallOriginations&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;denyCallTerminations&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/denyCallTerminations&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;imrnTimeoutMilliseconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span> &lt;/imrnTimeoutMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/scfSignalingNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;scfSignalingPort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>
</span> &lt;/scfSignalingPort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;refreshPeriodSeconds&gt; <span class="type">

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

<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallOriginations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">denyCallTerminations</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">imrnTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_IMRNTimeoutMilliseconds" title="Jump to &quot;IMRNTimeoutMilliseconds&quot; type definition(located in external schema documentation)." class="externalLink">IMRNTimeoutMilliseconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">scfSignalingPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port" title="Jump to &quot;Port&quot; type definition(located in external schema documentation)." class="externalLink">Port</a>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="s...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span> &lt;/action&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_SystemCallMeNowGetRequest_xibox', 'type_SystemCallMeNowGetResponse_xibox', 'type_SystemCallMeNowModifyRequest_xibox', 'type_UserCallMeNowAddCriteriaRequest_xibox', 'type_UserCallMeNowDeleteCriteriaRequest_xibox', 'type_U...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_SystemCallMeNowGetRequest_scbox', 'type_SystemCallMeNowGetResponse_scbox', 'type_SystemCallMeNowModifyRequest_scbox', 'type_UserCallMeNowAddCriteriaRequest_scbox', 'type_UserCallMeNowDeleteCriteriaRequest...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_CallMeNowAnswerConfirmation">Simple Type: <strong>CallMeNowAnswerConfirmation</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowPasscodeLength">Simple Type: <strong>CallMeNowPasscodeLength</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowPasscodeTimeoutSeconds">Simple Type: <strong>CallMeNowPasscodeTimeoutSeconds</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>

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

</div>
<div class="contents" id="type_SystemCallMeNowGetResponse_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;passcodeLength&gt; <span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to &quot;CallMeNowPasscodeLength&quot; type definition.">CallMeNowPasscodeLength</a>
</span> &lt;/passcodeLength&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;passcodeTimeoutSeconds&gt; <span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to &quot;CallMeNowPasscodeTimeoutSeconds&quot; type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span> &lt;/passcodeTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

<div class="contents" id="type_SystemCallMeNowGetResponse_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallMeNowGetResponse</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexContent</span...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeLength</span>" <span ...
<span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to &quot;CallMeNowPasscodeLength&quot; type definition.">CallMeNowPasscodeLength</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to &quot;CallMeNowPasscodeTimeoutSeconds&quot; type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</div>
<div class="contents" id="type_SystemCallMeNowModifyRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;passcodeLength&gt; <span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to &quot;CallMeNowPasscodeLength&quot; type definition.">CallMeNowPasscodeLength</a>
</span> &lt;/passcodeLength&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;passcodeTimeoutSeconds&gt; <span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to &quot;CallMeNowPasscodeTimeoutSeconds&quot; type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span> &lt;/passcodeTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

<div class="contents" id="type_SystemCallMeNowModifyRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallMeNowModifyRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:complexContent</sp...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeLength</span>" <span ...
<span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to &quot;CallMeNowPasscodeLength&quot; type definition.">CallMeNowPasscodeLength</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to &quot;CallMeNowPasscodeTimeoutSeconds&quot; type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<script type="text/javascript">
<!--
setState('type_CallMeNowPasscodeLength_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallMeNowPasscodeTimeoutSeconds">CallMeNowPasscodeTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallMeNowPasscodeTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>30 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 180</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Timeout in seconds for call me now passcode validation.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallMeNowPasscodeTimeoutSeconds_scbox'); return false;" class="control" id="type_CallMeNowPasscodeTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Representat...
</div>
<div class="contents" id="type_CallMeNowPasscodeTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallMeNowPasscodeTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</spa...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">30</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">180</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_CallMeNowPasscodeTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_SystemCallingNameRetrievalGetRequest20_xibox', 'type_SystemCallingNameRetrievalGetResponse20_xibox', 'type_SystemCallingNameRetrievalModifyRequest20_xibox', 'type_UserCallingNameRetrievalGetRequest_xibox', 'type_UserCall...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_SystemCallingNameRetrievalGetRequest20_scbox', 'type_SystemCallingNameRetrievalGetResponse20_scbox', 'type_SystemCallingNameRetrievalModifyRequest20_scbox', 'type_UserCallingNameRetrievalGetRequest_scbox'...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_UserCallingNameRetrievalModifyRequest">Complex Type: <strong>UserCallingNameRetrievalModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalQueryProtocol">Simple Type: <strong>CallingNameRetrievalQueryProtocol</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds">Simple Type: <strong>CallingNameRetrievalQueryTimeoutMilliseconds</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds">Simple Type: <strong>CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</strong>
</a>
</li>
<li>
<a href="#type_CallingNameRetrievalRouteAdvanceTimerMilliseconds">Simple Type: <strong>CallingNameRetrievalRouteAdvanceTimerMilliseconds</strong>
</a>
</li>

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

<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span> &lt;/queryProtocol&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">triggerCNAMQueriesForGroupAndEnterpriseCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>

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

<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForAllNetworkCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForAllNetworkCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/triggerCNAMQueriesForGroupAndEnterpriseCalls&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryProtocol&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span> &lt;/queryProtocol&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queryTimeoutMilliseconds&gt; <span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span> &lt;/queryTimeoutMilliseconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/sipExternalDatabaseNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabasePort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/sipExternalDatabasePort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipExternalDatabaseTransport&gt; <span class="type">

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">triggerCNAMQueriesForGroupAndEnterpriseCalls</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryProtocol</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryProtocol" title="Jump to &quot;CallingNameRetrievalQueryProtocol&quot; type definition.">CallingNameRetrievalQueryProtocol</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queryTimeoutMilliseconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallingNameRetrievalQueryTimeoutMilliseconds" title="Jump to &quot;CallingNameRetrievalQueryTimeoutMilliseconds&quot; type definition.">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabaseNetAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipExternalDatabasePort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>

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

<script type="text/javascript">
<!--
setState('type_CallingNameRetrievalQueryProtocol_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallingNameRetrievalQueryTimeoutMilliseconds">CallingNameRetrievalQueryTimeoutMilliseconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallingNameRetrievalQueryTimeoutMilliseconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>100 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 10000</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Query time out milli-seconds.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox'); return false;" class="control" id="type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox_button" type="button" /> <span class="caption">Sc...
</div>
<div class="contents" id="type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallingNameRetrievalQueryTimeoutMilliseconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:res...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">100</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">10000</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpl...
</div>
<script type="text/javascript">
<!--
setState('type_CallingNameRetrievalQueryTimeoutMilliseconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds">CallingNameRetrievalRetryFailedCNAMServerIntervalSeconds</a>
</h3>
<table class="hierarchy">

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_EnterpriseEnhancedCallLogsGetListRequest20_xibox', 'type_EnterpriseEnhancedCallLogsGetListResponse20_xibox', 'type_GroupEnhancedCallLogsGetListRequest20_xibox', 'type_GroupEnhancedCallLogsGetListResponse20_xibox', 'type_...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_EnterpriseEnhancedCallLogsGetListRequest20_scbox', 'type_EnterpriseEnhancedCallLogsGetListResponse20_scbox', 'type_GroupEnhancedCallLogsGetListRequest20_scbox', 'type_GroupEnhancedCallLogsGetListResponse2...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_EnhancedCallLogsRetransmissionDelayMilliSeconds">Simple Type: <strong>EnhancedCallLogsRetransmissionDelayMilliSeconds</strong>
</a>
</li>
<li>
<a href="#type_EnhancedCallLogsSharedSecret">Simple Type: <strong>EnhancedCallLogsSharedSecret</strong>
</a>
</li>
<li>
<a href="#type_EnhancedCallLogsSoapTimeoutSeconds">Simple Type: <strong>EnhancedCallLogsSoapTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_EnhancedCallLogsSubscriberType20">Simple Type: <strong>EnhancedCallLogsSubscriberType20</strong>
</a>
</li>
<li>
<a href="#type_NetworkType">Simple Type: <strong>NetworkType</strong>
</a>
</li>

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

          isSendEnabled
          server1NetAddress
          server1SendPort
          server1RetrievePort
          server2NetAddress
          server2SendPort
          server2RetrievePort
          sharedSecret
          retransmissionDelayMilliSeconds
          maxTransmissions
          soapTimeoutSeconds
          useDBS
          eclQueryApplicationURL
          eclQueryDataRepositoryURL
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemEnhancedCallLogsGetResponse20sp1_xibox'); return false;" class="control" id="type_SystemEnhancedCallLogsGetResponse20sp1_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>

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

</span> &lt;/sharedSecret&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retransmissionDelayMilliSeconds&gt; <span class="type">
<a href="#type_EnhancedCallLogsRetransmissionDelayMilliSeconds" title="Jump to &quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition.">EnhancedCallLogsRetransmissionDelayMilliSeconds</a>
</span> &lt;/retransmissionDelayMilliSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxTransmissions&gt; <span class="type">
<a href="#type_EnhancedCallLogsMaxTransmissions" title="Jump to &quot;EnhancedCallLogsMaxTransmissions&quot; type definition.">EnhancedCallLogsMaxTransmissions</a>
</span> &lt;/maxTransmissions&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapTimeoutSeconds&gt; <span class="type">
<a href="#type_EnhancedCallLogsSoapTimeoutSeconds" title="Jump to &quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition.">EnhancedCallLogsSoapTimeoutSeconds</a>
</span> &lt;/soapTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;useDBS&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/useDBS&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNonPagedResponseSize&gt; <span class="type">
<a href="#type_EnhancedCallLogsNonPagedResponseSize" title="Jump to &quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition.">EnhancedCallLogsNonPagedResponseSize</a>
</span> &lt;/maxNonPagedResponseSize&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;eclQueryApplicationURL&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_URL" title="Jump to &quot;URL&quot; type definition(located in external schema documentation)." class="externalLink">URL</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">retransmissionDelayMilliSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsRetransmissionDelayMilliSeconds" title="Jump to &quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition.">EnhancedCallLogsRetransmissionDelayMilliSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxTransmissions</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsMaxTransmissions" title="Jump to &quot;EnhancedCallLogsMaxTransmissions&quot; type definition.">EnhancedCallLogsMaxTransmissions</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">soapTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsSoapTimeoutSeconds" title="Jump to &quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition.">EnhancedCallLogsSoapTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useDBS</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNonPagedResponseSize</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsNonPagedResponseSize" title="Jump to &quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition.">EnhancedCallLogsNonPagedResponseSize</a>
</span>

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

          isSendEnabled
          server1NetAddress
          server1SendPort
          server1RetrievePort
          server2NetAddress
          server2SendPort
          server2RetrievePort
          sharedSecret
          retransmissionDelayMilliSeconds
          maxTransmissions
          soapTimeoutSeconds
          useDBS
          eclQueryApplicationURL
          eclQueryDataRepositoryURL
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemEnhancedCallLogsModifyRequest_xibox'); return false;" class="control" id="type_SystemEnhancedCallLogsModifyRequest_xibox_button" type="button" /> <span class="caption">XML Instance Represe...
</div>

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

</span> &lt;/sharedSecret&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;retransmissionDelayMilliSeconds&gt; <span class="type">
<a href="#type_EnhancedCallLogsRetransmissionDelayMilliSeconds" title="Jump to &quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition.">EnhancedCallLogsRetransmissionDelayMilliSeconds</a>
</span> &lt;/retransmissionDelayMilliSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxTransmissions&gt; <span class="type">
<a href="#type_EnhancedCallLogsMaxTransmissions" title="Jump to &quot;EnhancedCallLogsMaxTransmissions&quot; type definition.">EnhancedCallLogsMaxTransmissions</a>
</span> &lt;/maxTransmissions&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;soapTimeoutSeconds&gt; <span class="type">
<a href="#type_EnhancedCallLogsSoapTimeoutSeconds" title="Jump to &quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition.">EnhancedCallLogsSoapTimeoutSeconds</a>
</span> &lt;/soapTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;useDBS&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/useDBS&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;maxNonPagedResponseSize&gt; <span class="type">
<a href="#type_EnhancedCallLogsNonPagedResponseSize" title="Jump to &quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition.">EnhancedCallLogsNonPagedResponseSize</a>
</span> &lt;/maxNonPagedResponseSize&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;eclQueryApplicationURL&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_URL" title="Jump to &quot;URL&quot; type definition(located in external schema documentation)." class="externalLink">URL</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">retransmissionDelayMilliSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsRetransmissionDelayMilliSeconds" title="Jump to &quot;EnhancedCallLogsRetransmissionDelayMilliSeconds&quot; type definition.">EnhancedCallLogsRetransmissionDelayMilliSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxTransmissions</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsMaxTransmissions" title="Jump to &quot;EnhancedCallLogsMaxTransmissions&quot; type definition.">EnhancedCallLogsMaxTransmissions</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">soapTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsSoapTimeoutSeconds" title="Jump to &quot;EnhancedCallLogsSoapTimeoutSeconds&quot; type definition.">EnhancedCallLogsSoapTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useDBS</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">maxNonPagedResponseSize</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_EnhancedCallLogsNonPagedResponseSize" title="Jump to &quot;EnhancedCallLogsNonPagedResponseSize&quot; type definition.">EnhancedCallLogsNonPagedResponseSize</a>
</span>

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

<script type="text/javascript">
<!--
setState('type_EnhancedCallLogsSharedSecret_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_EnhancedCallLogsSoapTimeoutSeconds">EnhancedCallLogsSoapTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>EnhancedCallLogsSoapTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 120</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Timeout when retrieving enhanced call logs through the SOAP interface.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_EnhancedCallLogsSoapTimeoutSeconds_scbox'); return false;" class="control" id="type_EnhancedCallLogsSoapTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Repre...
</div>
<div class="contents" id="type_EnhancedCallLogsSoapTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">EnhancedCallLogsSoapTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">120</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_EnhancedCallLogsSoapTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_EnhancedCallLogsSubscriberType20">EnhancedCallLogsSubscriberType20</a>
</h3>
<table class="hierarchy">

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_ServiceProviderExternalCustomRingbackGetRequest_xibox', 'type_ServiceProviderExternalCustomRingbackGetResponse_xibox', 'type_ServiceProviderExternalCustomRingbackModifyRequest_xibox', 'type_UserExternalCustomRingbackGetR...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_ServiceProviderExternalCustomRingbackGetRequest_scbox', 'type_ServiceProviderExternalCustomRingbackGetResponse_scbox', 'type_ServiceProviderExternalCustomRingbackModifyRequest_scbox', 'type_UserExternalCu...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_ExternalCustomRingbackPrefixDigits">Simple Type: <strong>ExternalCustomRingbackPrefixDigits</strong>
</a>
</li>
<li>
<a href="#type_ExternalCustomRingbackSettingLevel">Simple Type: <strong>ExternalCustomRingbackSettingLevel</strong>
</a>
</li>
<li>
<a href="#type_ExternalCustomRingbackTimeoutSeconds">Simple Type: <strong>ExternalCustomRingbackTimeoutSeconds</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serverNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/serverNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serverPort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/serverPort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="#type_ExternalCustomRingbackTimeoutSeconds" title="Jump to &quot;ExternalCustomRingbackTimeoutSeconds&quot; type definition.">ExternalCustomRingbackTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderExternalCustomRingbackGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serverPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ExternalCustomRingbackTimeoutSeconds" title="Jump to &quot;ExternalCustomRingbackTimeoutSeconds&quot; type definition.">ExternalCustomRingbackTimeoutSeconds</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderExternalCustomRingbackGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serverNetAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span> &lt;/serverNetAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serverPort&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span> &lt;/serverPort&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="#type_ExternalCustomRingbackTimeoutSeconds" title="Jump to &quot;ExternalCustomRingbackTimeoutSeconds&quot; type definition.">ExternalCustomRingbackTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderExternalCustomRingbackModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">

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

<a href="../OCISchemaDataTypes.xsd.html#type_NetAddress" title="Jump to &quot;NetAddress&quot; type definition(located in external schema documentation)." class="externalLink">NetAddress</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serverPort</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Port1025" title="Jump to &quot;Port1025&quot; type definition(located in external schema documentation)." class="externalLink">Port1025</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_ExternalCustomRingbackTimeoutSeconds" title="Jump to &quot;ExternalCustomRingbackTimeoutSeconds&quot; type definition.">ExternalCustomRingbackTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderExternalCustomRingbackModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<script type="text/javascript">
<!--
setState('type_ExternalCustomRingbackSettingLevel_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_ExternalCustomRingbackTimeoutSeconds">ExternalCustomRingbackTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>ExternalCustomRingbackTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 20</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Time to wait for any External Media Server to reply with custom ringback.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_ExternalCustomRingbackTimeoutSeconds_scbox'); return false;" class="control" id="type_ExternalCustomRingbackTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component R...
</div>
<div class="contents" id="type_ExternalCustomRingbackTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">ExternalCustomRingbackTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">20</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_ExternalCustomRingbackTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_GroupGroupPagingAddInstanceRequest_xibox', 'type_GroupGroupPagingAddOriginatorListRequest_xibox', 'type_GroupGroupPagingAddTargetListRequest_xibox', 'type_GroupGroupPagingDeleteInstanceRequest_xibox', 'type_GroupGroupPag...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupGroupPagingAddInstanceRequest_scbox', 'type_GroupGroupPagingAddOriginatorListRequest_scbox', 'type_GroupGroupPagingAddTargetListRequest_scbox', 'type_GroupGroupPagingDeleteInstanceRequest_scbox', 'ty...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_UserGroupPagingGetListRequest">Complex Type: <strong>UserGroupPagingGetListRequest</strong>
</a>
</li>
<li>
<a href="#type_UserGroupPagingGetListResponse">Complex Type: <strong>UserGroupPagingGetListResponse</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds">Simple Type: <strong>GroupPagingConfirmationToneTimeoutSeconds</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingMaxTargetCapacity">Simple Type: <strong>GroupPagingMaxTargetCapacity</strong>
</a>
</li>
<li>
<a href="#type_GroupPagingOriginatorCLIDPrefix">Simple Type: <strong>GroupPagingOriginatorCLIDPrefix</strong>
</a>
</li>

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

</span> &lt;/groupId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationToneTimeoutSeconds&gt; <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> &lt;/confirmationToneTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deliverOriginatorCLIDInstead&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/deliverOriginatorCLIDInstead&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatorCLIDPrefix&gt; <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> &lt;/originatorCLIDPrefix&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>

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

</div>
<div class="contents" id="type_GroupGroupPagingGetInstanceResponse19sp1_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationToneTimeoutSeconds&gt; <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> &lt;/confirmationToneTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deliverOriginatorCLIDInstead&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/deliverOriginatorCLIDInstead&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatorCLIDPrefix&gt; <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> &lt;/originatorCLIDPrefix&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>

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

<div class="contents" id="type_GroupGroupPagingGetInstanceResponse19sp1_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">GroupGroupPagingGetInstanceResponse19sp1</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:comple...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>

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

<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;confirmationToneTimeoutSeconds&gt; <span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span> &lt;/confirmationToneTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;deliverOriginatorCLIDInstead&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/deliverOriginatorCLIDInstead&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;originatorCLIDPrefix&gt; <span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span> &lt;/originatorCLIDPrefix&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceUserId</span>" <span c...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">confirmationToneTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingConfirmationToneTimeoutSeconds" title="Jump to &quot;GroupPagingConfirmationToneTimeoutSeconds&quot; type definition.">GroupPagingConfirmationToneTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">deliverOriginatorCLIDInstead</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">originatorCLIDPrefix</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_GroupPagingOriginatorCLIDPrefix" title="Jump to &quot;GroupPagingOriginatorCLIDPrefix&quot; type definition.">GroupPagingOriginatorCLIDPrefix</a>
</span>

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

<script type="text/javascript">
<!--
setState('type_UserGroupPagingGetListResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_GroupPagingConfirmationToneTimeoutSeconds">GroupPagingConfirmationToneTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>GroupPagingConfirmationToneTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 20</li>
</ul>

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

<tr xmlns="">
<th>Documentation</th>
<td>
        Maximum time to wait after the first answer is received from a target before
        sending back the confirmation tone to the originator.
     </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_GroupPagingConfirmationToneTimeoutSeconds_scbox'); return false;" class="control" id="type_GroupPagingConfirmationToneTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema C...
</div>
<div class="contents" id="type_GroupPagingConfirmationToneTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">GroupPagingConfirmationToneTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restri...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">20</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_GroupPagingConfirmationToneTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_GroupPagingMaxTargetCapacity">GroupPagingMaxTargetCapacity</a>
</h3>
<table class="hierarchy">

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

<a href="../OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserId&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> &lt;/agentUserId&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserId</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to &quot;UserId&quot; type definition(located in external schema documentation)." class="externalLink">UserId</a>

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

<a href="../OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a...
</span> &lt;/agentUserTable&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserTable</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a...

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

<a href="../OCISchemaDataTypes.xsd.html#type_HuntPolicy" title="Jump to &quot;HuntPolicy&quot; type definition(located in external schema documentation)." class="externalLink">HuntPolicy</a>
</span> &lt;/policy&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;huntAfterNoAnswer&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/huntAfterNoAnswer&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerNumberOfRings&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span> &lt;/noAnswerNumberOfRings&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/forwardAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardTimeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/forwardTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;forwardToPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span> &lt;/forwardToPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;agentUserIdList&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementUserIdList" title="Jump to &quot;ReplacementUserIdList&quot; type definition(located in external schema documentation)." class="externalLink">ReplacementUserIdList</a>
</span> &lt;/agentUserIdList&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;allowCallWaitingForAgents&gt; <span class="type">

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">huntAfterNoAnswer</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerNumberOfRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntNoAnswerRings" title="Jump to &quot;HuntNoAnswerRings&quot; type definition(located in external schema documentation)." class="externalLink">HuntNoAnswerRings</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">forwardToPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDN" title="Jump to &quot;OutgoingDN&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDN</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">agentUserIdList</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementUserIdList" title="Jump to &quot;ReplacementUserIdList&quot; type definition(located in external schema documentation)." class="externalLink">ReplacementUserIdList</a>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_GroupInstantGroupCallAddInstanceRequest14_xibox', 'type_GroupInstantGroupCallDeleteInstanceRequest_xibox', 'type_GroupInstantGroupCallGetInstanceListRequest_xibox', 'type_GroupInstantGroupCallGetInstanceListResponse_xibo...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupInstantGroupCallAddInstanceRequest14_scbox', 'type_GroupInstantGroupCallDeleteInstanceRequest_scbox', 'type_GroupInstantGroupCallGetInstanceListRequest_scbox', 'type_GroupInstantGroupCallGetInstanceL...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_GroupInstantGroupCallModifyActiveInstanceListRequest">Complex Type: <strong>GroupInstantGroupCallModifyActiveInstanceListRequest</strong>
</a>
</li>
<li>
<a href="#type_GroupInstantGroupCallModifyInstanceRequest">Complex Type: <strong>GroupInstantGroupCallModifyInstanceRequest</strong>
</a>
</li>
<li>
<a href="#type_InstantGroupCallAnswerTimeoutMinutes">Simple Type: <strong>InstantGroupCallAnswerTimeoutMinutes</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;destinationPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/destinationPhoneNumber&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAnswerTimeoutEnabled&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAnswerTimeoutEnabled&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;answerTimeoutMinutes&gt; <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> &lt;/answerTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallAddInstanceRequest14_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceAddProfile" title="Jump to &quot;ServiceInstanceAddProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceAddProfile</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;destinationPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/destinationPhoneNumber&gt; <span class="occurs">[0..*]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAnswerTimeoutEnabled&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAnswerTimeoutEnabled&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;answerTimeoutMinutes&gt; <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> &lt;/answerTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallGetInstanceResponse19sp1_xibox', true);
// -->

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceReadProfile19sp1" title="Jump to &quot;ServiceInstanceReadProfile19sp1&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceReadProfile19sp1<...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">destinationPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;serviceInstanceProfile&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span> &lt;/serviceInstanceProfile&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;destinationPhoneNumberList&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementOutgoingDNorSIPURIList" title="Jump to &quot;ReplacementOutgoingDNorSIPURIList&quot; type definition(located in external schema documentation)." class="externalLink">ReplacementOutgoingDNorSIPUR...
</span> &lt;/destinationPhoneNumberList&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;isAnswerTimeoutEnabled&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/isAnswerTimeoutEnabled&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;answerTimeoutMinutes&gt; <span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span> &lt;/answerTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;networkClassOfService&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span> &lt;/networkClassOfService&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallModifyInstanceRequest_xibox', true);
// -->

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">serviceInstanceProfile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ServiceInstanceModifyProfile" title="Jump to &quot;ServiceInstanceModifyProfile&quot; type definition(located in external schema documentation)." class="externalLink">ServiceInstanceModifyProfile</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">destinationPhoneNumberList</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ReplacementOutgoingDNorSIPURIList" title="Jump to &quot;ReplacementOutgoingDNorSIPURIList&quot; type definition(located in external schema documentation)." class="externalLink">ReplacementOutgoingDNorSIPUR...
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">isAnswerTimeoutEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">answerTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_InstantGroupCallAnswerTimeoutMinutes" title="Jump to &quot;InstantGroupCallAnswerTimeoutMinutes&quot; type definition.">InstantGroupCallAnswerTimeoutMinutes</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">networkClassOfService</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_NetworkClassOfServiceName" title="Jump to &quot;NetworkClassOfServiceName&quot; type definition(located in external schema documentation)." class="externalLink">NetworkClassOfServiceName</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_GroupInstantGroupCallModifyInstanceRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_InstantGroupCallAnswerTimeoutMinutes">InstantGroupCallAnswerTimeoutMinutes</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>InstantGroupCallAnswerTimeoutMinutes</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 60</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        The maximum duration for unanswered call.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_InstantGroupCallAnswerTimeoutMinutes_scbox'); return false;" class="control" id="type_InstantGroupCallAnswerTimeoutMinutes_scbox_button" type="button" /> <span class="caption">Schema Component R...
</div>
<div class="contents" id="type_InstantGroupCallAnswerTimeoutMinutes_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">InstantGroupCallAnswerTimeoutMinutes</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">60</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_InstantGroupCallAnswerTimeoutMinutes_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_SystemIntelligentNetworkServiceControlGetRequest14_xibox', 'type_SystemIntelligentNetworkServiceControlGetResponse14_xibox', 'type_SystemIntelligentNetworkServiceControlModifyRequest_xibox', 'type_UserIntelligentNetworkS...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_SystemIntelligentNetworkServiceControlGetRequest14_scbox', 'type_SystemIntelligentNetworkServiceControlGetResponse14_scbox', 'type_SystemIntelligentNetworkServiceControlModifyRequest_scbox', 'type_UserInt...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_UserIntelligentNetworkServiceControlGetResponse">Complex Type: <strong>UserIntelligentNetworkServiceControlGetResponse</strong>
</a>
</li>
<li>
<a href="#type_UserIntelligentNetworkServiceControlModifyRequest">Complex Type: <strong>UserIntelligentNetworkServiceControlModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds">Simple Type: <strong>IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>

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

</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemIntelligentNetworkServiceControlGetResponse14_xibox'); return false;" class="control" id="type_SystemIntelligentNetworkServiceControlGetResponse14_xibox_button" type="button" /> <span clas...
</div>
<div class="contents" id="type_SystemIntelligentNetworkServiceControlGetResponse14_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;preAnswerActionTimeoutSeconds&gt; <span class="type">
<a href="#type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds" title="Jump to &quot;IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds&quot; type definition.">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</a>...
</span> &lt;/preAnswerActionTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgRejectNoVoiceMail&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span> &lt;/msgRejectNoVoiceMail&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgRejectVoiceMail&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span> &lt;/msgRejectVoiceMail&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgPreAnswerWait&gt; <span class="type">

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

</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemIntelligentNetworkServiceControlGetResponse14_scbox'); return false;" class="control" id="type_SystemIntelligentNetworkServiceControlGetResponse14_scbox_button" type="button" /> <span clas...
</div>
<div class="contents" id="type_SystemIntelligentNetworkServiceControlGetResponse14_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemIntelligentNetworkServiceControlGetResponse14</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to &quot;OCIDataResponse&quot; type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">preAnswerActionTimeoutSeconds...
<span class="type">
<a href="#type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds" title="Jump to &quot;IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds&quot; type definition.">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</a>...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">msgRejectNoVoiceMail</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">msgRejectVoiceMail</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>

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

</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemIntelligentNetworkServiceControlModifyRequest_xibox'); return false;" class="control" id="type_SystemIntelligentNetworkServiceControlModifyRequest_xibox_button" type="button" /> <span clas...
</div>
<div class="contents" id="type_SystemIntelligentNetworkServiceControlModifyRequest_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">
<a href="javascript:void(0)" title="&quot;OCICommand&quot; type definition could not be found." onclick="alert('&quot;OCICommand&quot; type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;preAnswerActionTimeoutSeconds&gt; <span class="type">
<a href="#type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds" title="Jump to &quot;IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds&quot; type definition.">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</a>...
</span> &lt;/preAnswerActionTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgRejectNoVoiceMail&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span> &lt;/msgRejectNoVoiceMail&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgRejectVoiceMail&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span> &lt;/msgRejectVoiceMail&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;msgPreAnswerWait&gt; <span class="type">

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

</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemIntelligentNetworkServiceControlModifyRequest_scbox'); return false;" class="control" id="type_SystemIntelligentNetworkServiceControlModifyRequest_scbox_button" type="button" /> <span clas...
</div>
<div class="contents" id="type_SystemIntelligentNetworkServiceControlModifyRequest_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemIntelligentNetworkServiceControlModifyRequest</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to &quot;OCIRequest&quot; type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">preAnswerActionTimeoutSeconds...
<span class="type">
<a href="#type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds" title="Jump to &quot;IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds&quot; type definition.">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</a>...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">msgRejectNoVoiceMail</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">msgRejectVoiceMail</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Treatment" title="Jump to &quot;Treatment&quot; type definition(located in external schema documentation)." class="externalLink">Treatment</a>

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

<script type="text/javascript">
<!--
setState('type_UserIntelligentNetworkServiceControlModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>6 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 36</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
       Pre-answer action timeout seconds.
     </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds_scbox'); return false;" class="control" id="type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds_scbox_button" type="b...
</div>
<div class="contents" id="type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds</span>"&gt;<div style="margin-left: 1.5em">&lt;<span cla...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">6</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">36</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_IntelligentNetworkServiceControlPreAnswerActionTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_GroupRoutePointAddDNISRequest_xibox', 'type_GroupRoutePointAddInstanceRequest_xibox', 'type_GroupRoutePointBouncedCallGetRequest_xibox', 'type_GroupRoutePointBouncedCallGetResponse_xibox', 'type_GroupRoutePointBouncedCal...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupRoutePointAddDNISRequest_scbox', 'type_GroupRoutePointAddInstanceRequest_scbox', 'type_GroupRoutePointBouncedCallGetRequest_scbox', 'type_GroupRoutePointBouncedCallGetResponse_scbox', 'type_GroupRout...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_UserRoutePointSupervisorGetListResponse">Complex Type: <strong>UserRoutePointSupervisorGetListResponse</strong>
</a>
</li>
<li>
<a href="#type_UserRoutePointSupervisorModifyListRequest">Complex Type: <strong>UserRoutePointSupervisorModifyListRequest</strong>
</a>
</li>
<li>
<a href="#type_NoAnswerTimeoutRings">Simple Type: <strong>NoAnswerTimeoutRings</strong>
</a>
</li>
<li>
<a href="#type_RoutePointCallFailureTimeout">Simple Type: <strong>RoutePointCallFailureTimeout</strong>
</a>
</li>
<li>
<a href="#type_RoutePointFailoverStatus">Simple Type: <strong>RoutePointFailoverStatus</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">

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

</span> &lt;/externalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;internalPreferredAudioCodec&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span> &lt;/internalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span> &lt;/queueLength&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerTimeoutRings&gt; <span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span> &lt;/noAnswerTimeoutRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playRingingWhenOfferingCall&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playRingingWhenOfferingCall&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overrideAgentWrapUpTime&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overrideAgentWrapUpTime&gt; <span class="occurs">[1]</span>
</div>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">internalPreferredAudioCodec</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queueLength</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerTimeoutRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playRingingWhenOfferingCall</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>

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

<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/failoverPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;failoverStatus&gt; <span class="type">
<a href="#type_RoutePointFailoverStatus" title="Jump to &quot;RoutePointFailoverStatus&quot; type definition.">RoutePointFailoverStatus</a>
</span> &lt;/failoverStatus&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallEnableFailoverSupport&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/perCallEnableFailoverSupport&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallCallFailureTimeoutSeconds&gt; <span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span> &lt;/perCallCallFailureTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallOutboundCallFailureTimeoutSeconds&gt; <span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span> &lt;/perCallOutboundCallFailureTimeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallFailoverPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/perCallFailoverPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupRoutePointGetFailoverPolicyResponse_xibox', true);
// -->

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">failoverStatus</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_RoutePointFailoverStatus" title="Jump to &quot;RoutePointFailoverStatus&quot; type definition.">RoutePointFailoverStatus</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallEnableFailoverSupport</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallCallFailureTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallOutboundCallFailureTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallFailoverPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--

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

</span> &lt;/externalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;internalPreferredAudioCodec&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span> &lt;/internalPreferredAudioCodec&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span> &lt;/queueLength&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerTimeoutRings&gt; <span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span> &lt;/noAnswerTimeoutRings&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playRingingWhenOfferingCall&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playRingingWhenOfferingCall&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overrideAgentWrapUpTime&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overrideAgentWrapUpTime&gt; <span class="occurs">[1]</span>
</div>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">internalPreferredAudioCodec</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queueLength</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerTimeoutRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playRingingWhenOfferingCall</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>

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

<a href="../OCISchemaDataTypes.xsd.html#type_RoutePointExternalSystem" title="Jump to &quot;RoutePointExternalSystem&quot; type definition(located in external schema documentation)." class="externalLink">RoutePointExternalSystem</a>
</span> &lt;/externalSystem&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;failoverPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/failoverPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallEnableFailoverSupport&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/perCallEnableFailoverSupport&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallCallFailureTimeoutSeconds&gt; <span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span> &lt;/perCallCallFailureTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallOutboundCallFailureTimeoutSeconds&gt; <span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span> &lt;/perCallOutboundCallFailureTimeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;perCallFailoverPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/perCallFailoverPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupRoutePointModifyFailoverPolicyRequest_xibox', true);
// -->

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">failoverPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallEnableFailoverSupport</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallCallFailureTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallOutboundCallFailureTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_RoutePointCallFailureTimeout" title="Jump to &quot;RoutePointCallFailureTimeout&quot; type definition.">RoutePointCallFailureTimeout</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">perCallFailoverPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:exte...
</div>
<script type="text/javascript">
<!--

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

</span> &lt;/externalPreferredAudioCodec&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;internalPreferredAudioCodec&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span> &lt;/internalPreferredAudioCodec&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;queueLength&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span> &lt;/queueLength&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;noAnswerTimeoutRings&gt; <span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span> &lt;/noAnswerTimeoutRings&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;enableVideo&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/enableVideo&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playRingingWhenOfferingCall&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playRingingWhenOfferingCall&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overrideAgentWrapUpTime&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overrideAgentWrapUpTime&gt; <span class="occurs">[0..1]</span>
</div>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">internalPreferredAudioCodec</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_AudioFileCodec" title="Jump to &quot;AudioFileCodec&quot; type definition(located in external schema documentation)." class="externalLink">AudioFileCodec</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">queueLength</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterQueueLength16" title="Jump to &quot;CallCenterQueueLength16&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterQueueLength16</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">noAnswerTimeoutRings</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_NoAnswerTimeoutRings" title="Jump to &quot;NoAnswerTimeoutRings&quot; type definition.">NoAnswerTimeoutRings</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">enableVideo</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playRingingWhenOfferingCall</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>

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

<a href="javascript:void(0)" title="&quot;OCIResponse&quot; type definition could not be found." onclick="alert('&quot;OCIResponse&quot; type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --&gt;</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span> &lt;/action&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="s...
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

</span> &lt;/serviceUserId&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;action&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span> &lt;/action&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;transferPhoneNumber&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/transferPhoneNumber&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;overflowAfterTimeout&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/overflowAfterTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;timeoutSeconds&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span> &lt;/timeoutSeconds&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;playAnnouncementBeforeOverflowProcessing&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/playAnnouncementBeforeOverflowProcessing&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioMessageSelection&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span> &lt;/audioMessageSelection&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;audioUrlList&gt; <span class="type">

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">action</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_CallCenterOverflowProcessingAction" title="Jump to &quot;CallCenterOverflowProcessingAction&quot; type definition(located in external schema documentation)." class="externalLink">CallCenterOverflowProcessi...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">transferPhoneNumber</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">overflowAfterTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">timeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_HuntForwardTimeoutSeconds" title="Jump to &quot;HuntForwardTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">HuntForwardTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">playAnnouncementBeforeOverflowProcessing</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">audioMessageSelection</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_ExtendedFileResourceSelection" title="Jump to &quot;ExtendedFileResourceSelection&quot; type definition(located in external schema documentation)." class="externalLink">ExtendedFileResourceSelection</a>
</span>

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

<script type="text/javascript">
<!--
setState('type_UserRoutePointSupervisorModifyListRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_NoAnswerTimeoutRings">NoAnswerTimeoutRings</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>NoAnswerTimeoutRings</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>2 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 20</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        Number of rings to wait before timeout the outgoing call.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_NoAnswerTimeoutRings_scbox'); return false;" class="control" id="type_NoAnswerTimeoutRings_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_NoAnswerTimeoutRings_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">NoAnswerTimeoutRings</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</span> <span cl...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">2</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">20</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_NoAnswerTimeoutRings_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_RoutePointCallFailureTimeout">RoutePointCallFailureTimeout</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>RoutePointCallFailureTimeout</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 60</li>
</ul>

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

</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
        The call failure timeout.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_RoutePointCallFailureTimeout_scbox'); return false;" class="control" id="type_RoutePointCallFailureTimeout_scbox_button" type="button" /> <span class="caption">Schema Component Representation</s...
</div>
<div class="contents" id="type_RoutePointCallFailureTimeout_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">RoutePointCallFailureTimeout</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:restriction</span> ...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">60</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_RoutePointCallFailureTimeout_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_RoutePointFailoverStatus">RoutePointFailoverStatus</a>
</h3>
<table class="hierarchy">

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;hostedUserTable&gt; <span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCITable" title="Jump to &quot;OCITable&quot; type definition(located in external schema documentation)." class="externalLink">OCITable</a...

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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

</span> &lt;/unreachableDestinationAction&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationForwardAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/unreachableDestinationForwardAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;unreachableDestinationRerouteTrunkGroupKey&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span> &lt;/unreachableDestinationRerouteTrunkGroupKey&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;invitationTimeout&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span> &lt;/invitationTimeout&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;requireAuthentication&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/requireAuthentication&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationUserName&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span> &lt;/sipAuthenticationUserName&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;sipAuthenticationPassword&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_Password" title="Jump to &quot;Password&quot; type definition(located in external schema documentation)." class="externalLink">Password</a>

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

<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationForwardAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">unreachableDestinationRerouteTrunkGroupKey</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupKey" title="Jump to &quot;TrunkGroupKey&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupKey</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">invitationTimeout</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_TrunkGroupInvitationTimeoutSeconds" title="Jump to &quot;TrunkGroupInvitationTimeoutSeconds&quot; type definition(located in external schema documentation)." class="externalLink">TrunkGroupInvitationTimeou...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">requireAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">sipAuthenticationUserName</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_SIPAuthenticationUserName" title="Jump to &quot;SIPAuthenticationUserName&quot; type definition(located in external schema documentation)." class="externalLink">SIPAuthenticationUserName</a>
</span>

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


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_GroupVoiceMessagingGroupGetRequest_xibox', 'type_GroupVoiceMessagingGroupGetResponse_xibox', 'type_GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20_xibox', 'type_GroupVoiceMessagingGroupGetVoicePortalBrandingRespo...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_GroupVoiceMessagingGroupGetRequest_scbox', 'type_GroupVoiceMessagingGroupGetResponse_scbox', 'type_GroupVoiceMessagingGroupGetVoicePortalBrandingRequest20_scbox', 'type_GroupVoiceMessagingGroupGetVoicePor...

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows

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

</li>
<li>
<a href="#type_SystemVoicePortalScope">Simple Type: <strong>SystemVoicePortalScope</strong>
</a>
</li>
<li>
<a href="#type_VoiceMessageSummaryUpdateSeconds">Simple Type: <strong>VoiceMessageSummaryUpdateSeconds</strong>
</a>
</li>
<li>
<a href="#type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes">Simple Type: <strong>VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</strong>
</a>
</li>
<li>
<a href="#type_VoiceMessagingDistributionListDescription">Simple Type: <strong>VoiceMessagingDistributionListDescription</strong>
</a>
</li>
<li>
<a href="#type_VoiceMessagingDistributionListId">Simple Type: <strong>VoiceMessagingDistributionListId</strong>
</a>
</li>

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

           defaultDeliveryFromAddress
           defaultNotificationFromAddress
           useOutgoingMWIOnSMDI
           mwiDelayInSeconds
           voicePortalScope
           enterpriseVoicePortalLicensed
           networkWideMessaging
           useExternalRouting
           defaultExternalRoutingAddress
           vmOnlySystem
           clientInitiatedMailServerSessionTimeoutMinutes
      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemVoiceMessagingGroupGetResponse20_xibox'); return false;" class="control" id="type_SystemVoiceMessagingGroupGetResponse20_xibox_button" type="button" /> <span class="caption">XML Instance R...
</div>
<div class="contents" id="type_SystemVoiceMessagingGroupGetResponse20_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />
<div style="margin-left: 1.5em;" class="other">&lt;!-- '<span class="type">

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

<div style="margin-left: 1.5em" class="newFields">&lt;useExternalRouting&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/useExternalRouting&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;defaultExternalRoutingAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/defaultExternalRoutingAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;vmOnlySystem&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/vmOnlySystem&gt; <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;clientInitiatedMailServerSessionTimeoutMinutes&gt; <span class="type">
<a href="#type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes" title="Jump to &quot;VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes&quot; type definition.">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</a>
</span> &lt;/clientInitiatedMailServerSessionTimeoutMinutes&gt; <span class="occurs">[1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemVoiceMessagingGroupGetResponse20_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">defaultExternalRoutingAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">vmOnlySystem</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">clientInitiatedMailServerSessionTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes" title="Jump to &quot;VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes&quot; type definition.">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</a>
</span>
</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt;</div>&lt;/<span class="scTag">xs:complexType</span>&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemVoiceMessagingGroupGetResponse20_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

           defaultDeliveryFromAddress
           defaultNotificationFromAddress
           useOutgoingMWIOnSMDI
           mwiDelayInSeconds
           voicePortalScope
           enterpriseVoicePortalLicensed
           networkWideMessaging
           useExternalRouting
           defaultExternalRoutingAddress
           vmOnlySystem
           clientInitiatedMailServerSessionTimeoutMinutes

      </td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemVoiceMessagingGroupModifyRequest16_xibox'); return false;" class="control" id="type_SystemVoiceMessagingGroupModifyRequest16_xibox_button" type="button" /> <span class="caption">XML Instan...
</div>
<div class="contents" id="type_SystemVoiceMessagingGroupModifyRequest16_xibox">
<div style="margin-left: 0em">&lt;...&gt; <br />

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

<div style="margin-left: 1.5em" class="newFields">&lt;useExternalRouting&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/useExternalRouting&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;defaultExternalRoutingAddress&gt; <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span> &lt;/defaultExternalRoutingAddress&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;vmOnlySystem&gt; <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> &lt;/vmOnlySystem&gt; <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields">&lt;clientInitiatedMailServerSessionTimeoutMinutes&gt; <span class="type">
<a href="#type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes" title="Jump to &quot;VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes&quot; type definition.">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</a>
</span> &lt;/clientInitiatedMailServerSessionTimeoutMinutes&gt; <span class="occurs">[0..1]</span>
</div>&lt;/...&gt;</div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemVoiceMessagingGroupModifyRequest16_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>

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

</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">defaultExternalRoutingAddress</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_OutgoingDNorSIPURI" title="Jump to &quot;OutgoingDNorSIPURI&quot; type definition(located in external schema documentation)." class="externalLink">OutgoingDNorSIPURI</a>
</span>
</span>" <span class="scTag">nillable</span>="<span class="scContent">true</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">vmOnlySystem</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">clientInitiatedMailServerSessionTimeoutMinutes</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes" title="Jump to &quot;VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes&quot; type definition.">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">xs:sequence</span>&gt;</div>&lt;/<span class="scTag">xs:extension</span>&gt;</div>&lt;/<span class="scTag">xs:complexContent</span>&gt...
</div>
<script type="text/javascript">
<!--
setState('type_SystemVoiceMessagingGroupModifyRequest16_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">

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

<script type="text/javascript">
<!--
setState('type_VoiceMessageSummaryUpdateSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>1 &lt;= <em xmlns="http://www.w3.org/1999/xhtml">value</em> &lt;= 10</li>
</ul>

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

<tr xmlns="">
<th>Documentation</th>
<td>
        Duration of XSI session timeout period for Voice Messaging
        service.
      </td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes_scbox'); return false;" class="control" id="type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes_scbox_button" type="but...
</div>
<div class="contents" id="type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes_scbox">
<div style="margin-left: 0em">&lt;<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes</span>"&gt;<div style="margin-left: 1.5em">&lt;<span clas...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">1</span>"/&gt;</div>
<div style="margin-left: 1.5em">&lt;<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">10</span>"/&gt;</div>&lt;/<span class="scTag">xs:restriction</span>&gt;</div>&lt;/<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_VoiceMessagingClientInitiatedMailServerSessionTimeoutMinutes_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_VoiceMessagingDistributionListDescription">VoiceMessagingDistributionListDescription</a>
</h3>
<table class="hierarchy">



( run in 0.971 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )