SYNCML:SYNCML1.2
complexType CopyType

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

Documentation
Specifies that the SyncML command to copy data items
      from one location to another in the recipient's
      database.

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


Local Usage
AtomicType, SequenceType, SyncBodyType, SyncType

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