SYNCML:SYNCML1.2
complexType AddType

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

Documentation
Specifies the SyncML command to add data to a data
      collection.

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


Local Usage
AtomicType, SequenceType, SyncBodyType, SyncType

Source
<xs:complexType name="AddType">
<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" 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.