Specifications
Aastra July 2014 PA-001011-03-04
268
<xs:attribute name="cancelAction" type="xs:string" />
<xs:attribute name="GoodbyeLockInURI" type="xs:string" />
</xs:complexType>
</xs:element>
<xs:element name="AastraIPPhoneCallLog">
<xs:complexType>
<xs:sequence>
<xs:element name="TopTitle" type="TopTitleTagType" minOccurs="0" maxOccurs="1" />
<xs:element name="LogItem" minOccurs="1" maxOccurs="50"> // 30? 80 ?
<xs:complexType>
<xs:all>
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="Number" type="xs:string" minOccurs="1" maxOccurs="1" />
<xs:element name="Date" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="Time" type="xs:string" minOccurs="1" maxOccurs="1" />
<xs:element name="Selection" type="xs:string" minOccurs="1" maxOccurs="1" />
<xs:attribute name="duration" type="xs:integer" />
<xs:attribute name="type" type="CallingType"
use="mandatory" />
<xs:attribute name="callingTerminal" type="TerminalType" />
<xs:attribute name="count" type="xs:integer" default="1" />
<xs:attribute name="line" type="xs:integer"
default="1" />
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="IconList" type="iconListType" minOccurs="0" maxOccurs="1" />
</xs:sequence>
<xs:attribute name="destroyOnExit" type="textAttributeType" default="no" />
<xs:attribute name="Beep" type="textAttributeType" default="no" />
<xs:attribute name="LockIn" type="lockinAttributeType" default="no" />
<xs:attribute name="Timeout" type="integerAttributeType" default="45" />
<xs:attribute name="GoodbyeLockInURI" type="xs:string" />
<xs:attribute name="allowAnswer" type="xs:string" default="no"/>
<xs:attribute name="allowDrop" type="xs:string" default="no"/>
<xs:attribute name="allowConf" type="xs:string" default="no"/>
<xs:attribute name="allowXfer" type="xs:string" default="no"/>
<xs:attribute name="scrollConstrain" type="textAttributeType" default="no" />
<xs:attribute name="scrollUp" type="xs:string" />
<xs:attribute name="scrollDown" type="xs:string" />
<xs:attribute name="deleteUri" type="xs:string" />
<xs:attribute name="deleteAllUri" type="xs:string" />
<xs:attribute name="dialUri" type="xs:string" />
<xs:attribute name="addUri" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:schema>