XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations belong to this schema's target namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
core C
Schema Component Representation
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:import namespace="C" schemaLocation="../OCISchemaBASE.xsd"/>
<xs:include schemaLocation="../OCISchemaSearchCriteria.xsd"/>
<xs:include schemaLocation="../OCISchemaDataTypes.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: ExecutiveCallFilteringCriteriaFromDn

Parent type: None
Sub-types: None
Name ExecutiveCallFilteringCriteriaFromDn
Abstract no
Documentation The from dn criteria used within an executive call filtering criteria add/get request.
XML Instance Representation
<...>
<fromDnCriteriaSelection> ExecutiveCallFilteringCriteriaDnSelection </fromDnCriteriaSelection> [1]
<includeAnonymousCallers> xs:boolean </includeAnonymousCallers> [1]
<includeUnavailableCallers> xs:boolean </includeUnavailableCallers> [1]
<phoneNumber> DN </phoneNumber> [0..12]
</...>
Schema Component Representation
<xs:complexType name="ExecutiveCallFilteringCriteriaFromDn">
<xs:sequence>
<xs:element name="fromDnCriteriaSelection" type=" ExecutiveCallFilteringCriteriaDnSelection "/>
<xs:element name="includeAnonymousCallers" type=" xs:boolean "/>
<xs:element name="includeUnavailableCallers" type=" xs:boolean "/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ExecutiveCallFilteringCriteriaFromDnModify

Parent type: None
Sub-types: None
Name ExecutiveCallFilteringCriteriaFromDnModify
Abstract no
Documentation The from dn criteria used within an executive call filtering criteria modify request.
XML Instance Representation
<...>
<fromDnCriteriaSelection> ExecutiveCallFilteringCriteriaDnSelection </fromDnCriteriaSelection> [0..1]
<includeAnonymousCallers> xs:boolean </includeAnonymousCallers> [0..1]
<includeUnavailableCallers> xs:boolean </includeUnavailableCallers> [0..1]
<phoneNumberList> CriteriaReplacementDNList </phoneNumberList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ExecutiveCallFilteringCriteriaFromDnModify">
<xs:sequence>
<xs:element name="fromDnCriteriaSelection" type=" ExecutiveCallFilteringCriteriaDnSelection " minOccurs="0"/>
<xs:element name="includeAnonymousCallers" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeUnavailableCallers" type=" xs:boolean " minOccurs="0"/>
<xs:element name="phoneNumberList" type=" CriteriaReplacementDNList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: SystemExecutiveGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExecutiveGetRequest
Abstract no
Documentation Request to get the Executive system parameters. The response is either SystemExecutiveGetResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemExecutiveGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExecutiveGetResponse

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

