notify_sync

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.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema>
...
</xsd:schema>
top

Global Declarations

Element: notifySync

Name notifySync
Type notifySyncType
Nillable no
Abstract no
Documentation Nachricht zur Fernwartung des Telefons
XML Instance Representation
<notifySync>
Start Choice [1]
<startDate> xsd:dateTime </startDate> [0..1] ?
<startDelay> xsd:duration </startDelay> [0..1] ?
End Choice
<etsId> xsd:integer </etsId> [0..1] ?
<pbxSerial> xsd:string </pbxSerial> [0..1] ?
Start Choice [1]
<updateFirmware> updateFirmwareType </updateFirmware> [0..1] ?
<reboot> rebootType </reboot> [0..1] ?
<checkSync> checkSyncType </checkSync> [0..1] ?
<reregister> emptyType </reregister> [0..1] ?
<remoteAccess> remoteAccessType </remoteAccess> [0..1] ?
End Choice
</notifySync>
Schema Component Representation
<xsd:element name="notifySync" type="notifySyncType"/>
top

Global Definitions

Complex Type: checkSyncType

Super-types: None
Sub-types: None
Name checkSyncType
Abstract no
Documentation Stoesst ein Provisioning an.

Element <url>xsd:string</url>
Legt die URL fest, von der das Telefon Einstellungen beziehen soll bzw. zu der es seine eigenen Einstellungen hochladen kann. Ist das Element leer, ist kein Download/Upload moeglich. Fehlt das Element, bleibt die bisherige URL im Telefon erhalten.

Element <dataAvailable>xsd:boolean</dataAvailable>
Zeigt an, ob fuer das Telefon Einstellungen vorliegen. Liegen keine Daten vor, kann das Telefon trotzdem seine eigenen Einstellungen hochladen, sofern die URL bekannt ist. Fehlt das Element, bleibt der alte Wert im Telefon erhalten.

XML Instance Representation
<...>
<url> xsd:string </url> [0..1] ?
<dataAvailable> xsd:boolean </dataAvailable> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="checkSyncType">
<xsd:sequence>
<xsd:element name="url" type="xsd:string" minOccurs="0"/>
<xsd:element name="dataAvailable" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: emptyType

Super-types: None
Sub-types: None
Name emptyType
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="emptyType"/>
top

Complex Type: notifySyncType

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

Element <startDate>xsd:dateTime</startDate>
Zeitpunkt der Ausführung.

Element <startDelay>xsd:duration</startDelay>
Relative Zeit bis zur Ausführung.

Element <etsId>xsd:integer</etsId>
Art der Anlage, welche die Einstellungen bereitstellt.

Element <pbxSerial>xsd:string</pbxSerial>
Seriennummer der Anlage, welche die Einstellungen bereitstellt.

Element <updateFirmware>updateFirmwareType</updateFirmware>
Stoesst ein Firmware-Update an.

Element <reboot>rebootType</reboot>
Startet das Telefon neu.

Element <checkSync>checkSyncType</checkSync>
Stoesst ein Provisioning an.

Element <reregister>emptyType</reregister>
Erneuert die SIP-Registrierung.

Element <remoteAccess>remoteAccessType</remoteAccess>
Aktiviert eine Verbindung zu einem Remote Access Server.

XML Instance Representation
<...>
Start Choice [1]
<startDate> xsd:dateTime </startDate> [0..1] ?
<startDelay> xsd:duration </startDelay> [0..1] ?
End Choice
<etsId> xsd:integer </etsId> [0..1] ?
<pbxSerial> xsd:string </pbxSerial> [0..1] ?
Start Choice [1]
<updateFirmware> updateFirmwareType </updateFirmware> [0..1] ?
<reboot> rebootType </reboot> [0..1] ?
<checkSync> checkSyncType </checkSync> [0..1] ?
<reregister> emptyType </reregister> [0..1] ?
<remoteAccess> remoteAccessType </remoteAccess> [0..1] ?
End Choice
</...>
Schema Component Representation
<xsd:complexType name="notifySyncType">
<xsd:sequence>
<xsd:choice>
<xsd:element name="startDate" type="xsd:dateTime" minOccurs="0"/>
<xsd:element name="startDelay" type="xsd:duration" minOccurs="0"/>
</xsd:choice>
<xsd:element name="etsId" type="xsd:integer" minOccurs="0"/>
<xsd:element name="pbxSerial" type="xsd:string" minOccurs="0"/>
<xsd:choice>
<xsd:element name="updateFirmware" type="updateFirmwareType" minOccurs="0"/>
<xsd:element name="reboot" type="rebootType" minOccurs="0"/>
<xsd:element name="checkSync" type="checkSyncType" minOccurs="0"/>
<xsd:element name="reregister" type="emptyType" minOccurs="0"/>
<xsd:element name="remoteAccess" type="remoteAccessType" minOccurs="0"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: rebootType

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

Element <reset>emptyType</reset>
Neustart inklusive Auslieferungsreset.

XML Instance Representation
<...>
<reset> emptyType </reset> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="rebootType">
<xsd:sequence>
<xsd:element name="reset" type="emptyType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: remoteAccessType

Super-types: None
Sub-types: None
Name remoteAccessType
Abstract no
Documentation Aktiviert eine Verbindung zu einem Remote Access Server.

Element <activate>xsd:boolean</activate>
Bestimmt, ob der Remote Access aktiviert oder deaktiviert werden soll.

Element <callerSerialNumber>xsd:string</callerSerialNumber>
Seriennummer der Aufrufenden Instanz. Kann verwendet werden, um Gruppenzuordnungen am Remote Server herzustellen.

XML Instance Representation
<...>
<activate> xsd:boolean </activate> [1] ?
<callerSerialNumber> xsd:string </callerSerialNumber> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="remoteAccessType">
<xsd:sequence>
<xsd:element name="activate" type="xsd:boolean"/>
<xsd:element name="callerSerialNumber" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: updateFirmwareType

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

Element <url>xsd:string</url>
Legt die URL fest, von der das Telefon Einstellungen beziehen soll bzw. zu der es seine eigenen Einstellungen hochladen kann. Ist das Element leer, ist kein Download/Upload moeglich. Fehlt das Element, bleibt die bisherige URL im Telefon erhalten.

XML Instance Representation
<...>
<url> xsd:string </url> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="updateFirmwareType">
<xsd:sequence>
<xsd:element name="url" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top