auer_settings

Advanced Information

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 have no namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
tz http://www.auerswald.de/timezones
abt http://www.auerswald.de/auer_base_types
ed http://www.auerswald.de/ed
prov http://www.auerswald.de/prov
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema>
<xsd:import namespace="http://www.auerswald.de/prov" schemaLocation="provider.xsd"/>
<xsd:import namespace="http://www.auerswald.de/ed" schemaLocation="email_dictionary.xsd"/>
<xsd:import namespace="http://www.auerswald.de/auer_base_types" schemaLocation="auer_base_types.xsd"/>
<xsd:import namespace="http://www.auerswald.de/timezones" schemaLocation="timezones.xsd"/>
...
</xsd:schema>
top

Global Declarations

Element: auerSettings

Name auerSettings
Type auerSettingsType
Nillable no
Abstract no
XML Instance Representation
<auerSettings>
<!--
Uniqueness Constraint - uniqueKeyAndLevel
Selector - keys/key
Field(s) - @number, @level
-->
<!--
Uniqueness Constraint - uniqueEmergencyNumberIndex
Selector - emergencyNumbers/emergencyNumber
Field(s) - @index
-->
<!--
Uniqueness Constraint - uniqueNumberSpecificVmbRule
Selector - answeringMachine/numberSpecificRules/numberSpecificRule
Field(s) - @account, @number
-->
<!--
Uniqueness Constraint - uniqueWebCamAssignment
Selector - videoTelephony/videoTelephones/videoTelephone
Field(s) - account, number
-->
<!--
Uniqueness Constraint - uniqueConfigViaSipIpWhitelistEntryIndex
Selector - updateAndProvisioning/configViaSipIpWhitelist/configViaSipIpWhitelistEntry
Field(s) - @index
-->

Start All [1]
<admin> adminType </admin> [0..1]
<bluetooth> bluetoothType </bluetooth> [0..1]
<ethernet> ethernetType </ethernet> [0..1]
<providersAndAccounts> providersAndAccountsType
<!--
Uniqueness Constraint - uniqueProviderId
Selector - provider
Field(s) - @providerId
-->
<!--
Uniqueness Constraint - uniqueAccountId
Selector - provider/generalAccount|provider/trunkingAccount
Field(s) - @accountId
-->
<!--
Uniqueness Constraint - uniqueNumberId
Selector - provider/generalAccount/number|provider/trunkingAccount/number
Field(s) - @numberId
-->
<!--
Uniqueness Constraint - uniqueLocalSipPort
Selector - provider/sip
Field(s) - localSipPort
-->
</providersAndAccounts> [0..1]
<sound> soundType </sound> [0..1]
<display> displayType </display> [0..1]
<answeringMachine> answeringMachineType </answeringMachine> [0..1]
<email> emailType </email> [0..1]
<configurationManager> configurationManagerType </configurationManager> [0..1]
<privacyAndSecurity> privacyAndSecurityType </privacyAndSecurity> [0..1]
<applications> applicationsType </applications> [0..1]
<sync> syncType </sync> [0..1]
<search> searchType </search> [0..1]
<languageAndKeyboard> languageAndKeyboardType </languageAndKeyboard> [0..1]
<timeAndDate> timeAndDateType </timeAndDate> [0..1]
<emergencyNumbers> emergencyNumbersType </emergencyNumbers> [0..1]
<location> locationType </location> [0..1]
<updateAndProvisioning> updateAndProvisioningType </updateAndProvisioning> [0..1]
<permissionsFunctionGroups> permissionFunctionGroupsType </permissionsFunctionGroups> [0..1]
<permissionsSettingGroups> permissionSettingGroupsType </permissionsSettingGroups> [0..1]
<keyAndFunctionApp> keyAndFunctionAppType </keyAndFunctionApp> [0..1]
<keys> keysType </keys> [0..1]
<print> printType </print> [0..1]
<launcher> launcherType </launcher> [0..1]
<videoTelephony> videoTelephonyType </videoTelephony> [0..1]
<districomEmail> districomEmailType </districomEmail> [0..1]
<localContacts> localContactsType </localContacts> [0..1]
<localCalendar> localCalendarType </localCalendar> [0..1]
<blackWhiteList> blackWhiteListType </blackWhiteList> [0..1]
<blackListNr> blackListNrType </blackListNr> [0..1]
<powerSaveFromConfig> powerSaveFromConfigType </powerSaveFromConfig> [0..1]
<ringtoneSpecialGroups> ringtoneSpecialGroupsType </ringtoneSpecialGroups> [0..1]
<callLogCallType> callLogCallTypeType </callLogCallType> [0..1]
<callLogEmailCallType> callLogEmailCallTypeType </callLogEmailCallType> [0..1]
<waitingFieldToneUrl> waitingFieldToneType </waitingFieldToneUrl> [0..1]
<instantMessaging> instantMessagingType </instantMessaging> [0..1]
<appData> appDataType </appData> [0..1]
<ldap> ldapType </ldap> [0..1]
<syslog> syslogType </syslog> [0..1]
<actionUrls> actionUrlsType </actionUrls> [0..1]
<csta> cstaType </csta> [0..1]
<wallpaper> wallpaperType </wallpaper> [0..1]
<activation> activationType </activation> [0..1]
<global> globalType </global> [0..1]
End All
</auerSettings>
Schema Component Representation
<xsd:element name="auerSettings" type="auerSettingsType">
<xsd:unique name="uniqueKeyAndLevel">
<xsd:selector xpath="keys/key"/>
<xsd:field xpath="@number"/>
<xsd:field xpath="@level"/>
</xsd:unique>
<xsd:unique name="uniqueEmergencyNumberIndex">
<xsd:selector xpath="emergencyNumbers/emergencyNumber"/>
<xsd:field xpath="@index"/>
</xsd:unique>
<xsd:unique name="uniqueNumberSpecificVmbRule">
<xsd:selector xpath="answeringMachine/numberSpecificRules/numberSpecificRule"/>
<xsd:field xpath="@account"/>
<xsd:field xpath="@number"/>
</xsd:unique>
<xsd:unique name="uniqueWebCamAssignment">
<xsd:selector xpath="videoTelephony/videoTelephones/videoTelephone"/>
<xsd:field xpath="account"/>
<xsd:field xpath="number"/>
</xsd:unique>
<xsd:unique name="uniqueConfigViaSipIpWhitelistEntryIndex">
<xsd:selector xpath="updateAndProvisioning/configViaSipIpWhitelist/configViaSipIpWhitelistEntry"/>
<xsd:field xpath="@index"/>
</xsd:unique>
</xsd:element>
top

Global Definitions

Complex Type: accountReadiness

Super-types: functionType < accountReadiness (by extension)
Sub-types: None
Name accountReadiness
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<account> accountType </account> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="accountReadiness">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: actionUrlsType

Super-types: None
Sub-types: None
Name actionUrlsType
Abstract no
XML Instance Representation
<...>
Start All [1]
<actionUrlsReceive> onOffType </actionUrlsReceive> [1]
<ringUrl> xsd:string </ringUrl> [0..1]
<connectedUrl> xsd:string </connectedUrl> [0..1]
<disconnectedUrl> xsd:string </disconnectedUrl> [0..1]
<holdUrl> xsd:string </holdUrl> [0..1]
<idleUrl> xsd:string </idleUrl> [0..1]
<alertUrl> xsd:string </alertUrl> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="actionUrlsType">
<xsd:all>
<xsd:element name="actionUrlsReceive" type="onOffType"/>
<xsd:element name="ringUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="connectedUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="disconnectedUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="holdUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="idleUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="alertUrl" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: activationType

Super-types: None
Sub-types: None
Name activationType
Abstract no
XML Instance Representation
<...>
Start All [1]
<voicemail> voucherType </voicemail> [0..1]
<ipcam> voucherType </ipcam> [0..1]
<synchronisation> voucherType </synchronisation> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="activationType">
<xsd:all>
<xsd:element name="voicemail" type="voucherType" minOccurs="0"/>
<xsd:element name="ipcam" type="voucherType" minOccurs="0"/>
<xsd:element name="synchronisation" type="voucherType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: adminType

Super-types: None
Sub-types: None
Name adminType
Abstract no
Documentation

Element <adminName>xsd:string</adminName>
The administrator's username

Element <adminPassword>xsd:string</adminPassword>
The administrator's password

XML Instance Representation
<...>
Start All [1]
<adminName> xsd:string </adminName> [0..1] ?
<adminPassword> xsd:string </adminPassword> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="adminType">
<xsd:all>
<xsd:element name="adminName" type="xsd:string" minOccurs="0"/>
<xsd:element name="adminPassword" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: announcementBeforeAnswering

Super-types: functionType < announcementBeforeAnswering (by extension)
Sub-types: None
Name announcementBeforeAnswering
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> announcementBeforeAnsweringModeType </operation> [1]
<group> internalNumberType </group> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="announcementBeforeAnswering">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="announcementBeforeAnsweringModeType"/>
<xsd:element name="group" type="internalNumberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: answeringMachineType

Super-types: None
Sub-types: None
Name answeringMachineType
Abstract no
Documentation

Element <anonymousCallRule>onOffType</anonymousCallRule>
Enables or disables special handling of anonymous calls.

Element <anonymousCallAcceptance>callAcceptanceType</anonymousCallAcceptance>
The behaviour of the answering machine during an incoming anonymous call.

Element <anonymousCallAnnouncement>announcementType</anonymousCallAnnouncement>
The announcement that is played when the answering machine has accepted an incoming anonymous call.

Element <contactCallRule>onOffType</contactCallRule>
Enables or disables number specific handling of incoming calls. The rules are defined separately (see numberSpecificRuleType).

Element <miscCallAcceptance>callAcceptanceType</miscCallAcceptance>
Behaviour of the built-in answering machine when no other rule applies.

Element <miscCallAnnouncement>announcementType</miscCallAnnouncement>
The announcement that is played by the built-in answering machine when no other rule applies. 0 is the default announcement (see defaultAnnouncement).

Element <emailRecipient>xsd:string</emailRecipient>
Notifications about new messages on the built-in answering machine are sent to this e-mail address.

Element <emailSender>xsd:string</emailSender>
Deprecated. This element has been moved to emailType.

Element <emailOutgoingServerAddress>xsd:string</emailOutgoingServerAddress>
Deprecated. This element has been moved to emailType.

Element <emailOutgoingServerPort>abt:portType</emailOutgoingServerPort>
Deprecated. This element has been moved to emailType.

Element <emailAuthentication>authenticationType</emailAuthentication>
Deprecated. This element has been moved to emailType.

Element <emailUserName>xsd:string</emailUserName>
Deprecated. This element has been moved to emailType.

Element <emailPassword>xsd:string</emailPassword>
Deprecated. This element has been moved to emailType.

Element <emailEncryption>onOffType</emailEncryption>
Deprecated. This element has been moved to emailType.

Element <emailLanguage>xsd:string</emailLanguage>
Deprecated (ignored). This element has been moved to emailType.

Element <emailLogo>xsd:string</emailLogo>
Deprecated (ignored). This element has been moved to emailType.

Element <emailInternationalization>emailInternationalizationType</emailInternationalization>
Deprecated (ignored). This element has been moved to emailType.

Element <remoteAccessNumber1>abt:numberType</remoteAccessNumber1>
Note that the use of this feature is a security issue, because SIP does not guarantee that calling party numbers are correct (screened).

Element <remoteAccessAccount1>accountType</remoteAccessAccount1>
Account of the first calling party number that is granted remote access without entering a PIN (0 if any public exchange is acceptable).

Element <defaultAnnouncement>announcementType</defaultAnnouncement>
0 is the announcement included in the language file.

XML Instance Representation
<...>
Start All [1]
<localAnsweringMachine> onOffType </localAnsweringMachine> [0..1]
<automaticPlayback> onOffType </automaticPlayback> [0..1]
<playCallInformation> onOffType </playCallInformation> [0..1]
<playSeparatorTone> onOffType </playSeparatorTone> [0..1]
<listeningIn> listeningInType </listeningIn> [0..1]
<callAcceptanceTime> callAcceptanceTimeType </callAcceptanceTime> [0..1]
<answerGroupCalls> onOffType </answerGroupCalls> [0..1]
<anonymousCallRule> onOffType </anonymousCallRule> [0..1] ?
<anonymousCallAcceptance> callAcceptanceType </anonymousCallAcceptance> [0..1] ?
<anonymousCallAnnouncement> announcementType </anonymousCallAnnouncement> [0..1] ?
<contactCallRule> onOffType </contactCallRule> [0..1] ?
<externalCallRule> onOffType </externalCallRule> [0..1]
<externalCallAcceptance> callAcceptanceType </externalCallAcceptance> [0..1]
<externalCallAnnouncement> announcementType </externalCallAnnouncement> [0..1]
<internalCallRule> onOffType </internalCallRule> [0..1]
<internalCallAcceptance> callAcceptanceType </internalCallAcceptance> [0..1]
<internalCallAnnouncement> announcementType </internalCallAnnouncement> [0..1]
<doorCallRule> onOffType </doorCallRule> [0..1]
<doorCallAcceptance> callAcceptanceType </doorCallAcceptance> [0..1]
<doorCallAnnouncement> announcementType </doorCallAnnouncement> [0..1]
<miscCallAcceptance> callAcceptanceType </miscCallAcceptance> [0..1] ?
<miscCallAnnouncement> announcementType </miscCallAnnouncement> [0..1] ?
<recordingTime> recordingTimeType </recordingTime> [0..1]
<recordingTimeDoor> recordingTimeType </recordingTimeDoor> [0..1]
<callRecordingAutomaticRecording> onOffType </callRecordingAutomaticRecording> [0..1]
<callRecordingPlayAnnouncement> onOffType </callRecordingPlayAnnouncement> [0..1]
<callRecordingAnnouncement> callRecordingAnnouncementType </callRecordingAnnouncement> [0..1]
<emailNotification> onOffType </emailNotification> [0..1]
<emailHtmlFormat> onOffType </emailHtmlFormat> [0..1]
<emailAttachMsg> onOffType </emailAttachMsg> [0..1]
<emailMarkAsRead> onOffType </emailMarkAsRead> [0..1]
<emailRecipient> xsd:string </emailRecipient> [0..1] ?
<emailSender> xsd:string </emailSender> [0..1] ?
<emailOutgoingServerAddress> xsd:string </emailOutgoingServerAddress> [0..1] ?
<emailOutgoingServerPort> abt:portType </emailOutgoingServerPort> [0..1] ?
<emailAuthentication> authenticationType </emailAuthentication> [0..1] ?
<emailUserName> xsd:string </emailUserName> [0..1] ?
<emailPassword> xsd:string </emailPassword> [0..1] ?
<emailEncryption> onOffType </emailEncryption> [0..1] ?
<emailLanguage> xsd:string </emailLanguage> [0..1] ?
<emailLogo> xsd:string </emailLogo> [0..1] ?
<emailInternationalization> emailInternationalizationType </emailInternationalization> [0..1] ?
<remoteAccess> onOffType </remoteAccess> [0..1]
<remoteAccessPin> xsd:string </remoteAccessPin> [0..1]
<remoteAccessNumber1> abt:numberType </remoteAccessNumber1> [0..1] ?
<remoteAccessAccount1> accountType </remoteAccessAccount1> [0..1] ?
<remoteAccessNumber2> abt:numberType </remoteAccessNumber2> [0..1]
<remoteAccessAccount2> accountType </remoteAccessAccount2> [0..1]
<languageFile> xsd:string </languageFile> [0..1]
<languageFileLocation> urlDirectoryType </languageFileLocation> [0..1]
<defaultAnnouncement> announcementType </defaultAnnouncement> [0..1] ?
<numberSpecificRules> numberSpecificRulesType </numberSpecificRules> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="answeringMachineType">
<xsd:all>
<xsd:element name="localAnsweringMachine" type="onOffType" minOccurs="0"/>
<xsd:element name="automaticPlayback" type="onOffType" minOccurs="0"/>
<xsd:element name="playCallInformation" type="onOffType" minOccurs="0"/>
<xsd:element name="playSeparatorTone" type="onOffType" minOccurs="0"/>
<xsd:element name="listeningIn" type="listeningInType" minOccurs="0"/>
<xsd:element name="callAcceptanceTime" type="callAcceptanceTimeType" minOccurs="0"/>
<xsd:element name="answerGroupCalls" type="onOffType" minOccurs="0"/>
<xsd:element name="anonymousCallRule" type="onOffType" minOccurs="0"/>
<xsd:element name="anonymousCallAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="anonymousCallAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="contactCallRule" type="onOffType" minOccurs="0"/>
<xsd:element name="externalCallRule" type="onOffType" minOccurs="0"/>
<xsd:element name="externalCallAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="externalCallAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="internalCallRule" type="onOffType" minOccurs="0"/>
<xsd:element name="internalCallAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="internalCallAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="doorCallRule" type="onOffType" minOccurs="0"/>
<xsd:element name="doorCallAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="doorCallAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="miscCallAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="miscCallAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="recordingTime" type="recordingTimeType" minOccurs="0"/>
<xsd:element name="recordingTimeDoor" type="recordingTimeType" minOccurs="0"/>
<xsd:element name="callRecordingAutomaticRecording" type="onOffType" minOccurs="0"/>
<xsd:element name="callRecordingPlayAnnouncement" type="onOffType" minOccurs="0"/>
<xsd:element name="callRecordingAnnouncement" type="callRecordingAnnouncementType" minOccurs="0"/>
<xsd:element name="emailNotification" type="onOffType" minOccurs="0"/>
<xsd:element name="emailHtmlFormat" type="onOffType" minOccurs="0"/>
<xsd:element name="emailAttachMsg" type="onOffType" minOccurs="0"/>
<xsd:element name="emailMarkAsRead" type="onOffType" minOccurs="0"/>
<xsd:element name="emailRecipient" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailSender" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailOutgoingServerAddress" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailOutgoingServerPort" type="abt:portType" minOccurs="0"/>
<xsd:element name="emailAuthentication" type="authenticationType" minOccurs="0"/>
<xsd:element name="emailUserName" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailPassword" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailEncryption" type="onOffType" minOccurs="0"/>
<xsd:element name="emailLanguage" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailLogo" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailInternationalization" type="emailInternationalizationType" minOccurs="0"/>
<xsd:element name="remoteAccess" type="onOffType" minOccurs="0"/>
<xsd:element name="remoteAccessPin" type="xsd:string" minOccurs="0"/>
<xsd:element name="remoteAccessNumber1" type="abt:numberType" minOccurs="0"/>
<xsd:element name="remoteAccessAccount1" type="accountType" minOccurs="0"/>
<xsd:element name="remoteAccessNumber2" type="abt:numberType" minOccurs="0"/>
<xsd:element name="remoteAccessAccount2" type="accountType" minOccurs="0"/>
<xsd:element name="languageFile" type="xsd:string" minOccurs="0"/>
<xsd:element name="languageFileLocation" type="urlDirectoryType" minOccurs="0"/>
<xsd:element name="defaultAnnouncement" type="announcementType" minOccurs="0"/>
<xsd:element name="numberSpecificRules" type="numberSpecificRulesType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: appDataEntryType

