XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

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

Global Definitions

Complex Type: GroupFlexibleSeatingAccessDeviceGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingAccessDeviceGetListRequest
Abstract no
Documentation Requests the list of access devices available for assignment to a flexible seating host or guest. The list includes devices created at the system, service provider, and group levels that support device management. The response is either GroupFlexibleSeatingAccessDeviceGetListResponse 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingAccessDeviceGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingAccessDeviceGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingAccessDeviceGetListResponse
Abstract no
Documentation Response to GroupFlexibleSeatingAccessDeviceGetListRequest
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. -->
<availableAccessDevice> [0..*]
<accessDevice> AccessDevice </accessDevice> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<useDomain> xs:boolean </useDomain> [1]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
</availableAccessDevice>
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingAccessDeviceGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="availableAccessDevice" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="accessDevice" type=" AccessDevice "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
<xs:element name="staticLineOrdering" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostAddInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostAddInstanceRequest
Abstract no
Documentation Add a flexible seating host instance to a group. The domain is required in the serviceUserId. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileFlexibleSeatingHost </serviceInstanceProfile> [1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointAdd </accessDeviceEndpoint> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostAddInstanceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileFlexibleSeatingHost "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointAdd " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostDeleteInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostDeleteInstanceRequest
Abstract no
Documentation Delete a flexible seating host instance from a group. Host cannot be deleted when a guest is associated to a host. 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. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostDeleteInstanceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGetInstanceListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGetInstanceListRequest
Abstract no
Documentation Get a list of flexible seating host instances within a group. The response is either GroupFlexibleSeatingHostGetInstanceListResponse or ErrorResponse. It is possible to get the instances within a specified department.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<groupDepartmentName> DepartmentName </groupDepartmentName> [0..1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
<searchCriteriaServiceInstanceName> SearchCriteriaServiceInstanceName </searchCriteriaServiceInstanceName> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGetInstanceListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="groupDepartmentName" type=" DepartmentName " minOccurs="0"/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
<xs:element name="searchCriteriaServiceInstanceName" type=" SearchCriteriaServiceInstanceName " minOccurs="0" maxOccurs="unbounded"/>
<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: GroupFlexibleSeatingHostGetInstanceListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGetInstanceListResponse
Abstract no
Documentation Response to the GroupFlexibleSeatingHostGetInstanceListRequest. Contains a table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Is Active". The column value for "Is Active" can either be 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. -->
<flexibleSeatingHostTable> core:OCITable </flexibleSeatingHostTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGetInstanceListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="flexibleSeatingHostTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGetInstanceRequest
Abstract no
Documentation Request to get all the information of a flexible seating host instance. The response is either GroupFlexibleSeatingHostGetInstanceResponse 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. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGetInstanceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGetInstanceResponse
Abstract no
Documentation Response to GroupFlexibleSeatingHostGetInstanceRequest. Contains the service profile and access device information.
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile19sp1 </serviceInstanceProfile> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointRead20 </accessDeviceEndpoint> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile19sp1 "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointRead20 " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGuestAssociationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGuestAssociationGetRequest
Abstract no
Documentation Request the flexible seating host guest association details. The response is either a GroupFlexibleSeatingHostGuestAssociationGetResponse or an ErrorResponse. accessLevel is always set to Group for a Service Provider
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. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGuestAssociationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGuestAssociationGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGuestAssociationGetResponse
Abstract no
Documentation Response to GroupFlexibleSeatingHostGuestAssociationGetRequest.
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. -->
<enforceAssociationLimit> xs:boolean </enforceAssociationLimit> [1]
<associationLimitHours> FlexibleSeatingAssociationLimitHours </associationLimitHours> [1]
<accessLevel> FlexibleSeatingHostAccessLevel </accessLevel> [1]
<guestLastName> LastName </guestLastName> [0..1]
<guestFirstName> FirstName </guestFirstName> [0..1]
<guestPhoneNumber> DN </guestPhoneNumber> [0..1]
<guestExtension> Extension17 </guestExtension> [0..1]
<guestLocationDialingCode> LocationDialingCode </guestLocationDialingCode> [0..1]
<guestAssociationDateTime> xs:dateTime </guestAssociationDateTime> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGuestAssociationGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enforceAssociationLimit" type=" xs:boolean "/>
<xs:element name="associationLimitHours" type=" FlexibleSeatingAssociationLimitHours "/>
<xs:element name="accessLevel" type=" FlexibleSeatingHostAccessLevel "/>
<xs:element name="guestLastName" type=" LastName " minOccurs="0"/>
<xs:element name="guestFirstName" type=" FirstName " minOccurs="0"/>
<xs:element name="guestPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="guestExtension" type=" Extension17 " minOccurs="0"/>
<xs:element name="guestLocationDialingCode" type=" LocationDialingCode " minOccurs="0"/>
<xs:element name="guestAssociationDateTime" type=" xs:dateTime " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostGuestAssociationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostGuestAssociationModifyRequest
Abstract no
Documentation Modify the flexible seating host’s guest association attributes. The request fails if enforceAssociationLimit or associationLimitHours are changed when the host is associated to a guest. 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<enforceAssociationLimit> xs:boolean </enforceAssociationLimit> [0..1]
<associationLimitHours> FlexibleSeatingAssociationLimitHours </associationLimitHours> [0..1]
<accessLevel> FlexibleSeatingHostAccessLevel </accessLevel> [0..1]
<removeGuestAssociation> true </removeGuestAssociation> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostGuestAssociationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="enforceAssociationLimit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="associationLimitHours" type=" FlexibleSeatingAssociationLimitHours " minOccurs="0"/>
<xs:element name="accessLevel" type=" FlexibleSeatingHostAccessLevel " minOccurs="0"/>
<xs:element name="removeGuestAssociation" type=" xs:boolean " fixed="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostModifyActiveInstanceListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostModifyActiveInstanceListRequest
Abstract no
Documentation Request to set the active status of flexible seating host instances. Host cannot be disabled when a flexible seating guest is associated. 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. -->
<serviceActivation> ServiceActivation </serviceActivation> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostModifyActiveInstanceListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceActivation" type=" ServiceActivation " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostModifyInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostModifyInstanceRequest
Abstract no
Documentation Request to modify a flexible seating host instance. 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceModifyProfileFlexibleSeatingHost </serviceInstanceProfile> [0..1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointModify </accessDeviceEndpoint> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostModifyInstanceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceModifyProfileFlexibleSeatingHost " minOccurs="0"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointModify " minOccurs="0" nillable="true"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostRoutingPoliciesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostRoutingPoliciesGetRequest
Abstract no
Documentation Get a flexible seating host’s routing policies The response is either a GroupFlexibleSeatingHostRoutingPoliciesGetResponse 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. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostRoutingPoliciesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFlexibleSeatingHostRoutingPoliciesGetResponse

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

Complex Type: GroupFlexibleSeatingHostRoutingPoliciesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFlexibleSeatingHostRoutingPoliciesModifyRequest
Abstract no
Documentation Modify a flexible seating host’s routing policies 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<allowEmergencyCalls> xs:boolean </allowEmergencyCalls> [0..1]
<allowCallsToVoicePortal> xs:boolean </allowCallsToVoicePortal> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFlexibleSeatingHostRoutingPoliciesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="allowEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowCallsToVoicePortal" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceInstanceAddProfileFlexibleSeatingHost

Parent type: None
Sub-types: None
Name ServiceInstanceAddProfileFlexibleSeatingHost
Abstract no
Documentation Service Profile Information for a flexible seating host.
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<password> Password </password> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceAddProfileFlexibleSeatingHost">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " minOccurs="0"/>
<xs:element name="password" type=" Password " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceInstanceModifyProfileFlexibleSeatingHost

Parent type: None
Sub-types: None
Name ServiceInstanceModifyProfileFlexibleSeatingHost
Abstract no
Documentation Service Profile Information for a flexible seating host
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [0..1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [0..1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [0..1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<password> Password </password> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceModifyProfileFlexibleSeatingHost">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName " minOccurs="0"/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName " minOccurs="0"/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName " minOccurs="0"/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " nillable="true" minOccurs="0"/>
<xs:element name="password" type=" Password " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserFlexibleSeatingGuestGetAvailableHostListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserFlexibleSeatingGuestGetAvailableHostListRequest
Abstract no
Documentation Get a list of hosts that can be assigned to flexible seating guests. The response is either UserFlexibleSeatingGuestGetAvailableUserListResponse or ErrorResponse. The response will include active hosts based on the following criteria. - host that has the equivalent device type as the guest, host already assigned to another guest and for a guest in a Service Provider host in the user’s group and for a user in an Enterprise a host within the user’s group and host in the user’s enterprise that has the accessLevel set to Enterprise.
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]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserFlexibleSeatingGuestGetAvailableHostListRequest">
<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="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: UserFlexibleSeatingGuestGetAvailableHostListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserFlexibleSeatingGuestGetAvailableHostListResponse
Abstract no
Documentation Response to the UserFlexibleSeatingGuestGetAvailableHostListRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "Association Limit Hours", "Enable Association Limit",
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. -->
<hostUserTable> core:OCITable </hostUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserFlexibleSeatingGuestGetAvailableHostListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="hostUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserFlexibleSeatingGuestGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserFlexibleSeatingGuestGetRequest
Abstract no
Documentation Request the user level data associated with flexible seating guest. The response is either a UserFlexibleSeatingGuestGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserFlexibleSeatingGuestGetRequest">
<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: UserFlexibleSeatingGuestGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserFlexibleSeatingGuestGetResponse
Abstract no
Documentation Response to UserFlexibleSeatingGuestGetRequest.
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. -->
<isActive> xs:boolean </isActive> [1]
<enableAssociationLimit> xs:boolean </enableAssociationLimit> [1]
<associationLimitHours> FlexibleSeatingAssociationLimitHours </associationLimitHours> [1]
<unlockPhonePINCode> FlexibleSeatingGuestUnlockPhonePINCode </unlockPhonePINCode> [0..1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointRead20 </accessDeviceEndpoint> [0..1]
<hostUserId> UserId </hostUserId> [0..1]
<hostLastName> LastName </hostLastName> [0..1]
<hostFirstName> FirstName </hostFirstName> [0..1]
<hostAssociationDateTime> xs:dateTime </hostAssociationDateTime> [0..1]
<hostEnforcesAssociationLimit> xs:boolean </hostEnforcesAssociationLimit> [0..1]
<hostAssociationLimitHours> FlexibleSeatingAssociationLimitHours </hostAssociationLimitHours> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserFlexibleSeatingGuestGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="enableAssociationLimit" type=" xs:boolean "/>
<xs:element name="associationLimitHours" type=" FlexibleSeatingAssociationLimitHours "/>
<xs:element name="unlockPhonePINCode" type=" FlexibleSeatingGuestUnlockPhonePINCode " minOccurs="0"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointRead20 " minOccurs="0"/>
<xs:element name="hostUserId" type=" UserId " minOccurs="0"/>
<xs:element name="hostLastName" type=" LastName " minOccurs="0"/>
<xs:element name="hostFirstName" type=" FirstName " minOccurs="0"/>
<xs:element name="hostAssociationDateTime" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="hostEnforcesAssociationLimit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="hostAssociationLimitHours" type=" FlexibleSeatingAssociationLimitHours " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserFlexibleSeatingGuestModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserFlexibleSeatingGuestModifyRequest
Abstract no
Documentation Modify the user level data associated with flexible seating guest. accessDeviceEndpoint can only be configured by group or a higher level administrator. The request fails if isActive is set to false and the guest is associated to a host. The request fails when enableAssociationLimit, associationLimitHours, unlockPhonePINCode are changed when the guest is associated to a host. The request fails when accessDeviceEndpoint is set in the request when the guest is associated to a host. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<isActive> xs:boolean </isActive> [0..1]
<enableAssociationLimit> xs:boolean </enableAssociationLimit> [0..1]
<associationLimitHours> FlexibleSeatingAssociationLimitHours </associationLimitHours> [0..1]
<unlockPhonePINCode> FlexibleSeatingGuestUnlockPhonePINCode </unlockPhonePINCode> [0..1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointModify </accessDeviceEndpoint> [0..1]
<hostUserId> UserId </hostUserId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserFlexibleSeatingGuestModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableAssociationLimit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="associationLimitHours" type=" FlexibleSeatingAssociationLimitHours " minOccurs="0"/>
<xs:element name="unlockPhonePINCode" type=" FlexibleSeatingGuestUnlockPhonePINCode " minOccurs="0" nillable="true"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointModify " minOccurs="0" nillable="true"/>
<xs:element name="hostUserId" type=" UserId " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: FlexibleSeatingAssociationLimitHours

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name FlexibleSeatingAssociationLimitHours
Content
  • Base XSD Type: int
  • 1 <= value <= 999
Documentation Maximum time limit for flexible seating guest association to flexible seating host
Schema Component Representation
<xs:simpleType name="FlexibleSeatingAssociationLimitHours">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: FlexibleSeatingGuestUnlockPhonePINCode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name FlexibleSeatingGuestUnlockPhonePINCode
Content
  • Base XSD Type: token
  • length >= 4
Documentation Flexible seating guest unlock phone PIN code
Schema Component Representation
<xs:simpleType name="FlexibleSeatingGuestUnlockPhonePINCode">
<xs:restriction base=" xs:token ">
<xs:minLength value="4"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: FlexibleSeatingHostAccessLevel

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name FlexibleSeatingHostAccessLevel
Content
  • Base XSD Type: token
  • value comes from list: {'Enterprise'|'Group'}
Documentation Access level of a flexible seating host
Schema Component Representation
<xs:simpleType name="FlexibleSeatingHostAccessLevel">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Enterprise"/>
<xs:enumeration value="Group"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

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

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

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

Glossary

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

top