Complex Type: SystemExecutiveModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExecutiveModifyRequest
Abstract no
Documentation Request to modify the Executive system parameters. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<treatVirtualOnNetCallsAsInternal> xs:boolean </treatVirtualOnNetCallsAsInternal> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExecutiveModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="treatVirtualOnNetCallsAsInternal" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveAddFilteringSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveAddFilteringSelectiveCriteriaRequest
Abstract no
Documentation Add a filtering criteria to an executive user. Both executive and the executive assistant can run this command. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<filter> xs:boolean </filter> [1]
<fromDnCriteria> ExecutiveCallFilteringCriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveAddFilteringSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="filter" type=" xs:boolean "/>
<xs:element name="fromDnCriteria" type=" ExecutiveCallFilteringCriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveDeleteFilteringSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveDeleteFilteringSelectiveCriteriaRequest
Abstract no
Documentation Delete a filtering criteria from an executive user. Both executive and the executive assistant can run this command. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveDeleteFilteringSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetAssistantRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveGetAssistantRequest
Abstract no
Documentation Get the assistant setting and the list of assistants assigned to an executive. The response is either UserExecutiveGetAssistantsResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetAssistantRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetAssistantResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserExecutiveGetAssistantResponse
Abstract no
Documentation Response to the UserExecutiveGetAssistantsRequest. Contains the assistant setting and a table of assigned assistants. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address" and "Opt-in". The possible values for "Opt-in" column are "true" and "false".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowOptInOut> xs:boolean </allowOptInOut> [1]
<assistantUserTable> core:OCITable </assistantUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetAssistantResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="allowOptInOut" type=" xs:boolean "/>
<xs:element name="assistantUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetAvailableAssistantListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveGetAvailableAssistantListRequest
Abstract no
Documentation Get a list of users that can be assigned to an executive. Searching for users by group only makes sense when the executive user is part of an Enterprise. The response is either UserExecutiveGetAvailableAssistantListResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
<searchCriteriaExactUserGroup> SearchCriteriaExactUserGroup </searchCriteriaExactUserGroup> [0..1]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetAvailableAssistantListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserGroup" type=" SearchCriteriaExactUserGroup " minOccurs="0"/>
<xs:element name="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetAvailableAssistantListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserExecutiveGetAvailableAssistantListResponse
Abstract no
Documentation Response to the UserExecutiveGetAvailableAssistantListResponse. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department" and "Email Address".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userTable> core:OCITable </userTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetAvailableAssistantListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="userTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetFilteringRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveGetFilteringRequest
Abstract no
Documentation Get the filtering setting and the list of filtering criteria defined for an executive user. Both executive and the executive assistant can run this command. The response is either UserExecutiveGetFilteringResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetFilteringRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetFilteringResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserExecutiveGetFilteringResponse
Abstract no
Documentation Response to the UserExecutiveGetFilteringRequest. Contains the filtering setting and a table of filtering criteria. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Filter" and "Holiday Schedule". The "Filter" column can contain "true" or "false".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableFiltering> xs:boolean </enableFiltering> [1]
<filteringMode> ExecutiveCallFilteringMode </filteringMode> [1]
<simpleFilterType> ExecutiveCallFilteringSimpleFilterType </simpleFilterType> [1]
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetFilteringResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableFiltering" type=" xs:boolean "/>
<xs:element name="filteringMode" type=" ExecutiveCallFilteringMode "/>
<xs:element name="simpleFilterType" type=" ExecutiveCallFilteringSimpleFilterType "/>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetFilteringSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveGetFilteringSelectiveCriteriaRequest
Abstract no
Documentation Get a filtering criteria for an executive user. Both executive and the executive assistant can run this command. The response is either UserExecutiveGetSelectiveCriteriaResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetFilteringSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetFilteringSelectiveCriteriaResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserExecutiveGetFilteringSelectiveCriteriaResponse
Abstract no
Documentation Response to the UserExecutiveGetFilteringSelectiveCriteriaRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<filter> xs:boolean </filter> [1]
<fromDnCriteria> ExecutiveCallFilteringCriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetFilteringSelectiveCriteriaResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="filter" type=" xs:boolean "/>
<xs:element name="fromDnCriteria" type=" ExecutiveCallFilteringCriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetScreeningAlertingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveGetScreeningAlertingRequest
Abstract no
Documentation Get the screening and alerting setting of an executive. Both executive and the executive assistant can run this command. The response is either UserExecutiveGetScreeningAlertingResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetScreeningAlertingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveGetScreeningAlertingResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserExecutiveGetScreeningAlertingResponse
Abstract no
Documentation Response to the UserExecutiveGetScreeningAlertingRequest. Contains the screening and alerting settings for an executive.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableScreening> xs:boolean </enableScreening> [1]
<screeningAlertType> ExecutiveScreeningAlertType </screeningAlertType> [1]
<alertBroadWorksMobilityLocation> xs:boolean </alertBroadWorksMobilityLocation> [1]
<alertBroadWorksAnywhereLocations> xs:boolean </alertBroadWorksAnywhereLocations> [1]
<alertSharedCallAppearanceLocations> xs:boolean </alertSharedCallAppearanceLocations> [1]
<alertingMode> ExecutiveAlertingMode </alertingMode> [1]
<alertingCallingLineIdNameMode> ExecutiveAlertingCallingLineIdNameMode </alertingCallingLineIdNameMode> [1]
<alertingCustomCallingLineIdName> ExecutiveAlertingCustomCallingLineIdName </alertingCustomCallingLineIdName> [0..1]
<unicodeAlertingCustomCallingLineIdName> ExecutiveAlertingCustomCallingLineIdName </unicodeAlertingCustomCallingLineIdName> [0..1]
<alertingCallingLineIdPhoneNumberMode> ExecutiveAlertingCallingLineIdPhoneNumberMode </alertingCallingLineIdPhoneNumberMode> [1]
<alertingCustomCallingLineIdPhoneNumber> DN </alertingCustomCallingLineIdPhoneNumber> [0..1]
<callPushRecallNumberOfRings> ExecutiveCallPushRecallNumberOfRings </callPushRecallNumberOfRings> [1]
<nextAssistantNumberOfRings> ExecutiveNextAssistantNumberOfRings </nextAssistantNumberOfRings> [1]
<enableRollover> xs:boolean </enableRollover> [1]
<rolloverWaitTimeSeconds> ExecutiveRolloverWaitTimeSeconds </rolloverWaitTimeSeconds> [0..1]
<rolloverAction> ExecutiveRolloverActionType </rolloverAction> [1]
<rolloverForwardToPhoneNumber> OutgoingDNorSIPURI </rolloverForwardToPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveGetScreeningAlertingResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableScreening" type=" xs:boolean "/>
<xs:element name="screeningAlertType" type=" ExecutiveScreeningAlertType "/>
<xs:element name="alertBroadWorksMobilityLocation" type=" xs:boolean "/>
<xs:element name="alertBroadWorksAnywhereLocations" type=" xs:boolean "/>
<xs:element name="alertSharedCallAppearanceLocations" type=" xs:boolean "/>
<xs:element name="alertingMode" type=" ExecutiveAlertingMode "/>
<xs:element name="alertingCallingLineIdNameMode" type=" ExecutiveAlertingCallingLineIdNameMode "/>
<xs:element name="alertingCustomCallingLineIdName" type=" ExecutiveAlertingCustomCallingLineIdName " minOccurs="0"/>
<xs:element name="unicodeAlertingCustomCallingLineIdName" type=" ExecutiveAlertingCustomCallingLineIdName " minOccurs="0"/>
<xs:element name="alertingCallingLineIdPhoneNumberMode" type=" ExecutiveAlertingCallingLineIdPhoneNumberMode "/>
<xs:element name="alertingCustomCallingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="callPushRecallNumberOfRings" type=" ExecutiveCallPushRecallNumberOfRings "/>
<xs:element name="nextAssistantNumberOfRings" type=" ExecutiveNextAssistantNumberOfRings "/>
<xs:element name="enableRollover" type=" xs:boolean "/>
<xs:element name="rolloverWaitTimeSeconds" type=" ExecutiveRolloverWaitTimeSeconds " minOccurs="0"/>
<xs:element name="rolloverAction" type=" ExecutiveRolloverActionType "/>
<xs:element name="rolloverForwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveModifyAssistantRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveModifyAssistantRequest
Abstract no
Documentation Request to modify the assistant setting and the list of assistants assigned to an executive user. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<allowOptInOut> xs:boolean </allowOptInOut> [0..1]
<assistantUserIdList> ReplacementUserIdList </assistantUserIdList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveModifyAssistantRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="allowOptInOut" type=" xs:boolean " minOccurs="0"/>
<xs:element name="assistantUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveModifyFilteringRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveModifyFilteringRequest
Abstract no
Documentation Modify the filtering setting for an executive user. Both executive and the executive assistant can run this command. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<enableFiltering> xs:boolean </enableFiltering> [0..1]
<filteringMode> ExecutiveCallFilteringMode </filteringMode> [0..1]
<simpleFilterType> ExecutiveCallFilteringSimpleFilterType </simpleFilterType> [0..1]
<criteriaActivation> CriteriaActivation </criteriaActivation> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveModifyFilteringRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="enableFiltering" type=" xs:boolean " minOccurs="0"/>
<xs:element name="filteringMode" type=" ExecutiveCallFilteringMode " minOccurs="0"/>
<xs:element name="simpleFilterType" type=" ExecutiveCallFilteringSimpleFilterType " minOccurs="0"/>
<xs:element name="criteriaActivation" type=" CriteriaActivation " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveModifyFilteringSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveModifyFilteringSelectiveCriteriaRequest
Abstract no
Documentation Modify a filtering selective criteria for an executive. Both executive and the executive assistant can run this command. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
<newCriteriaName> CriteriaName </newCriteriaName> [0..1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<filter> xs:boolean </filter> [0..1]
<fromDnCriteria> ExecutiveCallFilteringCriteriaFromDnModify </fromDnCriteria> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveModifyFilteringSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="newCriteriaName" type=" CriteriaName " minOccurs="0"/>
<xs:element name="timeSchedule" type=" TimeSchedule " nillable="true" minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " nillable="true" minOccurs="0"/>
<xs:element name="filter" type=" xs:boolean " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" ExecutiveCallFilteringCriteriaFromDnModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserExecutiveModifyScreeningAlertingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserExecutiveModifyScreeningAlertingRequest
Abstract no
Documentation Modify the screening and alerting setting of an executive. Both executive and the executive assistant can run this command. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<enableScreening> xs:boolean </enableScreening> [0..1]
<screeningAlertType> ExecutiveScreeningAlertType </screeningAlertType> [0..1]
<alertBroadWorksMobilityLocation> xs:boolean </alertBroadWorksMobilityLocation> [0..1]
<alertBroadWorksAnywhereLocations> xs:boolean </alertBroadWorksAnywhereLocations> [0..1]
<alertSharedCallAppearanceLocations> xs:boolean </alertSharedCallAppearanceLocations> [0..1]
<alertingMode> ExecutiveAlertingMode </alertingMode> [0..1]
<alertingCallingLineIdNameMode> ExecutiveAlertingCallingLineIdNameMode </alertingCallingLineIdNameMode> [0..1]
<alertingCustomCallingLineIdName> ExecutiveAlertingCustomCallingLineIdName </alertingCustomCallingLineIdName> [0..1]
<unicodeAlertingCustomCallingLineIdName> ExecutiveAlertingCustomCallingLineIdName </unicodeAlertingCustomCallingLineIdName> [0..1]
<alertingCallingLineIdPhoneNumberMode> ExecutiveAlertingCallingLineIdPhoneNumberMode </alertingCallingLineIdPhoneNumberMode> [0..1]
<alertingCustomCallingLineIdPhoneNumber> DN </alertingCustomCallingLineIdPhoneNumber> [0..1]
<callPushRecallNumberOfRings> ExecutiveCallPushRecallNumberOfRings </callPushRecallNumberOfRings> [0..1]
<nextAssistantNumberOfRings> ExecutiveNextAssistantNumberOfRings </nextAssistantNumberOfRings> [0..1]
<enableRollover> xs:boolean </enableRollover> [0..1]
<rolloverWaitTimeSeconds> ExecutiveRolloverWaitTimeSeconds </rolloverWaitTimeSeconds> [0..1]
<rolloverAction> ExecutiveRolloverActionType </rolloverAction> [0..1]
<rolloverForwardToPhoneNumber> OutgoingDNorSIPURI </rolloverForwardToPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserExecutiveModifyScreeningAlertingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="enableScreening" type=" xs:boolean " minOccurs="0"/>
<xs:element name="screeningAlertType" type=" ExecutiveScreeningAlertType " minOccurs="0"/>
<xs:element name="alertBroadWorksMobilityLocation" type=" xs:boolean " minOccurs="0"/>
<xs:element name="alertBroadWorksAnywhereLocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="alertSharedCallAppearanceLocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="alertingMode" type=" ExecutiveAlertingMode " minOccurs="0"/>
<xs:element name="alertingCallingLineIdNameMode" type=" ExecutiveAlertingCallingLineIdNameMode " minOccurs="0"/>
<xs:element name="alertingCustomCallingLineIdName" type=" ExecutiveAlertingCustomCallingLineIdName " nillable="true" minOccurs="0"/>
<xs:element name="unicodeAlertingCustomCallingLineIdName" type=" ExecutiveAlertingCustomCallingLineIdName " nillable="true" minOccurs="0"/>
<xs:element name="alertingCallingLineIdPhoneNumberMode" type=" ExecutiveAlertingCallingLineIdPhoneNumberMode " minOccurs="0"/>
<xs:element name="alertingCustomCallingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="callPushRecallNumberOfRings" type=" ExecutiveCallPushRecallNumberOfRings " minOccurs="0"/>
<xs:element name="nextAssistantNumberOfRings" type=" ExecutiveNextAssistantNumberOfRings " minOccurs="0"/>
<xs:element name="enableRollover" type=" xs:boolean " minOccurs="0"/>
<xs:element name="rolloverWaitTimeSeconds" type=" ExecutiveRolloverWaitTimeSeconds " nillable="true" minOccurs="0"/>
<xs:element name="rolloverAction" type=" ExecutiveRolloverActionType " minOccurs="0"/>
<xs:element name="rolloverForwardToPhoneNumber" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: ExecutiveAlertingCallingLineIdNameMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveAlertingCallingLineIdNameMode
Content
  • Base XSD Type: token
  • value comes from list: {'Executive'|'Executive-Originator'|'Originator-Executive'|'Originator'|'Custom'}
Documentation Executive alerting calling line Id name mode.
Schema Component Representation
<xs:simpleType name="ExecutiveAlertingCallingLineIdNameMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Executive"/>
<xs:enumeration value="Executive-Originator"/>
<xs:enumeration value="Originator-Executive"/>
<xs:enumeration value="Originator"/>
<xs:enumeration value="Custom"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveAlertingCallingLineIdPhoneNumberMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveAlertingCallingLineIdPhoneNumberMode
Content
  • Base XSD Type: token
  • value comes from list: {'Executive'|'Originator'|'Custom'}
Documentation Executive alerting calling line Id phone number mode.
Schema Component Representation
<xs:simpleType name="ExecutiveAlertingCallingLineIdPhoneNumberMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Executive"/>
<xs:enumeration value="Originator"/>
<xs:enumeration value="Custom"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveAlertingCustomCallingLineIdName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveAlertingCustomCallingLineIdName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Executive alerting custom calling line Id name.
Schema Component Representation
<xs:simpleType name="ExecutiveAlertingCustomCallingLineIdName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveAlertingMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveAlertingMode
Content
  • Base XSD Type: token
  • value comes from list: {'Simultaneous'|'Sequential'}
Documentation Executive alerting mode.
Schema Component Representation
<xs:simpleType name="ExecutiveAlertingMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Simultaneous"/>
<xs:enumeration value="Sequential"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveCallFilteringCriteriaDnSelection

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveCallFilteringCriteriaDnSelection
Content
  • Base XSD Type: token
  • value comes from list: {'Any'|'Any Internal'|'Any External'|'Specified Only'}
Documentation Eecutive call filtering criteria selection for a dn.
Schema Component Representation
<xs:simpleType name="ExecutiveCallFilteringCriteriaDnSelection">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Any"/>
<xs:enumeration value="Any Internal"/>
<xs:enumeration value="Any External"/>
<xs:enumeration value="Specified Only"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveCallFilteringMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveCallFilteringMode
Content
  • Base XSD Type: token
  • value comes from list: {'Simple'|'Advanced'}
Documentation Executive call filtering mode.
Schema Component Representation
<xs:simpleType name="ExecutiveCallFilteringMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Simple"/>
<xs:enumeration value="Advanced"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveCallFilteringSimpleFilterType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveCallFilteringSimpleFilterType
Content
  • Base XSD Type: token
  • value comes from list: {'All Calls'|'All Internal Calls'|'All External Calls'}
Documentation Executive call filtering filter type in simple filtering mode.
Schema Component Representation
<xs:simpleType name="ExecutiveCallFilteringSimpleFilterType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="All Calls"/>
<xs:enumeration value="All Internal Calls"/>
<xs:enumeration value="All External Calls"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveCallPushRecallNumberOfRings

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ExecutiveCallPushRecallNumberOfRings
Content
  • Base XSD Type: int
  • 2 <= value <= 20
Documentation Number of rings to wait before starting the call push recall.
Schema Component Representation
<xs:simpleType name="ExecutiveCallPushRecallNumberOfRings">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveNextAssistantNumberOfRings

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ExecutiveNextAssistantNumberOfRings
Content
  • Base XSD Type: int
  • 1 <= value <= 20
Documentation Number of rings to wait before advancing to next assistant.
Schema Component Representation
<xs:simpleType name="ExecutiveNextAssistantNumberOfRings">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveRolloverActionType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveRolloverActionType
Content
  • Base XSD Type: token
  • value comes from list: {'Voice Messaging'|'Forward'|'No Answer Processing'}
Documentation Executive rollover action.
Schema Component Representation
<xs:simpleType name="ExecutiveRolloverActionType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Voice Messaging"/>
<xs:enumeration value="Forward"/>
<xs:enumeration value="No Answer Processing"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveRolloverWaitTimeSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ExecutiveRolloverWaitTimeSeconds
Content
  • Base XSD Type: int
  • 0 <= value <= 7200
Documentation Number of seconds to wait before rollover to next assistant.
Schema Component Representation
<xs:simpleType name="ExecutiveRolloverWaitTimeSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="7200"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExecutiveScreeningAlertType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExecutiveScreeningAlertType
Content
  • Base XSD Type: token
  • value comes from list: {'Silent'|'Ring Splash'}
Documentation Executive screening alert type.
Schema Component Representation
<xs:simpleType name="ExecutiveScreeningAlertType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Silent"/>
<xs:enumeration value="Ring Splash"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Parent type: Address (derivation method: extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top