Super-types: None
Sub-types: None
Name appDataEntryType
Abstract no
XML Instance Representation
<...>
Start All [1]
<_id> xsd:string </_id> [1]
<key> xsd:string </key> [1]
<value> xsd:string </value> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="appDataEntryType">
<xsd:all>
<xsd:element name="_id" type="xsd:string"/>
<xsd:element name="key" type="xsd:string"/>
<xsd:element name="value" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: appDataType

Super-types: None
Sub-types: None
Name appDataType
Abstract no
XML Instance Representation
<...>
<appDataEntry> appDataEntryType </appDataEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="appDataType">
<xsd:sequence>
<xsd:element name="appDataEntry" type="appDataEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: applicationsType

Super-types: None
Sub-types: None
Name applicationsType
Abstract no
XML Instance Representation
<...>
Start All [1]
<installApps> onOffType </installApps> [0..1]
<installNonMarketPlaceApps> onOffType </installNonMarketPlaceApps> [0..1]
<adbEnable> onOffType </adbEnable> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="applicationsType">
<xsd:all>
<xsd:element name="installApps" type="onOffType" minOccurs="0"/>
<xsd:element name="installNonMarketPlaceApps" type="onOffType" minOccurs="0"/>
<xsd:element name="adbEnable" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: auerSettingsType

Super-types: None
Sub-types: None
Name auerSettingsType
Abstract no
XML Instance Representation
<...>
Start All [1]
<admin> adminType </admin> [0..1]
<bluetooth> bluetoothType </bluetooth> [0..1]
<ethernet> ethernetType </ethernet> [0..1]
<providersAndAccounts> providersAndAccountsType
<!--
Uniqueness Constraint - uniqueProviderId
Selector - provider
Field(s) - @providerId
-->
<!--
Uniqueness Constraint - uniqueAccountId
Selector - provider/generalAccount|provider/trunkingAccount
Field(s) - @accountId
-->
<!--
Uniqueness Constraint - uniqueNumberId
Selector - provider/generalAccount/number|provider/trunkingAccount/number
Field(s) - @numberId
-->
<!--
Uniqueness Constraint - uniqueLocalSipPort
Selector - provider/sip
Field(s) - localSipPort
-->
</providersAndAccounts> [0..1]
<sound> soundType </sound> [0..1]
<display> displayType </display> [0..1]
<answeringMachine> answeringMachineType </answeringMachine> [0..1]
<email> emailType </email> [0..1]
<configurationManager> configurationManagerType </configurationManager> [0..1]
<privacyAndSecurity> privacyAndSecurityType </privacyAndSecurity> [0..1]
<applications> applicationsType </applications> [0..1]
<sync> syncType </sync> [0..1]
<search> searchType </search> [0..1]
<languageAndKeyboard> languageAndKeyboardType </languageAndKeyboard> [0..1]
<timeAndDate> timeAndDateType </timeAndDate> [0..1]
<emergencyNumbers> emergencyNumbersType </emergencyNumbers> [0..1]
<location> locationType </location> [0..1]
<updateAndProvisioning> updateAndProvisioningType </updateAndProvisioning> [0..1]
<permissionsFunctionGroups> permissionFunctionGroupsType </permissionsFunctionGroups> [0..1]
<permissionsSettingGroups> permissionSettingGroupsType </permissionsSettingGroups> [0..1]
<keyAndFunctionApp> keyAndFunctionAppType </keyAndFunctionApp> [0..1]
<keys> keysType </keys> [0..1]
<print> printType </print> [0..1]
<launcher> launcherType </launcher> [0..1]
<videoTelephony> videoTelephonyType </videoTelephony> [0..1]
<districomEmail> districomEmailType </districomEmail> [0..1]
<localContacts> localContactsType </localContacts> [0..1]
<localCalendar> localCalendarType </localCalendar> [0..1]
<blackWhiteList> blackWhiteListType </blackWhiteList> [0..1]
<blackListNr> blackListNrType </blackListNr> [0..1]
<powerSaveFromConfig> powerSaveFromConfigType </powerSaveFromConfig> [0..1]
<ringtoneSpecialGroups> ringtoneSpecialGroupsType </ringtoneSpecialGroups> [0..1]
<callLogCallType> callLogCallTypeType </callLogCallType> [0..1]
<callLogEmailCallType> callLogEmailCallTypeType </callLogEmailCallType> [0..1]
<waitingFieldToneUrl> waitingFieldToneType </waitingFieldToneUrl> [0..1]
<instantMessaging> instantMessagingType </instantMessaging> [0..1]
<appData> appDataType </appData> [0..1]
<ldap> ldapType </ldap> [0..1]
<syslog> syslogType </syslog> [0..1]
<actionUrls> actionUrlsType </actionUrls> [0..1]
<csta> cstaType </csta> [0..1]
<wallpaper> wallpaperType </wallpaper> [0..1]
<activation> activationType </activation> [0..1]
<global> globalType </global> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="auerSettingsType">
<xsd:all>
<xsd:element name="admin" type="adminType" minOccurs="0"/>
<xsd:element name="bluetooth" type="bluetoothType" minOccurs="0"/>
<xsd:element name="ethernet" type="ethernetType" minOccurs="0"/>
<xsd:element name="providersAndAccounts" type="providersAndAccountsType" minOccurs="0">
<xsd:unique name="uniqueProviderId">
<xsd:selector xpath="provider"/>
<xsd:field xpath="@providerId"/>
</xsd:unique>
<xsd:unique name="uniqueAccountId">
<xsd:selector xpath="provider/generalAccount|provider/trunkingAccount"/>
<xsd:field xpath="@accountId"/>
</xsd:unique>
<xsd:unique name="uniqueNumberId">
<xsd:selector xpath="provider/generalAccount/number|provider/trunkingAccount/number"/>
<xsd:field xpath="@numberId"/>
</xsd:unique>
<xsd:unique name="uniqueLocalSipPort">
<xsd:selector xpath="provider/sip"/>
<xsd:field xpath="localSipPort"/>
</xsd:unique>
</xsd:element>
<xsd:element name="sound" type="soundType" minOccurs="0"/>
<xsd:element name="display" type="displayType" minOccurs="0"/>
<xsd:element name="answeringMachine" type="answeringMachineType" minOccurs="0"/>
<xsd:element name="email" type="emailType" minOccurs="0"/>
<xsd:element name="configurationManager" type="configurationManagerType" minOccurs="0"/>
<xsd:element name="privacyAndSecurity" type="privacyAndSecurityType" minOccurs="0"/>
<xsd:element name="applications" type="applicationsType" minOccurs="0"/>
<xsd:element name="sync" type="syncType" minOccurs="0"/>
<xsd:element name="search" type="searchType" minOccurs="0"/>
<xsd:element name="languageAndKeyboard" type="languageAndKeyboardType" minOccurs="0"/>
<xsd:element name="timeAndDate" type="timeAndDateType" minOccurs="0"/>
<xsd:element name="emergencyNumbers" type="emergencyNumbersType" minOccurs="0"/>
<xsd:element name="location" type="locationType" minOccurs="0"/>
<xsd:element name="updateAndProvisioning" type="updateAndProvisioningType" minOccurs="0"/>
<xsd:element name="permissionsFunctionGroups" type="permissionFunctionGroupsType" minOccurs="0"/>
<xsd:element name="permissionsSettingGroups" type="permissionSettingGroupsType" minOccurs="0"/>
<xsd:element name="keyAndFunctionApp" type="keyAndFunctionAppType" minOccurs="0"/>
<xsd:element name="keys" type="keysType" minOccurs="0"/>
<xsd:element name="print" type="printType" minOccurs="0"/>
<xsd:element name="launcher" type="launcherType" minOccurs="0"/>
<xsd:element name="videoTelephony" type="videoTelephonyType" minOccurs="0"/>
<xsd:element name="districomEmail" type="districomEmailType" minOccurs="0"/>
<xsd:element name="localContacts" type="localContactsType" minOccurs="0"/>
<xsd:element name="localCalendar" type="localCalendarType" minOccurs="0"/>
<xsd:element name="blackWhiteList" type="blackWhiteListType" minOccurs="0"/>
<xsd:element name="blackListNr" type="blackListNrType" minOccurs="0"/>
<xsd:element name="powerSaveFromConfig" type="powerSaveFromConfigType" minOccurs="0"/>
<xsd:element name="ringtoneSpecialGroups" type="ringtoneSpecialGroupsType" minOccurs="0"/>
<xsd:element name="callLogCallType" type="callLogCallTypeType" minOccurs="0"/>
<xsd:element name="callLogEmailCallType" type="callLogEmailCallTypeType" minOccurs="0"/>
<xsd:element name="waitingFieldToneUrl" type="waitingFieldToneType" minOccurs="0"/>
<xsd:element name="instantMessaging" type="instantMessagingType" minOccurs="0"/>
<xsd:element name="appData" type="appDataType" minOccurs="0"/>
<xsd:element name="ldap" type="ldapType" minOccurs="0"/>
<xsd:element name="syslog" type="syslogType" minOccurs="0"/>
<xsd:element name="actionUrls" type="actionUrlsType" minOccurs="0"/>
<xsd:element name="csta" type="cstaType" minOccurs="0"/>
<xsd:element name="wallpaper" type="wallpaperType" minOccurs="0"/>
<xsd:element name="activation" type="activationType" minOccurs="0"/>
<xsd:element name="global" type="globalType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: automaticBandwidthWidening

Super-types: functionType < automaticBandwidthWidening (by extension)
Sub-types: None
Name automaticBandwidthWidening
Abstract no
Documentation This function toggles automatic widening of narrow-band audio.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="automaticBandwidthWidening">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: blListNrType

Super-types: None
Sub-types: None
Name blListNrType
Abstract no
XML Instance Representation
<...>
<blackListNrListEntry> blackListNrListEntryType </blackListNrListEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="blListNrType">
<xsd:sequence>
<xsd:element name="blackListNrListEntry" type="blackListNrListEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: blackListNrListEntryType

Super-types: None
Sub-types: None
Name blackListNrListEntryType
Abstract no
XML Instance Representation
<...
index="xsd:integer [1]">
Start All [1]
<number> xsd:string </number> [0..1]
<name> xsd:string </name> [0..1]
<inactive> onOffType </inactive> [0..1]
<time> xsd:integer </time> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="blackListNrListEntryType">
<xsd:all>
<xsd:element name="number" type="xsd:string" minOccurs="0"/>
<xsd:element name="name" type="xsd:string" minOccurs="0"/>
<xsd:element name="inactive" type="onOffType" minOccurs="0"/>
<xsd:element name="time" type="xsd:integer" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="index" type="xsd:integer" use="required"/>
</xsd:complexType>
top

Complex Type: blackListNrType

Super-types: None
Sub-types: None
Name blackListNrType
Abstract no
XML Instance Representation
<...>
Start All [1]
<blackListNr> blListNrType </blackListNr> [0..1]
<blackListNrListActive> onOffType </blackListNrListActive> [0..1]
<blackListNrListOverwrite> onOffType </blackListNrListOverwrite> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="blackListNrType">
<xsd:all>
<xsd:element name="blackListNr" type="blListNrType" minOccurs="0"/>
<xsd:element name="blackListNrListActive" type="onOffType" minOccurs="0"/>
<xsd:element name="blackListNrListOverwrite" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: blackWhiteListType

Super-types: None
Sub-types: None
Name blackWhiteListType
Abstract no
XML Instance Representation
<...>
Start All [1]
<whiteList> whiteListType </whiteList> [0..1]
<blackWhiteListActive> xsd:integer </blackWhiteListActive> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="blackWhiteListType">
<xsd:all>
<xsd:element name="whiteList" type="whiteListType" minOccurs="0"/>
<xsd:element name="blackWhiteListActive" type="xsd:integer" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: blacklistNr

Super-types: functionType < blacklistNr (by extension)
Sub-types: None
Name blacklistNr
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="blacklistNr">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: bluetooth

Super-types: functionType < bluetooth (by extension)
Sub-types: None
Name bluetooth
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="bluetooth">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: bluetoothType

Super-types: None
Sub-types: None
Name bluetoothType
Abstract no
XML Instance Representation
<...>
Start All [1]
<bluetoothDeviceName> xsd:string </bluetoothDeviceName> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="bluetoothType">
<xsd:all>
<xsd:element name="bluetoothDeviceName" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: boss

Super-types: functionType < boss (by extension)
Sub-types: None
Name boss
Abstract no
Documentation

Element <number>abt:numberType</number>
Telephone number of the boss

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<number> abt:numberType </number> [1] ?
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="boss">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="abt:numberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: callLogCallTypeEntryType

Super-types: None
Sub-types: None
Name callLogCallTypeEntryType
Abstract no
XML Instance Representation
<...
index="xsd:integer [1]">
Start All [1]
<callLogCallTypeActive> xsd:integer </callLogCallTypeActive> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="callLogCallTypeEntryType">
<xsd:all>
<xsd:element name="callLogCallTypeActive" type="xsd:integer" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="index" type="xsd:integer" use="required"/>
</xsd:complexType>
top

Complex Type: callLogCallTypeType

Super-types: None
Sub-types: None
Name callLogCallTypeType
Abstract no
XML Instance Representation
<...>
<callLogCallTypeEntry> callLogCallTypeEntryType </callLogCallTypeEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="callLogCallTypeType">
<xsd:sequence>
<xsd:element name="callLogCallTypeEntry" type="callLogCallTypeEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: callLogEmailCallTypeEntryType

Super-types: None
Sub-types: None
Name callLogEmailCallTypeEntryType
Abstract no
XML Instance Representation
<...
index="xsd:integer [1]">
Start All [1]
<callLogEmailCallTypeActive> xsd:integer </callLogEmailCallTypeActive> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="callLogEmailCallTypeEntryType">
<xsd:all>
<xsd:element name="callLogEmailCallTypeActive" type="xsd:integer" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="index" type="xsd:integer" use="required"/>
</xsd:complexType>
top

Complex Type: callLogEmailCallTypeType

Super-types: None
Sub-types: None
Name callLogEmailCallTypeType
Abstract no
XML Instance Representation
<...>
<callLogEmailCallTypeEntry> callLogEmailCallTypeEntryType </callLogEmailCallTypeEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="callLogEmailCallTypeType">
<xsd:sequence>
<xsd:element name="callLogEmailCallTypeEntry" type="callLogEmailCallTypeEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: callWaiting

Super-types: functionType < callWaiting (by extension)
Sub-types: None
Name callWaiting
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<callWaitingTone> onOffType </callWaitingTone> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="callWaiting">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="callWaitingTone" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: changePbxConfiguration

