SYNCML:SYNCML1.2
complexType AlertType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{SYNCML:SYNCML1.2}AlertType (restriction)

Documentation
Specifies the SyncML command for sending custom
      content information to the recipient. The command provides a mechanism
      for communicating content information, such as state information or
      notifications to an application on the recipient device. In addition,
      this command provides a "standard way to specify non-standard" extended
      commands, beyond those defined in this specification.

Model
<...>
(CmdID, NoResp?, Cred?, Meta?, Item* )
</...>


Local Usage
AtomicType, SequenceType, SyncBodyType

Source
<xs:complexType name="AlertType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="NoResp" type="reppro:NoRespType"/>
<xs:element minOccurs="0" name="Cred" type="reppro:CredType"/>
<xs:element minOccurs="0" name="Meta" type="reppro:MetaType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Item" type="reppro:ItemType"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.