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: GroupBroadWorksMobilityGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupBroadWorksMobilityGetRequest
Abstract no
Documentation Get the group’s BroadWorks Mobility settings. The response is either a GroupBroadWorksMobilityGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksMobilityGetRequest">
<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: GroupBroadWorksMobilityGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupBroadWorksMobilityGetResponse
Abstract no
Documentation The response to a GroupBroadWorksMobilityGetRequest.
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. -->
<useSettingLevel> BroadWorksMobilityGroupSettingLevel </useSettingLevel> [1]
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityGroupSettingLevel "/>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupBroadWorksMobilityModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupBroadWorksMobilityModifyRequest
Abstract no
Documentation Modify the group level broadworks mobility service settings. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<useSettingLevel> BroadWorksMobilityGroupSettingLevel </useSettingLevel> [0..1]
<enableLocationServices> xs:boolean </enableLocationServices> [0..1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [0..1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [0..1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [0..1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksMobilityModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityGroupSettingLevel " minOccurs="0"/>
<xs:element name="enableLocationServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMSRNLookup" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallTerminations" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderBroadWorksMobilityGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderBroadWorksMobilityGetRequest
Abstract no
Documentation Get the service provider BroadWorks Mobility service settings. The response is either a ServiceProviderBroadWorksMobilityGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderBroadWorksMobilityGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderBroadWorksMobilityGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderBroadWorksMobilityGetResponse
Abstract no
Documentation The response to a ServiceProviderBroadWorksMobilityGetRequest.
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. -->
<useSettingLevel> BroadWorksMobilityServiceProviderSettingLevel </useSettingLevel> [1]
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityServiceProviderSettingLevel "/>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderBroadWorksMobilityModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderBroadWorksMobilityModifyRequest
Abstract no
Documentation Modify the service provider level BroadWorks Mobility service settings. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<useSettingLevel> BroadWorksMobilityServiceProviderSettingLevel </useSettingLevel> [0..1]
<enableLocationServices> xs:boolean </enableLocationServices> [0..1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [0..1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [0..1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [0..1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderBroadWorksMobilityModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityServiceProviderSettingLevel " minOccurs="0"/>
<xs:element name="enableLocationServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMSRNLookup" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallTerminations" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityAddIMRNListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityAddIMRNListRequest
Abstract no
Documentation Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a 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. -->
<imrnNumber> DN </imrnNumber> [0..*]
<numberRange> DNRange </numberRange> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityAddIMRNListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="imrnNumber" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="numberRange" type=" DNRange " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityDeleteIMRNListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityDeleteIMRNListRequest
Abstract no
Documentation Removes a BroadWorks Mobility IMRN number from the system. 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. -->
<imrnNumber> DN </imrnNumber> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityDeleteIMRNListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="imrnNumber" type=" DN " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetIMRNListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetIMRNListRequest
Abstract no
Documentation Request to get the list of BroadWorks Mobility IMRN numbers defined in the system. The response is either a SystemBroadWorksMobilityIMRNGetListResponse 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. -->
<searchCriteriaIMRN> SearchCriteriaIMRN </searchCriteriaIMRN> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetIMRNListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="searchCriteriaIMRN" type=" SearchCriteriaIMRN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetIMRNListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetIMRNListResponse
Abstract no
Documentation Response to SystemBroadWorksMobilityDnGetListRequest.
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. -->
<imrnNumber> DN </imrnNumber> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetIMRNListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="imrnNumber" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetRequest17sp4
Abstract no
Documentation Get the broadworks mobility system parameters. The response is either a SystemBroadWorksMobilityGetResponse17sp4 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetResponse17sp4
Abstract no
Documentation The response to a SystemBroadWorksMobilityGetRequest17sp4.
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. -->
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
<imrnTimeoutMillisecnds> IMRNTimeoutMilliseconds </imrnTimeoutMillisecnds> [1]
<scfSignalingNetAddress> NetAddress </scfSignalingNetAddress> [0..1]
<scfSignalingPort> Port </scfSignalingPort> [0..1]
<refreshPeriodSeconds> SCFRefreshPeriodSeconds </refreshPeriodSeconds> [1]
<maxConsecutiveFailures> SCFMaxConsecutiveFailures </maxConsecutiveFailures> [1]
<maxResponseWaitTimeMilliseconds> SCFMaxResponseWaitTimeMilliseconds </maxResponseWaitTimeMilliseconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
<xs:element name="imrnTimeoutMillisecnds" type=" IMRNTimeoutMilliseconds "/>
<xs:element name="scfSignalingNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="scfSignalingPort" type=" Port " minOccurs="0"/>
<xs:element name="refreshPeriodSeconds" type=" SCFRefreshPeriodSeconds "/>
<xs:element name="maxConsecutiveFailures" type=" SCFMaxConsecutiveFailures "/>
<xs:element name="maxResponseWaitTimeMilliseconds" type=" SCFMaxResponseWaitTimeMilliseconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityModifyRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityModifyRequest17sp4
Abstract no
Documentation Modify the BroadWorks Mobility 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. -->
<enableLocationServices> xs:boolean </enableLocationServices> [0..1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [0..1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [0..1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [0..1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [0..1]
<imrnTimeoutMilliseconds> IMRNTimeoutMilliseconds </imrnTimeoutMilliseconds> [0..1]
<scfSignalingNetAddress> NetAddress </scfSignalingNetAddress> [0..1]
<scfSignalingPort> Port </scfSignalingPort> [0..1]
<refreshPeriodSeconds> SCFRefreshPeriodSeconds </refreshPeriodSeconds> [0..1]
<maxConsecutiveFailures> SCFMaxConsecutiveFailures </maxConsecutiveFailures> [0..1]
<maxResponseWaitTimeMilliseconds> SCFMaxResponseWaitTimeMilliseconds </maxResponseWaitTimeMilliseconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityModifyRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableLocationServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMSRNLookup" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallTerminations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="imrnTimeoutMilliseconds" type=" IMRNTimeoutMilliseconds " minOccurs="0"/>
<xs:element name="scfSignalingNetAddress" type=" NetAddress " minOccurs="0" nillable="true"/>
<xs:element name="scfSignalingPort" type=" Port " minOccurs="0" nillable="true"/>
<xs:element name="refreshPeriodSeconds" type=" SCFRefreshPeriodSeconds " minOccurs="0"/>
<xs:element name="maxConsecutiveFailures" type=" SCFMaxConsecutiveFailures " minOccurs="0"/>
<xs:element name="maxResponseWaitTimeMilliseconds" type=" SCFMaxResponseWaitTimeMilliseconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityServiceAccessCodeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityServiceAccessCodeAddRequest
Abstract no
Documentation Add a system service access code. 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. -->
<serviceAccessCode> ServiceAccessCode </serviceAccessCode> [1]
<countryCode> CountryCode </countryCode> [1]
<description> ServiceAccessCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityServiceAccessCodeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceAccessCode" type=" ServiceAccessCode "/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="description" type=" ServiceAccessCodeDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityServiceAccessCodeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityServiceAccessCodeDeleteRequest
Abstract no
Documentation Delete a system service access code. 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. -->
<countryCode> CountryCode </countryCode> [1]
<serviceAccessCode> ServiceAccessCode </serviceAccessCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityServiceAccessCodeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="serviceAccessCode" type=" ServiceAccessCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityServiceAccessCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityServiceAccessCodeGetListRequest
Abstract no
Documentation Get a list of system service access codes. The response is either SystemBroadWorksMobilityServiceAccessCodeGetListResponse 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="SystemBroadWorksMobilityServiceAccessCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityServiceAccessCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityServiceAccessCodeGetListResponse
Abstract no
Documentation Response to SystemBroadWorksMobilityServiceAccessCodeGetListRequest. Contains a table with column headings: "Country Code", "Service Access Code", "Description"
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. -->
<serviceAccessCodeTable> core:OCITable </serviceAccessCodeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityServiceAccessCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceAccessCodeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityServiceAccessCodeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityServiceAccessCodeModifyRequest
Abstract no
Documentation Modify a system service access code. 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. -->
<countryCode> CountryCode </countryCode> [1]
<serviceAccessCode> ServiceAccessCode </serviceAccessCode> [1]
<description> ServiceAccessCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityServiceAccessCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="serviceAccessCode" type=" ServiceAccessCode "/>
<xs:element name="description" type=" ServiceAccessCodeDescription " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksMobilityGetRequest

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserBroadWorksMobilityGetResponse
Abstract no
Documentation Response to a UserBroadWorksMobilityGetRequest.
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]
<phonesToRing> BroadWorksMobilityPhoneToRing </phonesToRing> [1]
<mobilePhoneNumber> DN </mobilePhoneNumber> [0..1]
<alertClickToDialCalls> xs:boolean </alertClickToDialCalls> [1]
<alertGroupPagingCalls> xs:boolean </alertGroupPagingCalls> [1]
<enableDiversionInhibitor> xs:boolean </enableDiversionInhibitor> [1]
<requireAnswerConfirmation> xs:boolean </requireAnswerConfirmation> [1]
<broadworksCallControl> xs:boolean </broadworksCallControl> [1]
<useSettingLevel> BroadWorksMobilityUserSettingLevel </useSettingLevel> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="phonesToRing" type=" BroadWorksMobilityPhoneToRing "/>
<xs:element name="mobilePhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="alertClickToDialCalls" type=" xs:boolean "/>
<xs:element name="alertGroupPagingCalls" type=" xs:boolean "/>
<xs:element name="enableDiversionInhibitor" type=" xs:boolean "/>
<xs:element name="requireAnswerConfirmation" type=" xs:boolean "/>
<xs:element name="broadworksCallControl" type=" xs:boolean "/>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityUserSettingLevel "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksMobilityModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBroadWorksMobilityModifyRequest
Abstract no
Documentation Modify the user's broadworks mobility service settings. 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]
<phonesToRing> BroadWorksMobilityPhoneToRing </phonesToRing> [0..1]
<mobilePhoneNumber> DN </mobilePhoneNumber> [0..1]
<alertClickToDialCalls> xs:boolean </alertClickToDialCalls> [0..1]
<alertGroupPagingCalls> xs:boolean </alertGroupPagingCalls> [0..1]
<enableDiversionInhibitor> xs:boolean </enableDiversionInhibitor> [0..1]
<requireAnswerConfirmation> xs:boolean </requireAnswerConfirmation> [0..1]
<broadworksCallControl> xs:boolean </broadworksCallControl> [0..1]
<useSettingLevel> BroadWorksMobilityUserSettingLevel </useSettingLevel> [0..1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [0..1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksMobilityModifyRequest">
<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="phonesToRing" type=" BroadWorksMobilityPhoneToRing " minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" DN " minOccurs="0" nillable="true"/>
<xs:element name="alertClickToDialCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="alertGroupPagingCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDiversionInhibitor" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requireAnswerConfirmation" type=" xs:boolean " minOccurs="0"/>
<xs:element name="broadworksCallControl" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityUserSettingLevel " minOccurs="0"/>
<xs:element name="denyCallOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallTerminations" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: BroadWorksMobilityGroupSettingLevel

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BroadWorksMobilityGroupSettingLevel
Content
  • Base XSD Type: token
  • value comes from list: {'Group'|'ServiceProvider'}
Documentation BroadWorks Mobility setting for the group level.
Schema Component Representation
<xs:simpleType name="BroadWorksMobilityGroupSettingLevel">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Group"/>
<xs:enumeration value="ServiceProvider"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BroadWorksMobilityPhoneToRing

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BroadWorksMobilityPhoneToRing
Content
  • Base XSD Type: token
  • value comes from list: {'Fixed'|'Mobile'|'Both'}
Documentation BroadWorks Mobility interrupt type.
Schema Component Representation
<xs:simpleType name="BroadWorksMobilityPhoneToRing">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Fixed"/>
<xs:enumeration value="Mobile"/>
<xs:enumeration value="Both"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BroadWorksMobilityServiceProviderSettingLevel

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BroadWorksMobilityServiceProviderSettingLevel
Content
  • Base XSD Type: token
  • value comes from list: {'ServiceProvider'|'System'}
Documentation BroadWorks Mobility setting for the service provider level.
Schema Component Representation
<xs:simpleType name="BroadWorksMobilityServiceProviderSettingLevel">
<xs:restriction base=" xs:token ">
<xs:enumeration value="ServiceProvider"/>
<xs:enumeration value="System"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BroadWorksMobilityUserSettingLevel

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BroadWorksMobilityUserSettingLevel
Content
  • Base XSD Type: token
  • value comes from list: {'Group'|'User'}
Documentation BroadWorks Mobility setting for the user level.
Schema Component Representation
<xs:simpleType name="BroadWorksMobilityUserSettingLevel">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Group"/>
<xs:enumeration value="User"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: IMRNTimeoutMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name IMRNTimeoutMilliseconds
Content
  • Base XSD Type: int
  • 100 <= value <= 60000
Documentation IMRN Timeout interval in milliseconds.
Schema Component Representation
<xs:simpleType name="IMRNTimeoutMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="60000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SCFMaxConsecutiveFailures

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SCFMaxConsecutiveFailures
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation The number of failure detections it takes to mark a server out of service.
Schema Component Representation
<xs:simpleType name="SCFMaxConsecutiveFailures">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SCFMaxResponseWaitTimeMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SCFMaxResponseWaitTimeMilliseconds
Content
  • Base XSD Type: int
  • 100 <= value <= 10000
Documentation The value in milliseconds specifying how long to wait for a response from a server.
Schema Component Representation
<xs:simpleType name="SCFMaxResponseWaitTimeMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="10000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SCFRefreshPeriodSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SCFRefreshPeriodSeconds
Content
  • Base XSD Type: int
  • 10 <= value <= 300
Documentation The value in seconds specifying how long to wait before retrying a failed server.
Schema Component Representation
<xs:simpleType name="SCFRefreshPeriodSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="300"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServiceAccessCode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ServiceAccessCode
Content
  • Base XSD Type: token
  • length >= 1
Documentation The Service Access Code composed of DTMF digits 0-9, # or *.
Schema Component Representation
<xs:simpleType name="ServiceAccessCode">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServiceAccessCodeDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ServiceAccessCodeDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation Service Access Code description.
Schema Component Representation
<xs:simpleType name="ServiceAccessCodeDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</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