Super-types: functionType < changePbxConfiguration (by extension)
Sub-types: None
Name changePbxConfiguration
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<configuration> xsd:integer </configuration> [0..1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="changePbxConfiguration">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="configuration" type="xsd:integer" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: clir

Super-types: functionType < clir (by extension)
Sub-types: None
Name clir
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="clir">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: configViaSipIpWhitelistEntryType

Super-types: None
Sub-types: None
Name configViaSipIpWhitelistEntryType
Abstract no
XML Instance Representation
<...
index="configViaSipIpWhitelistEntryIndexType [1]">
Start All [1]
<ip> xsd:string </ip> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="configViaSipIpWhitelistEntryType">
<xsd:all>
<xsd:element name="ip" type="xsd:string"/>
</xsd:all>
<xsd:attribute name="index" type="configViaSipIpWhitelistEntryIndexType" use="required"/>
</xsd:complexType>
top

Complex Type: configViaSipIpWhitelistType

Super-types: None
Sub-types: None
Name configViaSipIpWhitelistType
Abstract no
XML Instance Representation
<...>
<configViaSipIpWhitelistEntry> configViaSipIpWhitelistEntryType </configViaSipIpWhitelistEntry> [0..5]
</...>
Schema Component Representation
<xsd:complexType name="configViaSipIpWhitelistType">
<xsd:sequence>
<xsd:element name="configViaSipIpWhitelistEntry" type="configViaSipIpWhitelistEntryType" minOccurs="0" maxOccurs="5"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: configurationManagerType

Super-types: None
Sub-types: None
Name configurationManagerType
Abstract no
XML Instance Representation
<...>
Start All [1]
<language> languageType </language> [0..1]
<autoSave> onOffType </autoSave> [0..1]
<enable> onOffType </enable> [0..1]
<httpPort> abt:portType </httpPort> [0..1]
<httpsPort> abt:portType </httpsPort> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="configurationManagerType">
<xsd:all>
<xsd:element name="language" type="languageType" minOccurs="0"/>
<xsd:element name="autoSave" type="onOffType" minOccurs="0"/>
<xsd:element name="enable" type="onOffType" minOccurs="0"/>
<xsd:element name="httpPort" type="abt:portType" minOccurs="0"/>
<xsd:element name="httpsPort" type="abt:portType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: contact

Super-types: functionType < contact (by extension)
Sub-types: None
Name contact
Abstract no
XML Instance Representation
<...>
Start All [1]
<number> xsd:string </number> [1]
<account> accountType </account> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="contact">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="xsd:string"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: cstaType

Super-types: None
Sub-types: None
Name cstaType
Abstract no
XML Instance Representation
<...>
Start All [1]
<csta> onOffType </csta> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="cstaType">
<xsd:all>
<xsd:element name="csta" type="onOffType"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: dbBlobType

Super-types: xsd:string < dbBlobType (by extension)
Sub-types: None
Name dbBlobType
Abstract no
XML Instance Representation
<...
encoding="xsd:string (value comes from list: {'base64'}) [0..1]">
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="dbBlobType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="encoding" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="base64"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Complex Type: displayType

Super-types: None
Sub-types: None
Name displayType
Abstract no
XML Instance Representation
<...>
Start All [1]
<brightnessAutomatic> onOffType </brightnessAutomatic> [0..1]
<brightness> percentType </brightness> [0..1]
<screenOffTimeout> screenOffTimeoutType </screenOffTimeout> [0..1]
<messageLed> messageLedType </messageLed> [0..1]
<displayLed> displayLedType </displayLed> [0..1]
<showUnregisteredVoipSubscribers> onOffType </showUnregisteredVoipSubscribers> [0..1]
<displayOff> onOffType </displayOff> [0..1]
<ledPowersave> ledPowersaveType </ledPowersave> [0..1]
<messageFax> onOffType </messageFax> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="displayType">
<xsd:all>
<xsd:element name="brightnessAutomatic" type="onOffType" minOccurs="0"/>
<xsd:element name="brightness" type="percentType" minOccurs="0"/>
<xsd:element name="screenOffTimeout" type="screenOffTimeoutType" minOccurs="0"/>
<xsd:element name="messageLed" type="messageLedType" minOccurs="0"/>
<xsd:element name="displayLed" type="displayLedType" minOccurs="0"/>
<xsd:element name="showUnregisteredVoipSubscribers" type="onOffType" minOccurs="0"/>
<xsd:element name="displayOff" type="onOffType" minOccurs="0"/>
<xsd:element name="ledPowersave" type="ledPowersaveType" minOccurs="0"/>
<xsd:element name="messageFax" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: districomEmailAccountType

Super-types: None
Sub-types: None
Name districomEmailAccountType
Abstract no
XML Instance Representation
<...>
Start All [1]
<AccountNumber> xsd:integer </AccountNumber> [1]
<AutomaticCheckIntervalMinutes> xsd:integer </AutomaticCheckIntervalMinutes> [1]
<BackupFlags> xsd:integer </BackupFlags> [1]
<Description> xsd:string </Description> [1]
<Email> xsd:string </Email> [1]
<Name> xsd:string </Name> [1]
<NotifyNewMail> xsd:boolean </NotifyNewMail> [1]
<Ringtone> xsd:string </Ringtone> [1]
<SenderUri> xsd:string </SenderUri> [1]
<StoreUri> xsd:string </StoreUri> [1]
<SyncWindow> xsd:integer </SyncWindow> [1]
<Uuid> xsd:string </Uuid> [1]
<Vibrate> xsd:boolean </Vibrate> [1]
<VibrateWhenSilent> xsd:boolean </VibrateWhenSilent> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="districomEmailAccountType">
<xsd:all>
<xsd:element name="AccountNumber" type="xsd:integer"/>
<xsd:element name="AutomaticCheckIntervalMinutes" type="xsd:integer"/>
<xsd:element name="BackupFlags" type="xsd:integer"/>
<xsd:element name="Description" type="xsd:string"/>
<xsd:element name="Email" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="NotifyNewMail" type="xsd:boolean"/>
<xsd:element name="Ringtone" type="xsd:string"/>
<xsd:element name="SenderUri" type="xsd:string"/>
<xsd:element name="StoreUri" type="xsd:string"/>
<xsd:element name="SyncWindow" type="xsd:integer"/>
<xsd:element name="Uuid" type="xsd:string"/>
<xsd:element name="Vibrate" type="xsd:boolean"/>
<xsd:element name="VibrateWhenSilent" type="xsd:boolean"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: districomEmailType

Super-types: None
Sub-types: None
Name districomEmailType
Abstract no
XML Instance Representation
<...>
<districomEmailAccount> districomEmailAccountType </districomEmailAccount> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="districomEmailType">
<xsd:sequence>
<xsd:element name="districomEmailAccount" type="districomEmailAccountType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: doNotDisturb

Super-types: functionType < doNotDisturb (by extension)
Sub-types: None
Name doNotDisturb
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<blockedCalls> blockedCallsType </blockedCalls> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="doNotDisturb">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="blockedCalls" type="blockedCallsType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: door

Super-types: functionType < door (by extension)
Sub-types: None
Name door
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> doorOperationType </operation> [0..1]
<number> internalNumberType </number> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="door">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="doorOperationType" minOccurs="0"/>
<xsd:element name="number" type="internalNumberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: emailInternationalizationType

Super-types: None
Sub-types: None
Name emailInternationalizationType
Abstract no
XML Instance Representation
<...>
<emailLocalization> emailLocalizationType </emailLocalization> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="emailInternationalizationType">
<xsd:sequence>
<xsd:element name="emailLocalization" type="emailLocalizationType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: emailLocalizationType

Super-types: None
Sub-types: None
Name emailLocalizationType
Abstract no
XML Instance Representation
<...
language="xsd:string [1]">
Start All [1]
<emailDictionary> ed:emailDictionaryType </emailDictionary> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="emailLocalizationType">
<xsd:all>
<xsd:element name="emailDictionary" type="ed:emailDictionaryType"/>
</xsd:all>
<xsd:attribute name="language" type="xsd:string" use="required"/>
</xsd:complexType>
top

Complex Type: emailType

Super-types: None
Sub-types: None
Name emailType
Abstract no
Documentation

Element <emailLanguage>xsd:string</emailLanguage>
The language file from which text blocks are taken when composing e-mail notifications. Note that "english" and "deutsch" (German) are always included. Other language files must be added separately (see emailLocalization).

Element <emailInternationalization>emailInternationalizationType</emailInternationalization>
Additional language files for e-mail notifications.

Element <emailUserName>xsd:string</emailUserName>
The user name of the e-mail account.

Element <emailPassword>xsd:string</emailPassword>
The password for the e-mail account.

Element <emailEncryption>emailSSLType</emailEncryption>
Determines whether communication with the server is encrypted.

Element <emailLogo>xsd:string</emailLogo>
The logo used in e-mail notifications.

XML Instance Representation
<...>
Start All [1]
<emailLanguage> xsd:string </emailLanguage> [0..1] ?
<emailInternationalization> emailInternationalizationType </emailInternationalization> [0..1] ?
<emailSender> xsd:string </emailSender> [0..1]
<emailOutgoingServerAddress> xsd:string </emailOutgoingServerAddress> [0..1]
<emailOutgoingServerPort> abt:portType </emailOutgoingServerPort> [0..1]
<emailAuthentication> authenticationType </emailAuthentication> [0..1]
<emailUserName> xsd:string </emailUserName> [0..1] ?
<emailPassword> xsd:string </emailPassword> [0..1] ?
<emailEncryption> emailSSLType </emailEncryption> [0..1] ?
<emailLogo> xsd:string </emailLogo> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="emailType">
<xsd:all>
<xsd:element name="emailLanguage" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailInternationalization" type="emailInternationalizationType" minOccurs="0"/>
<xsd:element name="emailSender" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailOutgoingServerAddress" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailOutgoingServerPort" type="abt:portType" minOccurs="0"/>
<xsd:element name="emailAuthentication" type="authenticationType" minOccurs="0"/>
<xsd:element name="emailUserName" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailPassword" type="xsd:string" minOccurs="0"/>
<xsd:element name="emailEncryption" type="emailSSLType" minOccurs="0"/>
<xsd:element name="emailLogo" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: emergencyNumberType

Super-types: None
Sub-types: None
Name emergencyNumberType
Abstract no
XML Instance Representation
<...
index="emergencyNumberIndexType [1]">
Start All [1]
<name> xsd:string </name> [1]
<number> abt:numberType </number> [1]
<account> accountType </account> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="emergencyNumberType">
<xsd:all>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="number" type="abt:numberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
<xsd:attribute name="index" type="emergencyNumberIndexType" use="required"/>
</xsd:complexType>
top

Complex Type: emergencyNumbersType

Super-types: None
Sub-types: None
Name emergencyNumbersType
Abstract no
XML Instance Representation
<...>
<emergencyNumber> emergencyNumberType </emergencyNumber> [0..10]
</...>
Schema Component Representation
<xsd:complexType name="emergencyNumbersType">
<xsd:sequence>
<xsd:element name="emergencyNumber" type="emergencyNumberType" minOccurs="0" maxOccurs="10"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: ethernetType

Super-types: None
Sub-types: None
Name ethernetType
Abstract no
XML Instance Representation
<...>
Start All [1]
<dhcpEnable> onOffType </dhcpEnable> [0..1]
<ip> ipAddressOrEmptyType </ip> [0..1]
<subnetMask> ipAddressOrEmptyType </subnetMask> [0..1]
<gateway> ipAddressOrEmptyType </gateway> [0..1]
<dns1> ipAddressOrEmptyType </dns1> [0..1]
<dns2> ipAddressOrEmptyType </dns2> [0..1]
<proxyEnable> enabledType </proxyEnable> [0..1]
<proxyURL> abt:urlType </proxyURL> [0..1]
<proxyPort> abt:portType </proxyPort> [0..1]
<voipDiffServ> enabledType </voipDiffServ> [0..1]
<voipRtpPortMin> rtpPortType </voipRtpPortMin> [0..1]
<voipRtpPortRange> rtpPortRangeType </voipRtpPortRange> [0..1]
<vlanInternalPortEnable> enabledType </vlanInternalPortEnable> [0..1]
<vlanInternalPortId> vlanIdType </vlanInternalPortId> [0..1]
<vlanInternalPortPriority> vlanPriorityType </vlanInternalPortPriority> [0..1]
<vlanInternalPortForwardingToExternalPort> enabledType </vlanInternalPortForwardingToExternalPort> [0..1]
<vlanExternalPortEnable> enabledType </vlanExternalPortEnable> [0..1]
<vlanExternalPortId> vlanIdType </vlanExternalPortId> [0..1]
<vlanExternalPortPriority> vlanPriorityType </vlanExternalPortPriority> [0..1]
<vlanUnknownIdsAcceptable> enabledType </vlanUnknownIdsAcceptable> [0..1]
<useVpn> onOffType </useVpn> [0..1]
<openVpn> openVpnType </openVpn> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="ethernetType">
<xsd:all>
<xsd:element name="dhcpEnable" type="onOffType" minOccurs="0"/>
<xsd:element name="ip" type="ipAddressOrEmptyType" minOccurs="0"/>
<xsd:element name="subnetMask" type="ipAddressOrEmptyType" minOccurs="0"/>
<xsd:element name="gateway" type="ipAddressOrEmptyType" minOccurs="0"/>
<xsd:element name="dns1" type="ipAddressOrEmptyType" minOccurs="0"/>
<xsd:element name="dns2" type="ipAddressOrEmptyType" minOccurs="0"/>
<xsd:element name="proxyEnable" type="enabledType" minOccurs="0"/>
<xsd:element name="proxyURL" type="abt:urlType" minOccurs="0"/>
<xsd:element name="proxyPort" type="abt:portType" minOccurs="0"/>
<xsd:element name="voipDiffServ" type="enabledType" minOccurs="0"/>
<xsd:element name="voipRtpPortMin" type="rtpPortType" minOccurs="0"/>
<xsd:element name="voipRtpPortRange" type="rtpPortRangeType" minOccurs="0"/>
<xsd:element name="vlanInternalPortEnable" type="enabledType" minOccurs="0"/>
<xsd:element name="vlanInternalPortId" type="vlanIdType" minOccurs="0"/>
<xsd:element name="vlanInternalPortPriority" type="vlanPriorityType" minOccurs="0"/>
<xsd:element name="vlanInternalPortForwardingToExternalPort" type="enabledType" minOccurs="0"/>
<xsd:element name="vlanExternalPortEnable" type="enabledType" minOccurs="0"/>
<xsd:element name="vlanExternalPortId" type="vlanIdType" minOccurs="0"/>
<xsd:element name="vlanExternalPortPriority" type="vlanPriorityType" minOccurs="0"/>
<xsd:element name="vlanUnknownIdsAcceptable" type="enabledType" minOccurs="0"/>
<xsd:element name="useVpn" type="onOffType" minOccurs="0"/>
<xsd:element name="openVpn" type="openVpnType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: exchangeLine

Super-types: functionType < exchangeLine (by extension)
Sub-types: None
Name exchangeLine
Abstract no
XML Instance Representation
<...>
Start All [1]
<number> abt:numberType </number> [0..1]
<account> accountType </account> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="exchangeLine">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="abt:numberType" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: exchangeLineTransfer

Super-types: functionType < exchangeLineTransfer (by extension)
Sub-types: None
Name exchangeLineTransfer
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="exchangeLineTransfer">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: externApplication

Super-types: functionType < externApplication (by extension)
Sub-types: None
Name externApplication
Abstract no
Documentation This function is controlled by an extern android application.

Element <command>xsd:string</command>
Uri of the intent that configures the application.
More information at: http://developer.android.com/reference/android/content/Intent.html#toUri(int).

XML Instance Representation
<...>
Start All [1]
<command> xsd:string </command> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="externApplication">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="command" type="xsd:string"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: externalVmbMessageForwarding

Super-types: functionType < externalVmbMessageForwarding (by extension)
Sub-types: None
Name externalVmbMessageForwarding
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="externalVmbMessageForwarding">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: externalVmbReadiness

Super-types: functionType < externalVmbReadiness (by extension)
Sub-types: None
Name externalVmbReadiness
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<readiness> vmbReadinessType </readiness> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="externalVmbReadiness">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="readiness" type="vmbReadinessType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: externalVmbReadinessAuto

Super-types: functionType < externalVmbReadinessAuto (by extension)
Sub-types: None
Name externalVmbReadinessAuto
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="externalVmbReadinessAuto">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: externalVmbReplacement

Super-types: functionType < externalVmbReplacement (by extension)
Sub-types: None
Name externalVmbReplacement
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
<replacementNumber> xsd:string </replacementNumber> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="externalVmbReplacement">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
<xsd:element name="replacementNumber" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: fileType

Super-types: xsd:string < fileType (by extension)
Sub-types: None
Name fileType
Abstract no
XML Instance Representation
<...
filename="xsd:string [1]">
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="fileType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="filename" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Complex Type: followMe

Super-types: functionType < followMe (by extension)
Sub-types: None
Name followMe
Abstract no
Documentation This function redirects incoming calls from another subscriber's telephone to this telephone.

Element <number>abt:numberType</number>
Number of the subscriber whose calls the user wants to redirect / doesn't want to redirect anymore.

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> enableDisableAllType </operation> [0..1]
<number> abt:numberType </number> [0..1] ?
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="followMe">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="enableDisableAllType" minOccurs="0"/>
<xsd:element name="number" type="abt:numberType" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: functionType

Super-types: None
Sub-types:
Name functionType
Abstract yes
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="functionType" abstract="true"/>
top

Complex Type: globalType

Super-types: None
Sub-types: None
Name globalType
Abstract no
XML Instance Representation
<...>
Start All [1]
<phone_name> xsd:string </phone_name> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="globalType">
<xsd:all>
<xsd:element name="phone_name" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: group

Super-types: functionType < group (by extension)
Sub-types: None
Name group
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> logInOutOpType </operation> [1]
<loginMode> logInOutModeType </loginMode> [0..1]
<group> internalNumberType </group> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="group">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="logInOutOpType"/>
<xsd:element name="loginMode" type="logInOutModeType" minOccurs="0"/>
<xsd:element name="group" type="internalNumberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: groupLoginState

Super-types: functionType < groupLoginState (by extension)
Sub-types: None
Name groupLoginState
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<number> internalNumberType </number> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="groupLoginState">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="internalNumberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: groupLogoutAll

Super-types: functionType < groupLogoutAll (by extension)
Sub-types: None
Name groupLogoutAll
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="groupLogoutAll">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: headset

Super-types: functionType < headset (by extension)
Sub-types: None
Name headset
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<autoAccept> autoAcceptType </autoAccept> [0..1]
<autoAcceptTimeout> autoAcceptTimeoutType </autoAcceptTimeout> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="headset">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="autoAccept" type="autoAcceptType" minOccurs="0"/>
<xsd:element name="autoAcceptTimeout" type="autoAcceptTimeoutType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: instantMessageType

Super-types: None
Sub-types: None
Name instantMessageType
Abstract no
XML Instance Representation
<...>
Start All [1]
<_id> xsd:integer </_id> [1]
<account> accountType </account> [1]
<body> xsd:string </body> [1]
<code> dbIntegerType </code> [0..1]
<content_type> xsd:string </content_type> [1]
<date> xsd:integer </date> [1]
<direction> xsd:integer </direction> [1]
<disposition> xsd:string </disposition> [0..1]
<phrase> xsd:string </phrase> [0..1]
<recipient> xsd:string </recipient> [1]
<sender> xsd:string </sender> [1]
<state> xsd:integer </state> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="instantMessageType">
<xsd:all>
<xsd:element name="_id" type="xsd:integer"/>
<xsd:element name="account" type="accountType"/>
<xsd:element name="body" type="xsd:string"/>
<xsd:element name="code" type="dbIntegerType" minOccurs="0"/>
<xsd:element name="content_type" type="xsd:string"/>
<xsd:element name="date" type="xsd:integer"/>
<xsd:element name="direction" type="xsd:integer"/>
<xsd:element name="disposition" type="xsd:string" minOccurs="0"/>
<xsd:element name="phrase" type="xsd:string" minOccurs="0"/>
<xsd:element name="recipient" type="xsd:string"/>
<xsd:element name="sender" type="xsd:string"/>
<xsd:element name="state" type="xsd:integer"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: instantMessagingMessagesType

Super-types: None
Sub-types: None
Name instantMessagingMessagesType
Abstract no
XML Instance Representation
<...>
<message> instantMessageType </message> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="instantMessagingMessagesType">
<xsd:sequence>
<xsd:element name="message" type="instantMessageType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: instantMessagingSettingType

Super-types: None
Sub-types: None
Name instantMessagingSettingType
Abstract no
Documentation

Element <account>accountType</account>
The default account that is used when composing new messages.

Element <alarm_sound>xsd:string</alarm_sound>
The alarm sound that is played when a new alarm message has been received.

Element <local_number>xsd:string</local_number>
The default MSN/DDI that is used when composing new messages.

Element <ringtone>xsd:string</ringtone>
The notificaton ringtone that is played upon arrival of new messages.

XML Instance Representation
<...>
Start All [1]
<_id> xsd:integer </_id> [1]
<account> accountType </account> [1] ?
<alarm_sound> xsd:string </alarm_sound> [0..1] ?
<local_number> xsd:string </local_number> [1] ?
<ringtone> xsd:string </ringtone> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="instantMessagingSettingType">
<xsd:all>
<xsd:element name="_id" type="xsd:integer"/>
<xsd:element name="account" type="accountType"/>
<xsd:element name="alarm_sound" type="xsd:string" minOccurs="0"/>
<xsd:element name="local_number" type="xsd:string"/>
<xsd:element name="ringtone" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: instantMessagingSettingsType

Super-types: None
Sub-types: None
Name instantMessagingSettingsType
Abstract no
XML Instance Representation
<...>
Start All [1]
<setting> instantMessagingSettingType </setting> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="instantMessagingSettingsType">
<xsd:all>
<xsd:element name="setting" type="instantMessagingSettingType" minOccurs="0" maxOccurs="1"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: instantMessagingType

Super-types: None
Sub-types: None
Name instantMessagingType
Abstract no
XML Instance Representation
<...>
Start All [1]
<settings> instantMessagingSettingsType </settings> [0..1]
<messages> instantMessagingMessagesType </messages> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="instantMessagingType">
<xsd:all>
<xsd:element name="settings" type="instantMessagingSettingsType" minOccurs="0"/>
<xsd:element name="messages" type="instantMessagingMessagesType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: intercomAnnouncement

Super-types: functionType < intercomAnnouncement (by extension)
Sub-types: None
Name intercomAnnouncement
Abstract no
Documentation This function starts an intercom announcement (unidirectional).
XML Instance Representation
<...>
Start All [1]
<operation> toggleHoldType </operation> [1]
<destinationNumber> abt:numberType </destinationNumber> [1]
<destinationAccount> accountType </destinationAccount> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="intercomAnnouncement">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleHoldType"/>
<xsd:element name="destinationNumber" type="abt:numberType"/>
<xsd:element name="destinationAccount" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: intercomHandsfree

Super-types: functionType < intercomHandsfree (by extension)
Sub-types: None
Name intercomHandsfree
Abstract no
Documentation This function starts a bidirectional intercom call.
XML Instance Representation
<...>
Start All [1]
<operation> toggleHoldType </operation> [1]
<destinationNumber> abt:numberType </destinationNumber> [1]
<destinationAccount> accountType </destinationAccount> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="intercomHandsfree">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleHoldType"/>
<xsd:element name="destinationNumber" type="abt:numberType"/>
<xsd:element name="destinationAccount" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: intercomPermission

Super-types: functionType < intercomPermission (by extension)
Sub-types: None
Name intercomPermission
Abstract no
Documentation This function enables or disables automatic acceptance of incoming intercom calls.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="intercomPermission">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbAnnouncement

Super-types: functionType < internalVmbAnnouncement (by extension)
Sub-types: None
Name internalVmbAnnouncement
Abstract no
Documentation This function changes the announcement and call acceptance of the built-in answering machine.
XML Instance Representation
<...>
Start All [1]
<callAcceptance> callAcceptanceType </callAcceptance> [0..1]
<announcementType> announcementTypeType </announcementType> [1]
<announcement> announcementType </announcement> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="internalVmbAnnouncement">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="callAcceptance" type="callAcceptanceType" minOccurs="0"/>
<xsd:element name="announcementType" type="announcementTypeType"/>
<xsd:element name="announcement" type="announcementType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbEmailNotification

Super-types: functionType < internalVmbEmailNotification (by extension)
Sub-types: None
Name internalVmbEmailNotification
Abstract no
Documentation This function enables or disables notification by e-mail whenever a new message has been recorded by the built-in answering machine.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="internalVmbEmailNotification">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbOpen

Super-types: functionType < internalVmbOpen (by extension)
Sub-types: None
Name internalVmbOpen
Abstract no
Documentation This function opens the message list of the built-in answering machine.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="internalVmbOpen">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbReadiness

Super-types: functionType < internalVmbReadiness (by extension)
Sub-types: None
Name internalVmbReadiness
Abstract no
Documentation This function enables or disables the built-in answering machine.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="internalVmbReadiness">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbRecord

Super-types: functionType < internalVmbRecord (by extension)
Sub-types: None
Name internalVmbRecord
Abstract no
Documentation This function starts the recording of the current call by the built-in answering machine.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="internalVmbRecord">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbRecordAuto

Super-types: functionType < internalVmbRecordAuto (by extension)
Sub-types: None
Name internalVmbRecordAuto
Abstract no
Documentation This function enables or disables automatic recording of calls by the built-in answering machine.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="internalVmbRecordAuto">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbRemoteAccess

Super-types: functionType < internalVmbRemoteAccess (by extension)
Sub-types: None
Name internalVmbRemoteAccess
Abstract no
Documentation This function enables or disables remote access to the built-in answering machine.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="internalVmbRemoteAccess">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: internalVmbVoiceMemo

Super-types: functionType < internalVmbVoiceMemo (by extension)
Sub-types: None
Name internalVmbVoiceMemo
Abstract no
Documentation This function starts the recording of a voice memo on the built-in answering machine.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="internalVmbVoiceMemo">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: keyAndFunctionAppType

Super-types: None
Sub-types: None
Name keyAndFunctionAppType
Abstract no
Documentation

Element <showGroups>onOffType</showGroups>
If enabled the key configuration app and the function app display functions in groups of similar functionality.

XML Instance Representation
<...>
Start All [1]
<showGroups> onOffType </showGroups> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="keyAndFunctionAppType">
<xsd:all>
<xsd:element name="showGroups" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: keyType

Super-types: None
Sub-types: None
Name keyType
Abstract no
Documentation

Element <permission>permissionType</permission>
Controls the privileges required to alter the assigned function. It does not prevent the user from using it.

Element <description>xsd:string</description>
Description of the assigned function. The description of a speed dialling key is used to override the name provided by the ContactsApp.

Attribute number="keyNumberType [1] ?"
Function keys are enumerated in columns from left to right. The keys are counted from top to bottom inside each column. Hardware key numbers start at 0, softkey numbers start at 105.

Attribute level="keyLevelType [1] ?"
Hardware function keys have two levels, softkeys have one level.

XML Instance Representation
<...
number="keyNumberType [1] ?"
level="keyLevelType [1] ?">
Start All [1]
<function> functionType </function> [0..1]
<permission> permissionType </permission> [0..1] ?
<description> xsd:string </description> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="keyType">
<xsd:all>
<xsd:element name="function" type="functionType" minOccurs="0"/>
<xsd:element name="permission" type="permissionType" minOccurs="0"/>
<xsd:element name="description" type="xsd:string" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="number" type="keyNumberType" use="required"/>
<xsd:attribute name="level" type="keyLevelType" use="required"/>
</xsd:complexType>
top

Complex Type: keysType

Super-types: None
Sub-types: None
Name keysType
Abstract no
XML Instance Representation
<...>
<key> keyType </key> [0..220]
</...>
Schema Component Representation
<xsd:complexType name="keysType">
<xsd:sequence>
<xsd:element name="key" type="keyType" minOccurs="0" maxOccurs="220"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: languageAndKeyboardType

Super-types: None
Sub-types: None
Name languageAndKeyboardType
Abstract no
Documentation

Element <locale>localeType</locale>
The language and locale of the telephone.

Element <autoDialForSpeedDialKey>onOffType</autoDialForSpeedDialKey>
Determines whether pressing a speed dialling key starts a call immediately.

XML Instance Representation
<...>
Start All [1]
<locale> localeType </locale> [0..1] ?
<autoReplace> onOffType </autoReplace> [0..1]
<autoCapitalize> onOffType </autoCapitalize> [0..1]
<autoPunctuate> onOffType </autoPunctuate> [0..1]
<doubleClickForShift> onOffType </doubleClickForShift> [0..1]
<autoDialForSpeedDialKey> onOffType </autoDialForSpeedDialKey> [0..1] ?
<autoPickUp> onOffType </autoPickUp> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="languageAndKeyboardType">
<xsd:all>
<xsd:element name="locale" type="localeType" minOccurs="0"/>
<xsd:element name="autoReplace" type="onOffType" minOccurs="0"/>
<xsd:element name="autoCapitalize" type="onOffType" minOccurs="0"/>
<xsd:element name="autoPunctuate" type="onOffType" minOccurs="0"/>
<xsd:element name="doubleClickForShift" type="onOffType" minOccurs="0"/>
<xsd:element name="autoDialForSpeedDialKey" type="onOffType" minOccurs="0"/>
<xsd:element name="autoPickUp" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: launcherItemType

Super-types: None
Sub-types: None
Name launcherItemType
Abstract no
Documentation An item on the launcher's desktop.
XML Instance Representation
<...>
Start All [1]
<_id> xsd:integer </_id> [1]
<appWidgetId> xsd:integer </appWidgetId> [1]
<cellX> dbIntegerType </cellX> [1]
<cellY> dbIntegerType </cellY> [1]
<container> dbIntegerType </container> [1]
<displayMode> dbIntegerType </displayMode> [1]
<icon> dbBlobType </icon> [1]
<iconPackage> xsd:string </iconPackage> [1]
<iconResource> xsd:string </iconResource> [1]
<iconType> dbIntegerType </iconType> [1]
<intent> xsd:string </intent> [1]
<isShortcut> dbIntegerType </isShortcut> [1]
<itemType> dbIntegerType </itemType> [1]
<screen> dbIntegerType </screen> [1]
<spanX> dbIntegerType </spanX> [1]
<spanY> dbIntegerType </spanY> [1]
<title> xsd:string </title> [1]
<uri> xsd:string </uri> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="launcherItemType">
<xsd:all>
<xsd:element name="_id" type="xsd:integer"/>
<xsd:element name="appWidgetId" type="xsd:integer"/>
<xsd:element name="cellX" type="dbIntegerType"/>
<xsd:element name="cellY" type="dbIntegerType"/>
<xsd:element name="container" type="dbIntegerType"/>
<xsd:element name="displayMode" type="dbIntegerType"/>
<xsd:element name="icon" type="dbBlobType"/>
<xsd:element name="iconPackage" type="xsd:string"/>
<xsd:element name="iconResource" type="xsd:string"/>
<xsd:element name="iconType" type="dbIntegerType"/>
<xsd:element name="intent" type="xsd:string"/>
<xsd:element name="isShortcut" type="dbIntegerType"/>
<xsd:element name="itemType" type="dbIntegerType"/>
<xsd:element name="screen" type="dbIntegerType"/>
<xsd:element name="spanX" type="dbIntegerType"/>
<xsd:element name="spanY" type="dbIntegerType"/>
<xsd:element name="title" type="xsd:string"/>
<xsd:element name="uri" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: launcherType

Super-types: None
Sub-types: None
Name launcherType
Abstract no
XML Instance Representation
<...>
<launcherItem> launcherItemType </launcherItem> [0..*]
<widget> widgetType </widget> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="launcherType">
<xsd:sequence>
<xsd:element name="launcherItem" type="launcherItemType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="widget" type="widgetType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: lcDataType

Super-types: None
Sub-types: None
Name lcDataType
Abstract no
XML Instance Representation
<...>
Start All [1]
<data1> ... </data1> [1]
<data10> ... </data10> [1]
<data11> ... </data11> [1]
<data12> ... </data12> [1]
<data13> ... </data13> [1]
<data14> ... </data14> [1]
<data15> ... </data15> [1]
<data2> ... </data2> [1]
<data3> ... </data3> [1]
<data4> ... </data4> [1]
<data5> ... </data5> [1]
<data6> ... </data6> [1]
<data7> ... </data7> [1]
<data8> ... </data8> [1]
<data9> ... </data9> [1]
<data_sync1> ... </data_sync1> [1]
<data_sync2> ... </data_sync2> [1]
<data_sync3> ... </data_sync3> [1]
<data_sync4> ... </data_sync4> [1]
<data_version> ... </data_version> [1]
<is_primary> ... </is_primary> [1]
<is_super_primary> ... </is_super_primary> [1]
<mimetype> ... </mimetype> [1]
<raw_contact_id> ... </raw_contact_id> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="lcDataType">
<xsd:all>
<xsd:element name="data1"/>
<xsd:element name="data10"/>
<xsd:element name="data11"/>
<xsd:element name="data12"/>
<xsd:element name="data13"/>
<xsd:element name="data14"/>
<xsd:element name="data15"/>
<xsd:element name="data2"/>
<xsd:element name="data3"/>
<xsd:element name="data4"/>
<xsd:element name="data5"/>
<xsd:element name="data6"/>
<xsd:element name="data7"/>
<xsd:element name="data8"/>
<xsd:element name="data9"/>
<xsd:element name="data_sync1"/>
<xsd:element name="data_sync2"/>
<xsd:element name="data_sync3"/>
<xsd:element name="data_sync4"/>
<xsd:element name="data_version"/>
<xsd:element name="is_primary"/>
<xsd:element name="is_super_primary"/>
<xsd:element name="mimetype"/>
<xsd:element name="raw_contact_id"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: lcRawContactsType

Super-types: None
Sub-types: None
Name lcRawContactsType
Abstract no
XML Instance Representation
<...>
<_id> xsd:string </_id> [1]
<contact_id> xsd:string </contact_id> [1]
<deleted> xsd:string </deleted> [1]
<dirty> xsd:string </dirty> [1]
<is_restricted> xsd:string </is_restricted> [0..1]
<name_verified> xsd:string </name_verified> [1]
<starred> xsd:string </starred> [1]
<version> xsd:string </version> [1]
<lcData> lcDataType </lcData> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="lcRawContactsType">
<xsd:sequence>
<xsd:element name="_id" type="xsd:string"/>
<xsd:element name="contact_id" type="xsd:string"/>
<xsd:element name="deleted" type="xsd:string"/>
<xsd:element name="dirty" type="xsd:string"/>
<xsd:element name="is_restricted" type="xsd:string" minOccurs="0"/>
<xsd:element name="name_verified" type="xsd:string"/>
<xsd:element name="starred" type="xsd:string"/>
<xsd:element name="version" type="xsd:string"/>
<xsd:element name="lcData" type="lcDataType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: ldapEntryType

Super-types: None
Sub-types: None
Name ldapEntryType
Abstract no
XML Instance Representation
<...>
Start All [1]
<name> xsd:string </name> [1]
<host> xsd:string </host> [1]
<port> xsd:integer </port> [0..1]
<login_dn> xsd:string </login_dn> [1]
<password> xsd:string </password> [1]
<search_base> xsd:string </search_base> [1]
<contact_filter> xsd:string </contact_filter> [0..1]
<phone_filter> xsd:string </phone_filter> [0..1]
<version> xsd:integer </version> [0..1]
<use_ordering_rules> xsd:boolean </use_ordering_rules> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="ldapEntryType">
<xsd:all>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="host" type="xsd:string"/>
<xsd:element name="port" type="xsd:integer" minOccurs="0"/>
<xsd:element name="login_dn" type="xsd:string"/>
<xsd:element name="password" type="xsd:string"/>
<xsd:element name="search_base" type="xsd:string"/>
<xsd:element name="contact_filter" type="xsd:string" minOccurs="0"/>
<xsd:element name="phone_filter" type="xsd:string" minOccurs="0"/>
<xsd:element name="version" type="xsd:integer" minOccurs="0"/>
<xsd:element name="use_ordering_rules" type="xsd:boolean" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: ldapType

Super-types: None
Sub-types: None
Name ldapType
Abstract no
XML Instance Representation
<...>
<ldapEntry> ldapEntryType </ldapEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="ldapType">
<xsd:sequence>
<xsd:element name="ldapEntry" type="ldapEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: line

Super-types: functionType < line (by extension)
Sub-types: None
Name line
Abstract no
XML Instance Representation
<...>
Start All [1]
<number> abt:numberType </number> [0..1]
<account> accountType </account> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="line">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="abt:numberType" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: localCalendarEventType

Super-types: None
Sub-types: None
Name localCalendarEventType
Abstract no
XML Instance Representation
<...>
Start All [1]
<accessLevel> ... </accessLevel> [0..1]
<allDay> ... </allDay> [1]
<availability> ... </availability> [0..1]
<calendar_id> ... </calendar_id> [1]
<commentsUri> ... </commentsUri> [0..1]
<customAppPackage> ... </customAppPackage> [0..1]
<customAppUri> ... </customAppUri> [0..1]
<deleted> ... </deleted> [1]
<description> ... </description> [1]
<dtend> ... </dtend> [1]
<dtstart> ... </dtstart> [1]
<duration> ... </duration> [1]
<eventEndTimezone> ... </eventEndTimezone> [0..1]
<eventLocation> ... </eventLocation> [1]
<eventTimezone> ... </eventTimezone> [1]
<exdate> ... </exdate> [1]
<exrule> ... </exrule> [1]
<guestsCanInviteOthers> ... </guestsCanInviteOthers> [1]
<guestsCanModify> ... </guestsCanModify> [1]
<guestsCanSeeGuests> ... </guestsCanSeeGuests> [1]
<hasAlarm> ... </hasAlarm> [1]
<hasAttendeeData> ... </hasAttendeeData> [1]
<hasExtendedProperties> ... </hasExtendedProperties> [1]
<isOrganizer> ... </isOrganizer> [0..1]
<htmlUri> ... </htmlUri> [0..1]
<lastDate> ... </lastDate> [1]
<organizer> ... </organizer> [0..1]
<originalAllDay> ... </originalAllDay> [0..1]
<originalInstanceTime> ... </originalInstanceTime> [0..1]
<original_id> ... </original_id> [0..1]
<original_sync_id> ... </original_sync_id> [0..1]
<rdate> ... </rdate> [1]
<rrule> ... </rrule> [1]
<selfAttendeeStatus> ... </selfAttendeeStatus> [1]
<sync_data1> ... </sync_data1> [0..1]
<sync_data10> ... </sync_data10> [0..1]
<sync_data2> ... </sync_data2> [0..1]
<sync_data3> ... </sync_data3> [0..1]
<sync_data4> ... </sync_data4> [0..1]
<sync_data5> ... </sync_data5> [0..1]
<sync_data6> ... </sync_data6> [0..1]
<sync_data7> ... </sync_data7> [0..1]
<sync_data8> ... </sync_data8> [0..1]
<sync_data9> ... </sync_data9> [0..1]
<title> ... </title> [1]
<uid2445> ... </uid2445> [0..1]
<visibility> ... </visibility> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="localCalendarEventType">
<xsd:all>
<xsd:element name="accessLevel" minOccurs="0"/>
<xsd:element name="allDay"/>
<xsd:element name="availability" minOccurs="0"/>
<xsd:element name="calendar_id"/>
<-- deprecated and moved to sync_data6 -->
<xsd:element name="commentsUri" minOccurs="0"/>
<xsd:element name="customAppPackage" minOccurs="0"/>
<xsd:element name="customAppUri" minOccurs="0"/>
<xsd:element name="deleted"/>
<xsd:element name="description"/>
<xsd:element name="dtend"/>
<xsd:element name="dtstart"/>
<xsd:element name="duration"/>
<xsd:element name="eventEndTimezone" minOccurs="0"/>
<xsd:element name="eventLocation"/>
<xsd:element name="eventTimezone"/>
<xsd:element name="exdate"/>
<xsd:element name="exrule"/>
<xsd:element name="guestsCanInviteOthers"/>
<xsd:element name="guestsCanModify"/>
<xsd:element name="guestsCanSeeGuests"/>
<xsd:element name="hasAlarm"/>
<xsd:element name="hasAttendeeData"/>
<xsd:element name="hasExtendedProperties"/>
<xsd:element name="isOrganizer" minOccurs="0"/>
<-- deprecated and moved to sync_data3 -->
<xsd:element name="htmlUri" minOccurs="0"/>
<xsd:element name="lastDate"/>
<xsd:element name="organizer" minOccurs="0"/>
<xsd:element name="originalAllDay" minOccurs="0"/>
<xsd:element name="originalInstanceTime" minOccurs="0"/>
<xsd:element name="original_id" minOccurs="0"/>
<xsd:element name="original_sync_id" minOccurs="0"/>
<xsd:element name="rdate"/>
<xsd:element name="rrule"/>
<xsd:element name="selfAttendeeStatus"/>
<xsd:element name="sync_data1" minOccurs="0"/>
<xsd:element name="sync_data10" minOccurs="0"/>
<xsd:element name="sync_data2" minOccurs="0"/>
<xsd:element name="sync_data3" minOccurs="0"/>
<xsd:element name="sync_data4" minOccurs="0"/>
<xsd:element name="sync_data5" minOccurs="0"/>
<xsd:element name="sync_data6" minOccurs="0"/>
<xsd:element name="sync_data7" minOccurs="0"/>
<xsd:element name="sync_data8" minOccurs="0"/>
<xsd:element name="sync_data9" minOccurs="0"/>
<xsd:element name="title"/>
<xsd:element name="uid2445" minOccurs="0"/>
<-- deprecated and moved to accessLevel -->
<xsd:element name="visibility" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: localCalendarType

Super-types: None
Sub-types: None
Name localCalendarType
Abstract no
XML Instance Representation
<...>
<localCalendarEvent> localCalendarEventType </localCalendarEvent> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="localCalendarType">
<xsd:sequence>
<xsd:element name="localCalendarEvent" type="localCalendarEventType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: localContactsType

Super-types: None
Sub-types: None
Name localContactsType
Abstract no
XML Instance Representation
<...>
<lcRawContact> lcRawContactsType </lcRawContact> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="localContactsType">
<xsd:sequence>
<xsd:element name="lcRawContact" type="lcRawContactsType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: locationType

Super-types: None
Sub-types: None
Name locationType
Abstract no
Documentation The position that is provided to location-based applications.
XML Instance Representation
<...>
Start All [1]
<latitude> latitudeType </latitude> [1]
<longitude> longitudeType </longitude> [1]
<altitude> xsd:decimal </altitude> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="locationType">
<xsd:all>
<xsd:element name="latitude" type="latitudeType"/>
<xsd:element name="longitude" type="longitudeType"/>
<xsd:element name="altitude" type="xsd:decimal"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: macro

Super-types: functionType < macro (by extension)
Sub-types: None
Name macro
Abstract no
Documentation This function is used to perform a sequence of operations inside the PhoneApp. One example is dialling a number, waiting for the remote party to connect, then dialling a keypad sequence (to trigger some functionality inside the PBX) and finally hanging up.

Element <macro>macroType</macro>
Z(digits): dials digits

C: waits for the remote party to connect

H: hook on / off

W(1..5): waits for 1..5 seconds

Lo: switches the key's LED off

Lr: switches the key's LED to red

Lg: switches the key's LED to green

Ly: switches the key's LED to yellow

XML Instance Representation
<...>
Start All [1]
<visibility> visibilityType </visibility> [1]
<account> accountType </account> [1]
<macro> macroType </macro> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="macro">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="visibility" type="visibilityType"/>
<xsd:element name="account" type="accountType"/>
<xsd:element name="macro" type="macroType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: msnDdiForwarding

Super-types: functionType < msnDdiForwarding (by extension)
Sub-types: None
Name msnDdiForwarding
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<forwardingMode> forwardingModeType </forwardingMode> [0..1]
<forwardingConfig> forwardingConfigType </forwardingConfig> [0..1]
<redirectedNumber> abt:numberType </redirectedNumber> [1]
<account> accountType </account> [1] ?
<destinationNumber> xsd:string </destinationNumber> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="msnDdiForwarding">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="forwardingMode" type="forwardingModeType" minOccurs="0"/>
<xsd:element name="forwardingConfig" type="forwardingConfigType" minOccurs="0"/>
<xsd:element name="redirectedNumber" type="abt:numberType"/>
<xsd:element name="account" type="accountType"/>
<xsd:element name="destinationNumber" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: mwi

Super-types: functionType < mwi (by extension)
Sub-types: None
Name mwi
Abstract no
Documentation This function opens a SIP mailbox.
XML Instance Representation
<...>
Start All [1]
<mailboxId> mailboxIdType </mailboxId> [0..1]
<account> accountType </account> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="mwi">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="mailboxId" type="mailboxIdType" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: numberSpecificRuleType

Super-types: None
Sub-types: None
Name numberSpecificRuleType
Abstract no
Documentation Determines the behaviour of the built-in answering machine when a specific calling party number is delivered in an incoming call. Note that searching for number specific rules can be disabled separately (see contactCallRule).
XML Instance Representation
<...
account="accountType [1]"
number="xsd:string [1]">
Start All [1]
<rule> onOffType </rule> [1]
<acceptance> callAcceptanceType </acceptance> [1]
<announcement> announcementType </announcement> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="numberSpecificRuleType">
<xsd:all>
<xsd:element name="rule" type="onOffType"/>
<xsd:element name="acceptance" type="callAcceptanceType"/>
<xsd:element name="announcement" type="announcementType"/>
</xsd:all>
<xsd:attribute name="account" type="accountType" use="required"/>
<xsd:attribute name="number" type="xsd:string" use="required"/>
</xsd:complexType>
top

Complex Type: numberSpecificRulesType

Super-types: None
Sub-types: None
Name numberSpecificRulesType
Abstract no
XML Instance Representation
<...>
<numberSpecificRule> numberSpecificRuleType </numberSpecificRule> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="numberSpecificRulesType">
<xsd:sequence>
<xsd:element name="numberSpecificRule" type="numberSpecificRuleType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: openVpnType

Super-types: None
Sub-types: None
Name openVpnType
Abstract no
Documentation

Element <file>fileType</file>
A textfile that contains part of the OpenVPN settings. All text between the start and the end tag is copied into the file indicated by the filename attribute. The filename must include the path /data/etc/openvpn. Other filenames are ignored.

XML Instance Representation
<...>
<file> fileType </file> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="openVpnType">
<xsd:sequence>
<xsd:element name="file" type="fileType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: permissionFunctionGroupsType

Super-types: None
Sub-types: None
Name permissionFunctionGroupsType
Abstract no
Documentation Restricts using of functions to privileged users.
XML Instance Representation
<...>
Start All [1]
<permissionAvailabilityFunctions> permissionType </permissionAvailabilityFunctions> [0..1]
<permissionBossSecretaryFunctions> permissionType </permissionBossSecretaryFunctions> [0..1]
<permissionDoorRelayFunctions> permissionType </permissionDoorRelayFunctions> [0..1]
<permissionExchangeLineFunctions> permissionType </permissionExchangeLineFunctions> [0..1]
<permissionGroupFunctions> permissionType </permissionGroupFunctions> [0..1]
<permissionHotelFunctions> permissionType </permissionHotelFunctions> [0..1]
<permissionIntercomFunctions> permissionType </permissionIntercomFunctions> [0..1]
<permissionPbxCfxFunctions> permissionType </permissionPbxCfxFunctions> [0..1]
<permissionPbxConfigFunctions> permissionType </permissionPbxConfigFunctions> [0..1]
<permissionVoiceMailBoxFunctions> permissionType </permissionVoiceMailBoxFunctions> [0..1]
<permissionAnsweringMachineFunctions> permissionType </permissionAnsweringMachineFunctions> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="permissionFunctionGroupsType">
<xsd:all>
<xsd:element name="permissionAvailabilityFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionBossSecretaryFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionDoorRelayFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionExchangeLineFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionGroupFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionHotelFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionIntercomFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionPbxCfxFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionPbxConfigFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionVoiceMailBoxFunctions" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionAnsweringMachineFunctions" type="permissionType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: permissionSettingGroupsType

Super-types: None
Sub-types: None
Name permissionSettingGroupsType
Abstract no
Documentation Restricts changing of settings to privileged users.
XML Instance Representation
<...>
Start All [1]
<permissionAccountsAndSyncSettings> permissionType </permissionAccountsAndSyncSettings> [0..1]
<permissionAppSettings> permissionType </permissionAppSettings> [0..1]
<permissionBackupAndProvisioningSettings> permissionType </permissionBackupAndProvisioningSettings> [0..1]
<permissionBluetoothSettings> permissionType </permissionBluetoothSettings> [0..1]
<permissionDateAndTimeSettings> permissionType </permissionDateAndTimeSettings> [0..1]
<permissionEmailSettings> permissionType </permissionEmailSettings> [0..1]
<permissionNetworkSettings> permissionType </permissionNetworkSettings> [0..1]
<permissionPrivacyAndSecuritySettings> permissionType </permissionPrivacyAndSecuritySettings> [0..1]
<permissionProviderAndAccountSettings> permissionType </permissionProviderAndAccountSettings> [0..1]
<permissionWallpaperSettings> permissionType </permissionWallpaperSettings> [0..1]
<permissionWebcamSettings> permissionType </permissionWebcamSettings> [0..1]
<permissionUpdateSettings> permissionType </permissionUpdateSettings> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="permissionSettingGroupsType">
<xsd:all>
<xsd:element name="permissionAccountsAndSyncSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionAppSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionBackupAndProvisioningSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionBluetoothSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionDateAndTimeSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionEmailSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionNetworkSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionPrivacyAndSecuritySettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionProviderAndAccountSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionWallpaperSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionWebcamSettings" type="permissionType" minOccurs="0"/>
<xsd:element name="permissionUpdateSettings" type="permissionType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: pickup

Super-types: functionType < pickup (by extension)
Sub-types: None
Name pickup
Abstract no
XML Instance Representation
<...>
Start All [1]
<number> abt:numberType </number> [0..1]
<account> accountType </account> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="pickup">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="abt:numberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: powerSaveFromConfigType

Super-types: None
Sub-types: None
Name powerSaveFromConfigType
Abstract no
XML Instance Representation
<...>
Start All [1]
<powerSaveFromConfigActive> xsd:integer </powerSaveFromConfigActive> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="powerSaveFromConfigType">
<xsd:all>
<xsd:element name="powerSaveFromConfigActive" type="xsd:integer" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: powersave

Super-types: functionType < powersave (by extension)
Sub-types: None
Name powersave
Abstract no
Documentation This function puts the telephone into power saving mode.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="powersave">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: printType

Super-types: None
Sub-types: None
Name printType
Abstract no
Documentation Settings for printing the function key labelling.
XML Instance Representation
<...>
Start All [1]
<textSizeLevel1> xsd:decimal </textSizeLevel1> [0..1]
<textColorLevel1> rgbType </textColorLevel1> [0..1]
<backgroundColorLevel1> rgbType </backgroundColorLevel1> [0..1]
<textSizeLevel2> xsd:decimal </textSizeLevel2> [0..1]
<textColorLevel2> rgbType </textColorLevel2> [0..1]
<backgroundColorLevel2> rgbType </backgroundColorLevel2> [0..1]
<textAlignment> alignmentType </textAlignment> [0..1]
<textAlignment2> alignmentType </textAlignment2> [0..1]
<frameColor> rgbType </frameColor> [0..1]
<textBold1> onOffType </textBold1> [0..1]
<textBold2> onOffType </textBold2> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="printType">
<xsd:all>
<xsd:element name="textSizeLevel1" type="xsd:decimal" minOccurs="0"/>
<xsd:element name="textColorLevel1" type="rgbType" minOccurs="0"/>
<xsd:element name="backgroundColorLevel1" type="rgbType" minOccurs="0"/>
<xsd:element name="textSizeLevel2" type="xsd:decimal" minOccurs="0"/>
<xsd:element name="textColorLevel2" type="rgbType" minOccurs="0"/>
<xsd:element name="backgroundColorLevel2" type="rgbType" minOccurs="0"/>
<xsd:element name="textAlignment" type="alignmentType" minOccurs="0"/>
<xsd:element name="textAlignment2" type="alignmentType" minOccurs="0"/>
<xsd:element name="frameColor" type="rgbType" minOccurs="0"/>
<xsd:element name="textBold1" type="onOffType" minOccurs="0"/>
<xsd:element name="textBold2" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: privacyAndSecurityType

Super-types: None
Sub-types: None
Name privacyAndSecurityType
Abstract no
XML Instance Representation
<...>
Start All [1]
<logIncomingCalls> onOffType </logIncomingCalls> [0..1]
<logOutgoingCalls> onOffType </logOutgoingCalls> [0..1]
<callLogEmail> emailForwardingType </callLogEmail> [0..1]
<callLogEmailSendMarked> onOffType </callLogEmailSendMarked> [0..1]
<callLogEmailAttachRecord> onOffType </callLogEmailAttachRecord> [0..1]
<callLogEmailDelRecord> onOffType </callLogEmailDelRecord> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="privacyAndSecurityType">
<xsd:all>
<xsd:element name="logIncomingCalls" type="onOffType" minOccurs="0"/>
<xsd:element name="logOutgoingCalls" type="onOffType" minOccurs="0"/>
<xsd:element name="callLogEmail" type="emailForwardingType" minOccurs="0"/>
<xsd:element name="callLogEmailSendMarked" type="onOffType" minOccurs="0"/>
<xsd:element name="callLogEmailAttachRecord" type="onOffType" minOccurs="0"/>
<xsd:element name="callLogEmailDelRecord" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: providersAndAccountsType

Super-types: None
Sub-types: None
Name providersAndAccountsType
Abstract no
XML Instance Representation
<...>
<defaultAccount> accountType </defaultAccount> [0..1]
<allowPbxToSetDefaultAccount> onOffType </allowPbxToSetDefaultAccount> [0..1]
<provider> prov:providerType </provider> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="providersAndAccountsType">
<xsd:sequence>
<xsd:element name="defaultAccount" type="accountType" minOccurs="0"/>
<xsd:element name="allowPbxToSetDefaultAccount" type="onOffType" minOccurs="0"/>
<xsd:element name="provider" type="prov:providerType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: relay

Super-types: functionType < relay (by extension)
Sub-types: None
Name relay
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<relayNumber> xsd:integer </relayNumber> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="relay">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="relayNumber" type="xsd:integer"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: resetSubscriberForwarding

Super-types: functionType < resetSubscriberForwarding (by extension)
Sub-types: None
Name resetSubscriberForwarding
Abstract no
Documentation This function disables all subscriber forwardings performed by the telephone itself and those performed by the Auerswald PBX on behalf of the telephone.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="resetSubscriberForwarding">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: ringtone

Super-types: functionType < ringtone (by extension)
Sub-types: None
Name ringtone
Abstract no
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="ringtone">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: ringtoneSpecialGroupsEntryType

Super-types: None
Sub-types: None
Name ringtoneSpecialGroupsEntryType
Abstract no
XML Instance Representation
<...
index="xsd:integer [1]">
Start All [1]
<number> xsd:string </number> [0..1]
<url> xsd:string </url> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="ringtoneSpecialGroupsEntryType">
<xsd:all>
<xsd:element name="number" type="xsd:string" minOccurs="0"/>
<xsd:element name="url" type="xsd:string" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="index" type="xsd:integer" use="required"/>
</xsd:complexType>
top

Complex Type: ringtoneSpecialGroupsType

Super-types: None
Sub-types: None
Name ringtoneSpecialGroupsType
Abstract no
XML Instance Representation
<...>
<ringtoneSpecialGroupsEntry> ringtoneSpecialGroupsEntryType </ringtoneSpecialGroupsEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="ringtoneSpecialGroupsType">
<xsd:sequence>
<xsd:element name="ringtoneSpecialGroupsEntry" type="ringtoneSpecialGroupsEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: searchType

Super-types: None
Sub-types: None
Name searchType
Abstract no
XML Instance Representation
<...>
Start All [1]
<showWebSuggestions> onOffType </showWebSuggestions> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="searchType">
<xsd:all>
<xsd:element name="showWebSuggestions" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: secretary

Super-types: functionType < secretary (by extension)
Sub-types: None
Name secretary
Abstract no
Documentation

Element <number>abt:numberType</number>
Telephone number of the secretary

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<number> abt:numberType </number> [1] ?
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="secretary">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="number" type="abt:numberType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: sharedLine

Super-types: functionType < sharedLine (by extension)
Sub-types: None
Name sharedLine
Abstract no
Documentation This function is used to put calls on public hold (inside a PBX) and to retrieve them.

Element <sharedLineType>sharedLineTypeType</sharedLineType>
Specifies the shared line protocol to be used.

Element <sharedLineUrl>xsd:string</sharedLineUrl>
URL of the shared line. For the Auerswald waiting field the MSNs of the PBX's public exchanges are used as URLs.

Element <account>accountType</account>
Account of the shared line. For the Auerswald waiting field a public exchange of the PBX must be specified.

XML Instance Representation
<...>
Start All [1]
<sharedLineType> sharedLineTypeType </sharedLineType> [1] ?
<sharedLineUrl> xsd:string </sharedLineUrl> [0..1] ?
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="sharedLine">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="sharedLineType" type="sharedLineTypeType"/>
<xsd:element name="sharedLineUrl" type="xsd:string" minOccurs="0"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: shift

Super-types: functionType < shift (by extension)
Sub-types: None
Name shift
Abstract no
Documentation This function switches to the currently inactive level of the hardware function keys. The same function should be assigned to both levels of the same key to realise a toggle switch.
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="shift">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: soundType

Super-types: None
Sub-types: None
Name soundType
Abstract no
XML Instance Representation
<...>
Start All [1]
<headsetRinger> onOffType </headsetRinger> [0..1]
<headsetMicrophoneGain> xsd:integer </headsetMicrophoneGain> [0..1]
<handsetMicrophoneGainMax> xsd:integer </handsetMicrophoneGainMax> [0..1]
<volumeHandSet> percentType </volumeHandSet> [0..1]
<volumeHandsFree> percentType </volumeHandsFree> [0..1]
<volumeHeadSet> percentType </volumeHeadSet> [0..1]
<volumeBluetooth> percentType </volumeBluetooth> [0..1]
<volumeRing> percentType </volumeRing> [0..1]
<volumeMedia> percentType </volumeMedia> [0..1]
<volumeAlarm> percentType </volumeAlarm> [0..1]
<notificationsUseRingVolume> onOffType </notificationsUseRingVolume> [0..1]
<volumeNotification> percentType </volumeNotification> [0..1]
<volumeSystem> percentType </volumeSystem> [0..1]
<ringtoneDefault> xsd:string </ringtoneDefault> [0..1]
<ringtoneUnknown> xsd:string </ringtoneUnknown> [0..1]
<ringtoneInternal> xsd:string </ringtoneInternal> [0..1]
<ringtoneInternalUrgent> xsd:string </ringtoneInternalUrgent> [0..1]
<ringtoneIntercom> xsd:string </ringtoneIntercom> [0..1]
<ringtoneIntercomHandsfree> xsd:string </ringtoneIntercomHandsfree> [0..1]
<ringtoneExternal> xsd:string </ringtoneExternal> [0..1]
<ringtoneGroup> xsd:string </ringtoneGroup> [0..1]
<ringtoneAlarm> xsd:string </ringtoneAlarm> [0..1]
<ringtoneAlarmClock> xsd:string </ringtoneAlarmClock> [0..1]
<ringtoneDoor> xsd:string </ringtoneDoor> [0..1]
<ringtoneSilent> xsd:string </ringtoneSilent> [0..1]
<ringtoneCustomCategory1> xsd:string </ringtoneCustomCategory1> [0..1]
<ringtoneCustomCategory2> xsd:string </ringtoneCustomCategory2> [0..1]
<ringtoneCustomCategory3> xsd:string </ringtoneCustomCategory3> [0..1]
<ringtoneCustomCategory4> xsd:string </ringtoneCustomCategory4> [0..1]
<ringtoneCustomCategory5> xsd:string </ringtoneCustomCategory5> [0..1]
<silenceOnUserProximity> onOffType </silenceOnUserProximity> [0..1]
<ringtoneNotification> xsd:string </ringtoneNotification> [0..1]
<audibleSelection> onOffType </audibleSelection> [0..1]
<screenLockSounds> onOffType </screenLockSounds> [0..1]
<silentMode> onOffType </silentMode> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="soundType">
<xsd:all>
<xsd:element name="headsetRinger" type="onOffType" minOccurs="0"/>
<xsd:element name="headsetMicrophoneGain" type="xsd:integer" minOccurs="0"/>
<xsd:element name="handsetMicrophoneGainMax" type="xsd:integer" minOccurs="0"/>
<xsd:element name="volumeHandSet" type="percentType" minOccurs="0"/>
<xsd:element name="volumeHandsFree" type="percentType" minOccurs="0"/>
<xsd:element name="volumeHeadSet" type="percentType" minOccurs="0"/>
<xsd:element name="volumeBluetooth" type="percentType" minOccurs="0"/>
<xsd:element name="volumeRing" type="percentType" minOccurs="0"/>
<xsd:element name="volumeMedia" type="percentType" minOccurs="0"/>
<xsd:element name="volumeAlarm" type="percentType" minOccurs="0"/>
<xsd:element name="notificationsUseRingVolume" type="onOffType" minOccurs="0"/>
<xsd:element name="volumeNotification" type="percentType" minOccurs="0"/>
<xsd:element name="volumeSystem" type="percentType" minOccurs="0"/>
<xsd:element name="ringtoneDefault" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneUnknown" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneInternal" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneInternalUrgent" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneIntercom" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneIntercomHandsfree" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneExternal" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneGroup" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneAlarm" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneAlarmClock" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneDoor" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneSilent" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneCustomCategory1" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneCustomCategory2" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneCustomCategory3" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneCustomCategory4" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtoneCustomCategory5" type="xsd:string" minOccurs="0"/>
<xsd:element name="silenceOnUserProximity" type="onOffType" minOccurs="0"/>
<xsd:element name="ringtoneNotification" type="xsd:string" minOccurs="0"/>
<xsd:element name="audibleSelection" type="onOffType" minOccurs="0"/>
<xsd:element name="screenLockSounds" type="onOffType" minOccurs="0"/>
<xsd:element name="silentMode" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: speedDialing

Super-types: functionType < speedDialing (by extension)
Sub-types: None
Name speedDialing
Abstract no
XML Instance Representation
<...>
Start All [1]
<sipSubscription> sipSubscrType </sipSubscription> [0..1]
<number> xsd:string </number> [1]
<account> accountType </account> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="speedDialing">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="sipSubscription" type="sipSubscrType" minOccurs="0"/>
<xsd:element name="number" type="xsd:string"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: startApplication

Super-types: functionType < startApplication (by extension)
Sub-types: None
Name startApplication
Abstract no
Documentation This function starts an android application.

Element <command>xsd:string</command>
Uri of the intent that launchs the application.
More information at: http://developer.android.com/reference/android/content/Intent.html#toUri(int).

XML Instance Representation
<...>
Start All [1]
<command> xsd:string </command> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="startApplication">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="command" type="xsd:string"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: startBrowser

Super-types: functionType < startBrowser (by extension)
Sub-types: None
Name startBrowser
Abstract no
Documentation This function opens a URL.
XML Instance Representation
<...>
Start All [1]
<operation> urlFunctionModeOfOperationType </operation> [0..1]
<url> abt:urlType </url> [1]
End All
</...>
Schema Component Representation
<xsd:complexType name="startBrowser">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="urlFunctionModeOfOperationType" minOccurs="0"/>
<xsd:element name="url" type="abt:urlType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: subscriberForwarding

Super-types: functionType < subscriberForwarding (by extension)
Sub-types:
Name subscriberForwarding
Abstract no
Documentation This function configures a subscriber call forwarding performed by the telephone using SIP response code 302 (moved temporarily).
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<forwardingMode> forwardingModeType </forwardingMode> [0..1]
<destinationNumber> xsd:string </destinationNumber> [0..1]
<destinationAccount> accountType </destinationAccount> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="subscriberForwarding">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="forwardingMode" type="forwardingModeType" minOccurs="0"/>
<xsd:element name="destinationNumber" type="xsd:string" minOccurs="0"/>
<xsd:element name="destinationAccount" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: subscriberForwardingInPbx

Super-types: functionType < subscriberForwarding (by extension) < subscriberForwardingInPbx (by extension)
Sub-types: None
Name subscriberForwardingInPbx
Abstract no
Documentation This function configures a subscriber call forwarding performed by the Auerswald PBX on behalf of the telephone.
XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<forwardingMode> forwardingModeType </forwardingMode> [0..1]
<destinationNumber> xsd:string </destinationNumber> [0..1]
<destinationAccount> accountType </destinationAccount> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="subscriberForwardingInPbx">
<xsd:complexContent>
<xsd:extension base="subscriberForwarding"/>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: syncType

Super-types: None
Sub-types: None
Name syncType
Abstract no
XML Instance Representation
<...>
Start All [1]
<autoSync> onOffType </autoSync> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="syncType">
<xsd:all>
<xsd:element name="autoSync" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: syslogType

Super-types: None
Sub-types: None
Name syslogType
Abstract no
XML Instance Representation
<...>
Start All [1]
<status> onOffType </status> [1]
<serverAddress> abt:ipAddressType </serverAddress> [1]
<serverPort> xsd:integer </serverPort> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="syslogType">
<xsd:all>
<xsd:element name="status" type="onOffType"/>
<xsd:element name="serverAddress" type="abt:ipAddressType"/>
<xsd:element name="serverPort" type="xsd:integer" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: test

Super-types: functionType < test (by extension)
Sub-types: None
Name test
Abstract no
Documentation For internal use only.
XML Instance Representation
<...>
Start All [1]
<testParam1> xsd:string </testParam1> [1]
<testParam2> xsd:string </testParam2> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="test">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="testParam1" type="xsd:string"/>
<xsd:element name="testParam2" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: timeAndDateType

Super-types: None
Sub-types: None
Name timeAndDateType
Abstract no
XML Instance Representation
<...>
Start All [1]
<ntpEnable> onOffType </ntpEnable> [0..1]
<ntpServer> abt:urlType </ntpServer> [0..1]
<timeZone> tz:timeZoneType </timeZone> [0..1]
<timeHourFormat> timeFormatType </timeHourFormat> [0..1]
<dateFormat> dateFormatType </dateFormat> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="timeAndDateType">
<xsd:all>
<xsd:element name="ntpEnable" type="onOffType" minOccurs="0"/>
<xsd:element name="ntpServer" type="abt:urlType" minOccurs="0"/>
<xsd:element name="timeZone" type="tz:timeZoneType" minOccurs="0"/>
<xsd:element name="timeHourFormat" type="timeFormatType" minOccurs="0"/>
<xsd:element name="dateFormat" type="dateFormatType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: updateAndProvisioningType

Super-types: None
Sub-types: None
Name updateAndProvisioningType
Abstract no
XML Instance Representation
<...>
Start All [1]
<scheduledDays> daysType </scheduledDays> [0..1]
<scheduledTime> timeType </scheduledTime> [0..1]
<updateCheckEnable> onOffType </updateCheckEnable> [0..1]
<updateAutoInstall> onOffType </updateAutoInstall> [0..1]
<updateUrl> abt:urlType </updateUrl> [0..1]
<provisioningEnable> onOffType </provisioningEnable> [0..1]
<provisioningUrl> abt:urlType </provisioningUrl> [0..1]
<provisioningUseDhcp> onOffType </provisioningUseDhcp> [0..1]
<provisioningUseRedirect> onOffType </provisioningUseRedirect> [0..1]
<provisioningUsePbxSearch> onOffType </provisioningUsePbxSearch> [0..1]
<configViaSipEnable> onOffType </configViaSipEnable> [0..1]
<configViaSipIpWhitelist> configViaSipIpWhitelistType </configViaSipIpWhitelist> [0..1]
<autoInstallAppProvisioning> abt:urlType </autoInstallAppProvisioning> [0..1]
<marketAppListUrl> abt:urlType </marketAppListUrl> [0..1]
<updateDistribute> onOffType </updateDistribute> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="updateAndProvisioningType">
<xsd:all>
<xsd:element name="scheduledDays" type="daysType" minOccurs="0"/>
<xsd:element name="scheduledTime" type="timeType" minOccurs="0"/>
<xsd:element name="updateCheckEnable" type="onOffType" minOccurs="0"/>
<xsd:element name="updateAutoInstall" type="onOffType" minOccurs="0"/>
<xsd:element name="updateUrl" type="abt:urlType" minOccurs="0"/>
<xsd:element name="provisioningEnable" type="onOffType" minOccurs="0"/>
<xsd:element name="provisioningUrl" type="abt:urlType" minOccurs="0"/>
<xsd:element name="provisioningUseDhcp" type="onOffType" minOccurs="0"/>
<xsd:element name="provisioningUseRedirect" type="onOffType" minOccurs="0"/>
<xsd:element name="provisioningUsePbxSearch" type="onOffType" minOccurs="0"/>
<xsd:element name="configViaSipEnable" type="onOffType" minOccurs="0"/>
<xsd:element name="configViaSipIpWhitelist" type="configViaSipIpWhitelistType" minOccurs="0"/>
<xsd:element name="autoInstallAppProvisioning" type="abt:urlType" minOccurs="0"/>
<xsd:element name="marketAppListUrl" type="abt:urlType" minOccurs="0"/>
<xsd:element name="updateDistribute" type="onOffType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: videoTelephoneType

Super-types: None
Sub-types: None
Name videoTelephoneType
Abstract no
Documentation

Element <account>accountType</account>
The account of the telephone number to which the webcam belongs.

Element <dtmfLight>xsd:string</dtmfLight>
Optional DTMF keypad sequence that switches a light on (if the remote party supports that operation).

Element <dtmfOpen>xsd:string</dtmfOpen>
Optional DTMF keypad sequence that opens the door (if the remote party is a door).

Element <number>xsd:string</number>
The telephone number for which the webcam provides the image.

Element <webcamId>xsd:integer</webcamId>
The webcam that provides the image for the telephone number.

XML Instance Representation
<...>
Start All [1]
<_id> xsd:integer </_id> [1]
<account> accountType </account> [1] ?
<dtmfLight> xsd:string </dtmfLight> [1] ?
<dtmfOpen> xsd:string </dtmfOpen> [1] ?
<number> xsd:string </number> [1] ?
<webcamId> xsd:integer </webcamId> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="videoTelephoneType">
<xsd:all>
<xsd:element name="_id" type="xsd:integer"/>
<xsd:element name="account" type="accountType"/>
<xsd:element name="dtmfLight" type="xsd:string"/>
<xsd:element name="dtmfOpen" type="xsd:string"/>
<xsd:element name="number" type="xsd:string"/>
<xsd:element name="webcamId" type="xsd:integer"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: videoTelephonesType

Super-types: None
Sub-types: None
Name videoTelephonesType
Abstract no
XML Instance Representation
<...>
<videoTelephone> videoTelephoneType </videoTelephone> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="videoTelephonesType">
<xsd:sequence>
<xsd:element name="videoTelephone" type="videoTelephoneType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: videoTelephonyType

Super-types: None
Sub-types: None
Name videoTelephonyType
Abstract no
XML Instance Representation
<...>
Start All [1]
<webcams> webcamsType </webcams> [0..1]
<videoTelephones> videoTelephonesType </videoTelephones> [0..1]
<motionDetectionPort> abt:nonPrivilegedPortType </motionDetectionPort> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="videoTelephonyType">
<xsd:all>
<xsd:element name="webcams" type="webcamsType" minOccurs="0"/>
<xsd:element name="videoTelephones" type="videoTelephonesType" minOccurs="0"/>
<xsd:element name="motionDetectionPort" type="abt:nonPrivilegedPortType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: vmbEmailNotification

Super-types: functionType < vmbEmailNotification (by extension)
Sub-types: None
Name vmbEmailNotification
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<vmbType> vmbTypeType </vmbType> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="vmbEmailNotification">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="vmbType" type="vmbTypeType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: vmbOpen

Super-types: functionType < vmbOpen (by extension)
Sub-types: None
Name vmbOpen
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<vmbType> vmbTypeType </vmbType> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="vmbOpen">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="vmbType" type="vmbTypeType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: vmbRemoteAccess

Super-types: functionType < vmbRemoteAccess (by extension)
Sub-types: None
Name vmbRemoteAccess
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [0..1]
<vmbType> vmbTypeType </vmbType> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="vmbRemoteAccess">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType" minOccurs="0"/>
<xsd:element name="vmbType" type="vmbTypeType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: vmbVoiceMemo

Super-types: functionType < vmbVoiceMemo (by extension)
Sub-types: None
Name vmbVoiceMemo
Abstract no
Documentation

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<vmbType> vmbTypeType </vmbType> [0..1]
<vmbNumber> internalNumberType </vmbNumber> [0..1]
<account> accountType </account> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="vmbVoiceMemo">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="vmbType" type="vmbTypeType" minOccurs="0"/>
<xsd:element name="vmbNumber" type="internalNumberType" minOccurs="0"/>
<xsd:element name="account" type="accountType" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: waitingFieldReception

Super-types: functionType < waitingFieldReception (by extension)
Sub-types: None
Name waitingFieldReception
Abstract no
Documentation This function toggles the waiting field (shared line) mode of operation for this telephone when attached to an Auerswald PBX.

Element <account>accountType</account>
System telephony must be enabled for this account.

XML Instance Representation
<...>
Start All [1]
<operation> toggleEnableDisableType </operation> [1]
<account> accountType </account> [1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="waitingFieldReception">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="operation" type="toggleEnableDisableType"/>
<xsd:element name="account" type="accountType"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: waitingFieldToneType

Super-types: None
Sub-types: None
Name waitingFieldToneType
Abstract no
XML Instance Representation
<...>
Start All [1]
<waitingFieldToneUrl> xsd:string </waitingFieldToneUrl> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="waitingFieldToneType">
<xsd:all>
<xsd:element name="waitingFieldToneUrl" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: wallpaperType

Super-types: None
Sub-types: None
Name wallpaperType
Abstract no
Documentation

Element <url>abt:urlType</url>
Sets an location for images that are periodically fetched and displayed. Images of type png or jpg are allowed and the maximal file size is 256Kb. The maximal image size is 1024*2048 pixels. The phone will automatically scale down the image to it's screen size.

XML Instance Representation
<...>
Start All [1]
<url> abt:urlType </url> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="wallpaperType">
<xsd:all>
<xsd:element name="url" type="abt:urlType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: webCam

Super-types: functionType < webCam (by extension)
Sub-types: None
Name webCam
Abstract no
Documentation This function displays the video image provided by a webcam.

Element <webcam>xsd:integer</webcam>
ID taken from the webcam database.

XML Instance Representation
<...>
Start All [1]
<webcam> xsd:integer </webcam> [0..1] ?
End All
</...>
Schema Component Representation
<xsd:complexType name="webCam">
<xsd:complexContent>
<xsd:extension base="functionType">
<xsd:all>
<xsd:element name="webcam" type="xsd:integer" minOccurs="0"/>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: webcamType

Super-types: None
Sub-types: None
Name webcamType
Abstract no
Documentation

Element <framesPerSecond>xsd:nonNegativeInteger</framesPerSecond>
The number of images that the PhoneApp retrieves from the webcam per second.

Element <fullscreen>xsd:integer</fullscreen>
If enabled the PhoneApp displays the webcam image in fullscreen by default.

Element <scale>xsd:integer</scale>
The scaling that is performed before the webcam image is displayed.

Element <url>xsd:string</url>
The URL which provides the video image of the webcam.

XML Instance Representation
<...>
Start All [1]
<_id> xsd:integer </_id> [1]
<centering> xsd:integer </centering> [0..1]
<detection> xsd:integer </detection> [0..1]
<down> xsd:string </down> [0..1]
<framesPerSecond> xsd:nonNegativeInteger </framesPerSecond> [1] ?
<fullscreen> xsd:integer </fullscreen> [0..1] ?
<left> xsd:string </left> [0..1]
<name> xsd:string </name> [1]
<password> xsd:string </password> [0..1]
<right> xsd:string </right> [0..1]
<ringtone_uri> xsd:string </ringtone_uri> [0..1]
<scale> xsd:integer </scale> [1] ?
<security> xsd:integer </security> [0..1]
<snapshot> xsd:integer </snapshot> [0..1]
<spez_ok> xsd:string </spez_ok> [0..1]
<tcp_msg> xsd:string </tcp_msg> [0..1]
<up> xsd:string </up> [0..1]
<url> xsd:string </url> [1] ?
<userName> xsd:string </userName> [0..1]
<zoom_in> xsd:string </zoom_in> [0..1]
<zoom_out> xsd:string </zoom_out> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="webcamType">
<xsd:all>
<xsd:element name="_id" type="xsd:integer"/>
<xsd:element name="centering" type="xsd:integer" minOccurs="0"/>
<xsd:element name="detection" type="xsd:integer" minOccurs="0"/>
<xsd:element name="down" type="xsd:string" minOccurs="0"/>
<xsd:element name="framesPerSecond" type="xsd:nonNegativeInteger"/>
<xsd:element name="fullscreen" type="xsd:integer" minOccurs="0"/>
<xsd:element name="left" type="xsd:string" minOccurs="0"/>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="password" type="xsd:string" minOccurs="0"/>
<xsd:element name="right" type="xsd:string" minOccurs="0"/>
<xsd:element name="ringtone_uri" type="xsd:string" minOccurs="0"/>
<xsd:element name="scale" type="xsd:integer"/>
<xsd:element name="security" type="xsd:integer" minOccurs="0"/>
<xsd:element name="snapshot" type="xsd:integer" minOccurs="0"/>
<xsd:element name="spez_ok" type="xsd:string" minOccurs="0"/>
<xsd:element name="tcp_msg" type="xsd:string" minOccurs="0"/>
<xsd:element name="up" type="xsd:string" minOccurs="0"/>
<xsd:element name="url" type="xsd:string"/>
<xsd:element name="userName" type="xsd:string" minOccurs="0"/>
<xsd:element name="zoom_in" type="xsd:string" minOccurs="0"/>
<xsd:element name="zoom_out" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Complex Type: webcamsType

Super-types: None
Sub-types: None
Name webcamsType
Abstract no
XML Instance Representation
<...>
<webcam> webcamType </webcam> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="webcamsType">
<xsd:sequence>
<xsd:element name="webcam" type="webcamType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: whiteListEntryType

Super-types: None
Sub-types: None
Name whiteListEntryType
Abstract no
XML Instance Representation
<...
index="xsd:integer [1]">
Start All [1]
<ip> xsd:string </ip> [0..1]
<prefix> prefixType </prefix> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="whiteListEntryType">
<xsd:all>
<xsd:element name="ip" type="xsd:string" minOccurs="0"/>
<xsd:element name="prefix" type="prefixType" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="index" type="xsd:integer" use="required"/>
</xsd:complexType>
top

Complex Type: whiteListType

Super-types: None
Sub-types: None
Name whiteListType
Abstract no
XML Instance Representation
<...>
<whiteListEntry> whiteListEntryType </whiteListEntry> [0..*]
</...>
Schema Component Representation
<xsd:complexType name="whiteListType">
<xsd:sequence>
<xsd:element name="whiteListEntry" type="whiteListEntryType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: widgetType

Super-types: None
Sub-types: None
Name widgetType
Abstract no
Documentation A widget's package name and class. Note that some widgets need to be configured manually.
XML Instance Representation
<...>
Start All [1]
<id> xsd:integer </id> [1]
<packageName> xsd:string </packageName> [1]
<className> xsd:string </className> [1]
<functionKey> xsd:string </functionKey> [0..1]
End All
</...>
Schema Component Representation
<xsd:complexType name="widgetType">
<xsd:all>
<xsd:element name="id" type="xsd:integer"/>
<xsd:element name="packageName" type="xsd:string"/>
<xsd:element name="className" type="xsd:string"/>
<xsd:element name="functionKey" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
top

Simple Type: accountType

Super-types: xsd:integer < accountType (by restriction)
Sub-types: None
Name accountType
Content
  • Base XSD type: integer
Schema Component Representation
<xsd:simpleType name="accountType">
<xsd:restriction base="xsd:integer"/>
</xsd:simpleType>
top

Simple Type: alignmentType

Super-types: xsd:string < alignmentType (by restriction)
Sub-types: None
Name alignmentType
Content
  • Base XSD type: string
  • value comes from list: {'default'|'left'|'center'|'right'}
Schema Component Representation
<xsd:simpleType name="alignmentType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="default"/>
<xsd:enumeration value="left"/>
<xsd:enumeration value="center"/>
<xsd:enumeration value="right"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: announcementBeforeAnsweringModeType

Super-types: xsd:string < announcementBeforeAnsweringModeType (by restriction)
Sub-types: None
Name announcementBeforeAnsweringModeType
Content
  • Base XSD type: string
  • value comes from list: {'enable_always'|'enable_on_busy'|'toggle_always'|'toggle_on_busy'|'disable'}
Schema Component Representation
<xsd:simpleType name="announcementBeforeAnsweringModeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="enable_always"/>
<xsd:enumeration value="enable_on_busy"/>
<xsd:enumeration value="toggle_always"/>
<xsd:enumeration value="toggle_on_busy"/>
<xsd:enumeration value="disable"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: announcementType

Super-types: xsd:integer < announcementType (by restriction)
Sub-types: None
Name announcementType
Content
  • Base XSD type: integer
  • -1 <= value <= 25
Schema Component Representation
<xsd:simpleType name="announcementType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="-1"/>
<xsd:maxInclusive value="25"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: announcementTypeType

Super-types: xsd:string < announcementTypeType (by restriction)
Sub-types: None
Name announcementTypeType
Content
  • Base XSD type: string
  • value comes from list: {'anonymous'|'external'|'internal'|'door'|'miscellaneous'|'standard'}
Schema Component Representation
<xsd:simpleType name="announcementTypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="anonymous"/>
<xsd:enumeration value="external"/>
<xsd:enumeration value="internal"/>
<xsd:enumeration value="door"/>
<xsd:enumeration value="miscellaneous"/>
<xsd:enumeration value="standard"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: authenticationType

Super-types: xsd:string < authenticationType (by restriction)
Sub-types: None
Name authenticationType
Content
  • Base XSD type: string
  • value comes from list: {'no_authentication'|'username_and_password'|'md5_challenge_response'}
Schema Component Representation
<xsd:simpleType name="authenticationType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="no_authentication"/>
<xsd:enumeration value="username_and_password"/>
<xsd:enumeration value="md5_challenge_response"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: autoAcceptTimeoutType

Super-types: xsd:integer < autoAcceptTimeoutType (by restriction)
Sub-types: None
Name autoAcceptTimeoutType
Content
  • Base XSD type: integer
  • 0 <= value <= 99
Schema Component Representation
<xsd:simpleType name="autoAcceptTimeoutType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="99"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: autoAcceptType

Super-types: xsd:string < autoAcceptType (by restriction)
Sub-types: None
Name autoAcceptType
Content
  • Base XSD type: string
  • value comes from list: {'enable'|'disable'|'enable_with_tone'}
Schema Component Representation
<xsd:simpleType name="autoAcceptType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="enable"/>
<xsd:enumeration value="disable"/>
<xsd:enumeration value="enable_with_tone"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: blockedCallsType

Super-types: xsd:string < blockedCallsType (by restriction)
Sub-types: None
Name blockedCallsType
Content
  • Base XSD type: string
  • value comes from list: {'all'|'anonymous'|'no_contact'}
Schema Component Representation
<xsd:simpleType name="blockedCallsType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="all"/>
<xsd:enumeration value="anonymous"/>
<xsd:enumeration value="no_contact"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: callAcceptanceTimeType

Super-types: xsd:integer < callAcceptanceTimeType (by restriction)
Sub-types: None
Name callAcceptanceTimeType
Content
  • Base XSD type: integer
  • 1 <= value <= 99
Schema Component Representation
<xsd:simpleType name="callAcceptanceTimeType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="99"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: callAcceptanceType

Super-types: xsd:string < callAcceptanceType (by restriction)
Sub-types: None
Name callAcceptanceType
Content
  • Base XSD type: string
  • value comes from list: {'announcement_and_recording'|'announcement_only'|'no_call_acceptance'|'announcement_no_rule'}
Schema Component Representation
<xsd:simpleType name="callAcceptanceType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="announcement_and_recording"/>
<xsd:enumeration value="announcement_only"/>
<xsd:enumeration value="no_call_acceptance"/>
<xsd:enumeration value="announcement_no_rule"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: callRecordingAnnouncementType

Super-types: xsd:string < callRecordingAnnouncementType (by restriction)
Sub-types: None
Name callRecordingAnnouncementType
Content
  • Base XSD type: string
  • pattern = (1?[0-9]|2[0-5]|1000)
Schema Component Representation
<xsd:simpleType name="callRecordingAnnouncementType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="(1?[0-9]|2[0-5]|1000)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: configViaSipIpWhitelistEntryIndexType

Super-types: xsd:integer < configViaSipIpWhitelistEntryIndexType (by restriction)
Sub-types: None
Name configViaSipIpWhitelistEntryIndexType
Content
  • Base XSD type: integer
  • 0 <= value <= 4
Schema Component Representation
<xsd:simpleType name="configViaSipIpWhitelistEntryIndexType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: contentType

Super-types: xsd:string < contentType (by restriction)
Sub-types: None
Name contentType
Content
  • Base XSD type: string
  • pattern = content://.*
Schema Component Representation
<xsd:simpleType name="contentType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="content://.*"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: dateFormatType

Super-types: xsd:string < dateFormatType (by restriction)
Sub-types: None
Name dateFormatType
Content
  • Base XSD type: string
  • value comes from list: {''|'yyyy-MM-dd'|'MM-dd-yyyy'|'dd-MM-yyyy'}
Schema Component Representation
<xsd:simpleType name="dateFormatType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value=""/>
<xsd:enumeration value="yyyy-MM-dd"/>
<xsd:enumeration value="MM-dd-yyyy"/>
<xsd:enumeration value="dd-MM-yyyy"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: daysType

Super-types: xsd:string < daysType (by restriction)
Sub-types: None
Name daysType
Content
  • Base XSD type: string
  • pattern = ()|(monday|tuesday|wednesday|thursday|friday|saturday|sunday)(, (monday|tuesday|wednesday|thursday|friday|saturday|sunday)){0,6}
Schema Component Representation
<xsd:simpleType name="daysType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="()|(monday|tuesday|wednesday|thursday|friday|saturday|sunday)(, (monday|tuesday|wednesday|thursday|friday|saturday|sunday)){0,6}"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: dbIntegerType

Super-types: xsd:string < dbIntegerType (by restriction)
Sub-types: None
Name dbIntegerType
Content
  • Base XSD type: string
  • pattern = -?\d*
Schema Component Representation
<xsd:simpleType name="dbIntegerType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="-?\d*"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: displayLedType

Super-types: xsd:string < displayLedType (by restriction)
Sub-types: None
Name displayLedType
Content
  • Base XSD type: string
  • value comes from list: {'show_active_calls'|'show_active_calls_and_headset'|'show_active_calls_and_new_messages'|'off'}
Schema Component Representation
<xsd:simpleType name="displayLedType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="show_active_calls"/>
<xsd:enumeration value="show_active_calls_and_headset"/>
<xsd:enumeration value="show_active_calls_and_new_messages"/>
<xsd:enumeration value="off"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: doorOperationType

Super-types: xsd:string < doorOperationType (by restriction)
Sub-types: None
Name doorOperationType
Content
  • Base XSD type: string
  • value comes from list: {'open_door'|'switch_on_light'|'open_door_and_switch_on_light'}
Schema Component Representation
<xsd:simpleType name="doorOperationType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="open_door"/>
<xsd:enumeration value="switch_on_light"/>
<xsd:enumeration value="open_door_and_switch_on_light"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: emailForwardingType

Super-types: xsd:string < emailForwardingType (by restriction)
Sub-types: None
Name emailForwardingType
Content
  • Base XSD type: string
  • value comes from list: {'email_forward_no'|'email_forward_missed_calls'|'email_forward_all_calls'}
Schema Component Representation
<xsd:simpleType name="emailForwardingType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="email_forward_no"/>
<xsd:enumeration value="email_forward_missed_calls"/>
<xsd:enumeration value="email_forward_all_calls"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: emailSSLType

Super-types: xsd:string < emailSSLType (by restriction)
Sub-types: None
Name emailSSLType
Content
  • Base XSD type: string
  • value comes from list: {'on'|'off'|'on_immediately'}
Schema Component Representation
<xsd:simpleType name="emailSSLType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="on"/>
<xsd:enumeration value="off"/>
<xsd:enumeration value="on_immediately"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: emergencyNumberIndexType

Super-types: xsd:integer < emergencyNumberIndexType (by restriction)
Sub-types: None
Name emergencyNumberIndexType
Content
  • Base XSD type: integer
  • 0 <= value <= 9
Documentation Emergency numbers that can be dialled even when the telephone is locked with a password.
Schema Component Representation
<xsd:simpleType name="emergencyNumberIndexType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="9"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: enableDisableAllType

Super-types: xsd:string < enableDisableAllType (by restriction)
Sub-types: None
Name enableDisableAllType
Content
  • Base XSD type: string
  • value comes from list: {'enable'|'disable'|'disableAll'}
Schema Component Representation
<xsd:simpleType name="enableDisableAllType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="enable"/>
<xsd:enumeration value="disable"/>
<xsd:enumeration value="disableAll"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: enabledType

Super-types: xsd:string < enabledType (by restriction)
Sub-types: None
Name enabledType
Content
  • Base XSD type: string
  • value comes from list: {'on'|'off'|'auto'|'manual'}
Schema Component Representation
<xsd:simpleType name="enabledType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="on"/>
<xsd:enumeration value="off"/>
<xsd:enumeration value="auto"/>
<xsd:enumeration value="manual"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: forwardingConfigType

Super-types: xsd:string < forwardingConfigType (by restriction)
Sub-types: None
Name forwardingConfigType
Content
  • Base XSD type: string
  • value comes from list: {'current_config'|'permanent_config'}
Schema Component Representation
<xsd:simpleType name="forwardingConfigType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="current_config"/>
<xsd:enumeration value="permanent_config"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: forwardingModeType

Super-types: xsd:string < forwardingModeType (by restriction)
Sub-types: None
Name forwardingModeType
Content
  • Base XSD type: string
  • value comes from list: {'unconditional'|'on_busy'|'on_not_responding'}
Schema Component Representation
<xsd:simpleType name="forwardingModeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="unconditional"/>
<xsd:enumeration value="on_busy"/>
<xsd:enumeration value="on_not_responding"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: internalNumberType

Super-types: xsd:integer < internalNumberType (by restriction)
Sub-types: None
Name internalNumberType
Content
  • Base XSD type: integer
  • 0 <= value <= 9999
Schema Component Representation
<xsd:simpleType name="internalNumberType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="9999"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ipAddressOrEmptyType

Super-types: None
Sub-types: None
Name ipAddressOrEmptyType
Content
  • Union of following types:
    • abt:ipAddressType
    • Locally defined type:
      • Base XSD type: string
      • value comes from list: {''}
Schema Component Representation
<xsd:simpleType name="ipAddressOrEmptyType">
<xsd:union memberTypes="abt:ipAddressType">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
top

Simple Type: keyLevelType

Super-types: xsd:integer < keyLevelType (by restriction)
Sub-types: None
Name keyLevelType
Content
  • Base XSD type: integer
  • 0 <= value <= 1
Schema Component Representation
<xsd:simpleType name="keyLevelType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: keyNumberType

Super-types: xsd:integer < keyNumberType (by restriction)
Sub-types: None
Name keyNumberType
Content
  • Base XSD type: integer
  • 0 <= value <= 114
Schema Component Representation
<xsd:simpleType name="keyNumberType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="114"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: languageType

Super-types: xsd:string < languageType (by restriction)
Sub-types: None
Name languageType
Content
  • Base XSD type: string
  • value comes from list: {'de'|'en'|'es'|'fr'|'gr'|'it'|'nl'|'pl'}
Schema Component Representation
<xsd:simpleType name="languageType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="de"/>
<xsd:enumeration value="en"/>
<xsd:enumeration value="es"/>
<xsd:enumeration value="fr"/>
<xsd:enumeration value="gr"/>
<xsd:enumeration value="it"/>
<xsd:enumeration value="nl"/>
<xsd:enumeration value="pl"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: latitudeType

Super-types: xsd:decimal < latitudeType (by restriction)
Sub-types: None
Name latitudeType
Content
  • Base XSD type: decimal
  • -90 <= value <= +90
Schema Component Representation
<xsd:simpleType name="latitudeType">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="-90"/>
<xsd:maxInclusive value="+90"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ledPowersaveType

Super-types: xsd:string < ledPowersaveType (by restriction)
Sub-types: None
Name ledPowersaveType
Content
  • Base XSD type: string
  • value comes from list: {'off'|'no_timeout'|'5min'|'10min'|'15min'|'30min'|'1h'|'2h'}
Schema Component Representation
<xsd:simpleType name="ledPowersaveType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="off"/>
<xsd:enumeration value="no_timeout"/>
<xsd:enumeration value="5min"/>
<xsd:enumeration value="10min"/>
<xsd:enumeration value="15min"/>
<xsd:enumeration value="30min"/>
<xsd:enumeration value="1h"/>
<xsd:enumeration value="2h"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: listeningInType

Super-types: xsd:string < listeningInType (by restriction)
Sub-types: None
Name listeningInType
Content
  • Base XSD type: string
  • value comes from list: {'on'|'off'|'recording_only'}
Schema Component Representation
<xsd:simpleType name="listeningInType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="on"/>
<xsd:enumeration value="off"/>
<xsd:enumeration value="recording_only"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: localeType

Super-types: xsd:string < localeType (by restriction)
Sub-types: None
Name localeType
Content
  • Base XSD type: string
  • value comes from list: {'de_AT'|'de_CH'|'de_DE'|'en_GB'|'en_US'|'pl_PL'|'nl_NL'|'nl_BE'|'fr_FR'|'fr_BE'|'fr_CH'|'it_IT'|'es_ES'|'el_GR'}
Schema Component Representation
<xsd:simpleType name="localeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="de_AT"/>
<xsd:enumeration value="de_CH"/>
<xsd:enumeration value="de_DE"/>
<xsd:enumeration value="en_GB"/>
<xsd:enumeration value="en_US"/>
<xsd:enumeration value="pl_PL"/>
<xsd:enumeration value="nl_NL"/>
<xsd:enumeration value="nl_BE"/>
<xsd:enumeration value="fr_FR"/>
<xsd:enumeration value="fr_BE"/>
<xsd:enumeration value="fr_CH"/>
<xsd:enumeration value="it_IT"/>
<xsd:enumeration value="es_ES"/>
<xsd:enumeration value="el_GR"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: logInOutModeType

Super-types: xsd:string < logInOutModeType (by restriction)
Sub-types: None
Name logInOutModeType
Content
  • Base XSD type: string
  • value comes from list: {'incoming'|'outgoing'|'incoming_and_outgoing'}
Schema Component Representation
<xsd:simpleType name="logInOutModeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="incoming"/>
<xsd:enumeration value="outgoing"/>
<xsd:enumeration value="incoming_and_outgoing"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: logInOutOpType

Super-types: xsd:string < logInOutOpType (by restriction)
Sub-types: None
Name logInOutOpType
Content
  • Base XSD type: string
  • value comes from list: {'login'|'logout'|'toggle'}
Schema Component Representation
<xsd:simpleType name="logInOutOpType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="login"/>
<xsd:enumeration value="logout"/>
<xsd:enumeration value="toggle"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: longitudeType

Super-types: xsd:decimal < longitudeType (by restriction)
Sub-types: None
Name longitudeType
Content
  • Base XSD type: decimal
  • -180 <= value <= +180
Schema Component Representation
<xsd:simpleType name="longitudeType">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="-180"/>
<xsd:maxInclusive value="+180"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: macroType

Super-types: xsd:string < macroType (by restriction)
Sub-types: None
Name macroType
Content
  • Base XSD type: string
  • pattern = (C|H|Lg|Lo|Lr|Ly|W[1-5]|Z(\d+|\*+|#+)+)*
Schema Component Representation
<xsd:simpleType name="macroType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="(C|H|Lg|Lo|Lr|Ly|W[1-5]|Z(\d+|\*+|#+)+)*"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: mailboxIdType

Super-types: xsd:integer < mailboxIdType (by restriction)
Sub-types: None
Name mailboxIdType
Content
  • Base XSD type: integer
Schema Component Representation
<xsd:simpleType name="mailboxIdType">
<xsd:restriction base="xsd:integer"/>
</xsd:simpleType>
top

Simple Type: messageLedType

Super-types: xsd:string < messageLedType (by restriction)
Sub-types: None
Name messageLedType
Content
  • Base XSD type: string
  • value comes from list: {'blink_and_on'|'blink'|'off'}
Schema Component Representation
<xsd:simpleType name="messageLedType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="blink_and_on"/>
<xsd:enumeration value="blink"/>
<xsd:enumeration value="off"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: onOffType

Super-types: xsd:string < onOffType (by restriction)
Sub-types: None
Name onOffType
Content
  • Base XSD type: string
  • value comes from list: {'on'|'off'}
Schema Component Representation
<xsd:simpleType name="onOffType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="on"/>
<xsd:enumeration value="off"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: percentType

Super-types: xsd:string < percentType (by restriction)
Sub-types: None
Name percentType
Content
  • Base XSD type: string
  • pattern = (100|\d{1,2})%
Schema Component Representation
<xsd:simpleType name="percentType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="(100|\d{1,2})%"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: permissionType

Super-types: xsd:string < permissionType (by restriction)
Sub-types: None
Name permissionType
Content
  • Base XSD type: string
  • value comes from list: {'user'|'subadmin'|'admin'}
Schema Component Representation
<xsd:simpleType name="permissionType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="user"/>
<xsd:enumeration value="subadmin"/>
<xsd:enumeration value="admin"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: prefixType

Super-types: xsd:integer < prefixType (by restriction)
Sub-types: None
Name prefixType
Content
  • Base XSD type: integer
  • 1 <= value <= 128
Schema Component Representation
<xsd:simpleType name="prefixType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="128"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: recordingTimeType

Super-types: xsd:integer < recordingTimeType (by restriction)
Sub-types: None
Name recordingTimeType
Content
  • Base XSD type: integer
  • 1 <= value <= 99
Schema Component Representation
<xsd:simpleType name="recordingTimeType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="99"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: rgbType

Super-types: xsd:string < rgbType (by restriction)
Sub-types: None
Name rgbType
Content
  • Base XSD type: string
  • pattern = #(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f){6}|default
Schema Component Representation
<xsd:simpleType name="rgbType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="#(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f){6}|default"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: rtpPortRangeType

Super-types: xsd:integer < rtpPortRangeType (by restriction)
Sub-types: None
Name rtpPortRangeType
Content
  • Base XSD type: integer
  • 64 <= value <= 256
Schema Component Representation
<xsd:simpleType name="rtpPortRangeType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="64"/>
<xsd:maxInclusive value="256"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: rtpPortType

Super-types: xsd:integer < rtpPortType (by restriction)
Sub-types: None
Name rtpPortType
Content
  • Base XSD type: integer
  • 1024 <= value <= 65471
Schema Component Representation
<xsd:simpleType name="rtpPortType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1024"/>
<xsd:maxInclusive value="65471"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: screenOffTimeoutType

Super-types: xsd:string < screenOffTimeoutType (by restriction)
Sub-types: None
Name screenOffTimeoutType
Content
  • Base XSD type: string
  • value comes from list: {'15sec'|'30sec'|'60sec'|'1min'|'2min'|'5min'|'10min'|'30min'|'no_timeout'}
Schema Component Representation
<xsd:simpleType name="screenOffTimeoutType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="15sec"/>
<xsd:enumeration value="30sec"/>
<xsd:enumeration value="60sec"/>
<xsd:enumeration value="1min"/>
<xsd:enumeration value="2min"/>
<xsd:enumeration value="5min"/>
<xsd:enumeration value="10min"/>
<xsd:enumeration value="30min"/>
<xsd:enumeration value="no_timeout"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: sharedLineTypeType

Super-types: xsd:string < sharedLineTypeType (by restriction)
Sub-types: None
Name sharedLineTypeType
Content
  • Base XSD type: string
  • value comes from list: {'auerswald_waiting_field'}
Schema Component Representation
<xsd:simpleType name="sharedLineTypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="auerswald_waiting_field"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: sipSubscrType

Super-types: xsd:string < sipSubscrType (by restriction)
Sub-types: None
Name sipSubscrType
Content
  • Base XSD type: string
  • value comes from list: {'sip_subscription_on'|'sip_subscription_off'}
Schema Component Representation
<xsd:simpleType name="sipSubscrType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="sip_subscription_on"/>
<xsd:enumeration value="sip_subscription_off"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: timeFormatType

Super-types: xsd:integer < timeFormatType (by restriction)
Sub-types: None
Name timeFormatType
Content
  • Base XSD type: integer
  • value comes from list: {'12'|'24'}
Schema Component Representation
<xsd:simpleType name="timeFormatType">
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="12"/>
<xsd:enumeration value="24"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: timeType

Super-types: xsd:string < timeType (by restriction)
Sub-types: None
Name timeType
Content
  • Base XSD type: string
  • pattern = ((0?|1)[0-9]|2[0-3]):[0-5][0-9]
Schema Component Representation
<xsd:simpleType name="timeType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="((0?|1)[0-9]|2[0-3]):[0-5][0-9]"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: toggleEnableDisableType

Super-types: xsd:string < toggleEnableDisableType (by restriction)
Sub-types: None
Name toggleEnableDisableType
Content
  • Base XSD type: string
  • value comes from list: {'toggle'|'enable'|'disable'}
Schema Component Representation
<xsd:simpleType name="toggleEnableDisableType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="toggle"/>
<xsd:enumeration value="enable"/>
<xsd:enumeration value="disable"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: toggleHoldType

Super-types: xsd:string < toggleHoldType (by restriction)
Sub-types: None
Name toggleHoldType
Content
  • Base XSD type: string
  • value comes from list: {'toggle'|'hold'}
Schema Component Representation
<xsd:simpleType name="toggleHoldType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="toggle"/>
<xsd:enumeration value="hold"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: updateIntervalType

Super-types: xsd:string < updateIntervalType (by restriction)
Sub-types: None
Name updateIntervalType
Content
  • Base XSD type: string
  • value comes from list: {'daily'|'weekly'|'monthly'}
Schema Component Representation
<xsd:simpleType name="updateIntervalType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="daily"/>
<xsd:enumeration value="weekly"/>
<xsd:enumeration value="monthly"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: urlDirectoryType

Super-types: abt:urlType < urlDirectoryType (by restriction)
Sub-types: None
Name urlDirectoryType
Content
  • 'urlType' super type was not found in this schema. Its facets could not be printed out.
  • pattern = (|((https?|tftp):\/\/.*\/))
Schema Component Representation
<xsd:simpleType name="urlDirectoryType">
<xsd:restriction base="abt:urlType">
<xsd:pattern value="(|((https?|tftp):\/\/.*\/))"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: urlFunctionModeOfOperationType

Super-types: xsd:string < urlFunctionModeOfOperationType (by restriction)
Sub-types: None
Name urlFunctionModeOfOperationType
Content
  • Base XSD type: string
  • value comes from list: {'open_url'|'send_http_request'}
Schema Component Representation
<xsd:simpleType name="urlFunctionModeOfOperationType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="open_url"/>
<xsd:enumeration value="send_http_request"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: visibilityType

Super-types: xsd:string < visibilityType (by restriction)
Sub-types: None
Name visibilityType
Content
  • Base XSD type: string
  • value comes from list: {'show'|'hide'}
Schema Component Representation
<xsd:simpleType name="visibilityType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="show"/>
<xsd:enumeration value="hide"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: vlanIdType

Super-types: xsd:integer < vlanIdType (by restriction)
Sub-types: None
Name vlanIdType
Content
  • Base XSD type: integer
  • 1 <= value <= 4095
Schema Component Representation
<xsd:simpleType name="vlanIdType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="4095"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: vlanPriorityType

Super-types: xsd:integer < vlanPriorityType (by restriction)
Sub-types: None
Name vlanPriorityType
Content
  • Base XSD type: integer
  • 0 <= value <= 7
Schema Component Representation
<xsd:simpleType name="vlanPriorityType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="7"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: vmbReadinessType

Super-types: xsd:string < vmbReadinessType (by restriction)
Sub-types: None
Name vmbReadinessType
Content
  • Base XSD type: string
  • value comes from list: {'permanently'|'temporarily'}
Schema Component Representation
<xsd:simpleType name="vmbReadinessType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="permanently"/>
<xsd:enumeration value="temporarily"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: vmbTypeType

Super-types: xsd:string < vmbTypeType (by restriction)
Sub-types: None
Name vmbTypeType
Content
  • Base XSD type: string
  • value comes from list: {'internal'|'external'}
Schema Component Representation
<xsd:simpleType name="vmbTypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="internal"/>
<xsd:enumeration value="external"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: voucherType

Super-types: xsd:string < voucherType (by restriction)
Sub-types: None
Name voucherType
Content
  • Base XSD type: string
  • length <= 1024
Schema Component Representation
<xsd:simpleType name="voucherType">
<xsd:restriction base="xsd:string">
<-- Falls das Ganze dochmal enger eingegrenz werden soll, wäre bei einem 24-stelligem Voucher (u.U. in 6 4-er Blöcken aufgeteilt) Folgende Lösung denkbar: \p{Pd} - punctuation: dash \p{Zs} - Separator: space <xsd:pattern value="\s*(\d{20}|(\w{4}[\p{Pd}\p{Zs}]{0,3}){5}\w{4})\s*"/> -->
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
top