diagram | |||
namespace | http://www.cisco.com/AXL/API/15.0 | ||
children | name deviceDescription devicePool deviceSecurityProfile sipProfile phoneButtonTemplate sipDialRules callingSearchSpace callingPartyTransformationCSSForInboundCalls callingPartyTransformationCSSForOutboundCalls reroutingCallingSearchSpace subscribeCallingSearchSpaceName useDevicePoolCallingPartyTransformationCSSforInboundCalls useDevicePoolCallingPartyTransformationCSSforOutboundCalls commonPhoneProfile commonDeviceConfiguration softkeyTemplate featureControlPolicy phonePersonalization mtpPreferredOriginatingCodec outboundCallRollover mediaTerminationPointRequired unattendedPort requiredDtmfReception rfc2833Disabled speeddials lines blfDirectedCallParks busyLampFields useTrustedRelayPoint protectedDevice certificateOperation authenticationMode authenticationString keySize keyOrder ecKeySize servicesProvisioning packetCaptureMode packetCaptureDuration secureShellUser secureShellPassword userLocale networkLocale mlppDomain mlppIndication mlppPreemption doNotDisturb dndOption dndIncomingCallAlert aarGroup aarCallingSearchSpace blfPresenceGroup blfAudibleAlertSettingPhoneBusy blfAudibleAlertSettingPhoneIdle userHoldMohAudioSource networkHoldMohAudioSource location geoLocation deviceMobilityMode mediaResourceGroupList remoteDevice hotlineDevice retryVideoCallAsAudio requireOffPremiseLocation ownerUserId mobilityUserId joinAcrossLines alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage singleButtonBarge builtInBridge allowControlOfDeviceFromCti ignorePresentationIndicators enableExtensionMobility privacy loggedIntoHuntGroup proxyServer servicesUrl idle idleTimer secureDirUrl messages secureIdleUrl authenticationServer directory secureServicesUrl information secureMessagesUrl secureInformationUrl secureAuthenticationUrl confidentialAccess services | ||
used by |
|
||
source | <xsd:complexType name="XUniversalDeviceTemplate"> <xsd:sequence minOccurs="0"> <xsd:element name="name" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="deviceDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="devicePool" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="deviceSecurityProfile" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="sipProfile" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="phoneButtonTemplate" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="sipDialRules" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="callingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="callingPartyTransformationCSSForInboundCalls" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="callingPartyTransformationCSSForOutboundCalls" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="reroutingCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="useDevicePoolCallingPartyTransformationCSSforInboundCalls" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="useDevicePoolCallingPartyTransformationCSSforOutboundCalls" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="commonPhoneProfile" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="commonDeviceConfiguration" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="softkeyTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="featureControlPolicy" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="phonePersonalization" type="axlapi:XPhonePersonalization" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="mtpPreferredOriginatingCodec" type="axlapi:XSIPCodec" default="711ulaw" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" default="No Rollover" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="mediaTerminationPointRequired" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="unattendedPort" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="requiredDtmfReception" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="rfc2833Disabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="speeddials" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="speeddial" type="axlapi:XSpeeddial" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="lines" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:choice minOccurs="1"> <xsd:element name="line" type="axlapi:XUDTLine" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="lineIdentifier" type="axlapi:XNumplanIdentifier" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="blfDirectedCallPark" type="axlapi:XBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="busyLampField" type="axlapi:XBusyLampField" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="useTrustedRelayPoint" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="protectedDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="certificateOperation" type="axlapi:XCertificateOperation" default="No Pending Operation" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="authenticationString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="keySize" type="axlapi:XKeySize" default="2048" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="keyOrder" type="axlapi:XKeyOrder" default="RSA Only" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="servicesProvisioning" type="axlapi:XPhoneServiceDisplay" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="packetCaptureMode" type="axlapi:XPacketCaptureMode" default="None" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="packetCaptureDuration" type="axlapi:XInteger" default="0" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureShellUser" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureShellPassword" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="networkLocale" type="axlapi:XCountry" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="mlppDomain" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="mlppIndication" type="axlapi:XStatus" default="Off" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="mlppPreemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="doNotDisturb" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="dndOption" type="axlapi:XDNDOption" default="Ringer Off" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="dndIncomingCallAlert" type="axlapi:XRingSetting" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="aarGroup" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="aarCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="blfPresenceGroup" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="blfAudibleAlertSettingPhoneBusy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="blfAudibleAlertSettingPhoneIdle" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="userHoldMohAudioSource" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="networkHoldMohAudioSource" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="location" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="geoLocation" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="deviceMobilityMode" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="mediaResourceGroupList" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="remoteDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="hotlineDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="retryVideoCallAsAudio" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="requireOffPremiseLocation" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="ownerUserId" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="mobilityUserId" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="joinAcrossLines" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="singleButtonBarge" type="axlapi:XBarge" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="builtInBridge" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="allowControlOfDeviceFromCti" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="enableExtensionMobility" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="loggedIntoHuntGroup" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="proxyServer" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="servicesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="idle" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="idleTimer" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureDirUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="messages" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureIdleUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="authenticationServer" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="directory" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureServicesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="information" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureMessagesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureInformationUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="secureAuthenticationUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="confidentialAccess" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="services" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="service" type="axlapi:XSubscribedService" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | |||||
type | xsd:string | ||||
properties |
|
||||
source | <xsd:element name="name" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="deviceDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="devicePool" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="deviceSecurityProfile" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="sipProfile" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="phoneButtonTemplate" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="sipDialRules" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="callingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="callingPartyTransformationCSSForInboundCalls" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="callingPartyTransformationCSSForOutboundCalls" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="reroutingCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="useDevicePoolCallingPartyTransformationCSSforInboundCalls" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="useDevicePoolCallingPartyTransformationCSSforOutboundCalls" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="commonPhoneProfile" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="commonDeviceConfiguration" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="softkeyTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="featureControlPolicy" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XPhonePersonalization | ||||||
properties |
|
||||||
source | <xsd:element name="phonePersonalization" type="axlapi:XPhonePersonalization" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XSIPCodec | ||||||
properties |
|
||||||
source | <xsd:element name="mtpPreferredOriginatingCodec" type="axlapi:XSIPCodec" default="711ulaw" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XOutboundCallRollover | ||||||
properties |
|
||||||
source | <xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" default="No Rollover" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="mediaTerminationPointRequired" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="unattendedPort" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="requiredDtmfReception" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="rfc2833Disabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
properties |
|
||||||
children | speeddial | ||||||
source | <xsd:element name="speeddials" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="speeddial" type="axlapi:XSpeeddial" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||
type | axlapi:XSpeeddial | ||||||
properties |
|
||||||
children | dirn label index | ||||||
source | <xsd:element name="speeddial" type="axlapi:XSpeeddial" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
properties |
|
||||||
children | line lineIdentifier | ||||||
source | <xsd:element name="lines" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:choice minOccurs="1"> <xsd:element name="line" type="axlapi:XUDTLine" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="lineIdentifier" type="axlapi:XNumplanIdentifier" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> |
diagram | |||||||||||||
type | axlapi:XUDTLine | ||||||||||||
properties |
|
||||||||||||
children | index label display e164Mask dirn maxNumCalls missedCallLogging mwlPolicy busyTrigger ringSetting consecutiveRingSetting audibleMwi ringSettingActivePickupAlert ringSettingIdlePickupAlert monitoringCssName recordingProfileName recordingFlag recordingMediaSource callInfoDisplay | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="line" type="axlapi:XUDTLine" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XNumplanIdentifier | ||||||
properties |
|
||||||
children | directoryNumber routePartitionName | ||||||
annotation |
|
||||||
source | <xsd:element name="lineIdentifier" type="axlapi:XNumplanIdentifier" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
properties |
|
||||||
children | blfDirectedCallPark | ||||||
source | <xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="blfDirectedCallPark" type="axlapi:XBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||
type | axlapi:XBLFDirectedCallPark | ||||||
properties |
|
||||||
children | label directedCallParkId directedCallParkDnAndPartition index | ||||||
source | <xsd:element name="blfDirectedCallPark" type="axlapi:XBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
properties |
|
||||||
children | busyLampField | ||||||
source | <xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="busyLampField" type="axlapi:XBusyLampField" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||
type | axlapi:XBusyLampField | ||||||
properties |
|
||||||
children | blfDest blfDirn routePartition label associatedBlfSdFeatures index | ||||||
source | <xsd:element name="busyLampField" type="axlapi:XBusyLampField" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="useTrustedRelayPoint" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="protectedDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XCertificateOperation | ||||||
properties |
|
||||||
source | <xsd:element name="certificateOperation" type="axlapi:XCertificateOperation" default="No Pending Operation" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XAuthenticationMode | ||||||
properties |
|
||||||
source | <xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="authenticationString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XKeySize | ||||||
properties |
|
||||||
source | <xsd:element name="keySize" type="axlapi:XKeySize" default="2048" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||
type | axlapi:XKeyOrder | ||||||||||
properties |
|
||||||||||
source | <xsd:element name="keyOrder" type="axlapi:XKeyOrder" default="RSA Only" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XECKeySize | ||||||||
properties |
|
||||||||
source | <xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XPhoneServiceDisplay | ||||||
properties |
|
||||||
source | <xsd:element name="servicesProvisioning" type="axlapi:XPhoneServiceDisplay" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XPacketCaptureMode | ||||||
properties |
|
||||||
source | <xsd:element name="packetCaptureMode" type="axlapi:XPacketCaptureMode" default="None" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||
type | axlapi:XInteger | ||||||||||
properties |
|
||||||||||
source | <xsd:element name="packetCaptureDuration" type="axlapi:XInteger" default="0" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureShellUser" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureShellPassword" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XUserLocale | ||||||||
properties |
|
||||||||
source | <xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XCountry | ||||||||
properties |
|
||||||||
source | <xsd:element name="networkLocale" type="axlapi:XCountry" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="mlppDomain" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="mlppIndication" type="axlapi:XStatus" default="Off" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XPreemption | ||||||
properties |
|
||||||
source | <xsd:element name="mlppPreemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="doNotDisturb" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XDNDOption | ||||||
properties |
|
||||||
source | <xsd:element name="dndOption" type="axlapi:XDNDOption" default="Ringer Off" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XRingSetting | ||||||||
properties |
|
||||||||
source | <xsd:element name="dndIncomingCallAlert" type="axlapi:XRingSetting" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="aarGroup" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="aarCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="blfPresenceGroup" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="blfAudibleAlertSettingPhoneBusy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="blfAudibleAlertSettingPhoneIdle" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XInteger | ||||||||
properties |
|
||||||||
source | <xsd:element name="userHoldMohAudioSource" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XInteger | ||||||||
properties |
|
||||||||
source | <xsd:element name="networkHoldMohAudioSource" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="location" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="geoLocation" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="deviceMobilityMode" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="mediaResourceGroupList" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="remoteDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="hotlineDevice" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="retryVideoCallAsAudio" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="requireOffPremiseLocation" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="ownerUserId" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="mobilityUserId" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="joinAcrossLines" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XBarge | ||||||
properties |
|
||||||
source | <xsd:element name="singleButtonBarge" type="axlapi:XBarge" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="builtInBridge" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="allowControlOfDeviceFromCti" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="enableExtensionMobility" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XStatus | ||||||
properties |
|
||||||
source | <xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="loggedIntoHuntGroup" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="proxyServer" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="servicesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="idle" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:XInteger | ||||||||
properties |
|
||||||||
source | <xsd:element name="idleTimer" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureDirUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="messages" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureIdleUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="authenticationServer" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="directory" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureServicesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="information" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureMessagesUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureInformationUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="secureAuthenticationUrl" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
properties |
|
||||||
children | confidentialAccessMode confidentialAccessLevel | ||||||
source | <xsd:element name="confidentialAccess" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||
type | axlapi:XCALMode | ||||
properties |
|
||||
source | <xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||
type | axlapi:XInteger | ||||
properties |
|
||||
source | <xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
properties |
|
||||||
children | service | ||||||
source | <xsd:element name="services" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="service" type="axlapi:XSubscribedService" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||
type | axlapi:XSubscribedService | ||||||
properties |
|
||||||
children | telecasterServiceName name url urlButtonIndex urlLabel serviceNameAscii | ||||||
source | <xsd:element name="service" type="axlapi:XSubscribedService" minOccurs="0" maxOccurs="unbounded"/> |