SYNCML:SYNCML1.2
complexType PutType

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

Documentation
Specifies the SyncML command to transfer data items to
      a recipient network device or database.

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


Local Usage
SyncBodyType

Source
<xs:complexType name="PutType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="NoResp" type="reppro:NoRespType"/>
<xs:element minOccurs="0" name="Lang" type="xs:string"/>
<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.