SYNCML:SYNCML1.2
complexType ItemType

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

Documentation
Specifies a container for item data. Restrictions: If
      the source URI for the data is an external entity, then the Data element
      is absent. In this case, the recipient will need to retrieve the data
      from the specified network location. Any Data element in Item MUST be
      the last element in Item. The LocURI element type in the Target or
      Source element types for any of the SyncML commands can be a relative
      URL. This restriction is not captured by the SyncML DTD. When specified
      in an Add, Copy, Delete, Exec, Get, Put, Replace, or Results command,
      the element type specifies data item that is the operand for the
      command. When specified in an Alert, the element type specifies the
      parameters for the alert type. When specified in a Status, the element
      type specifies additional information about the request status code
      type. For example, it might specify the component of the request that
      caused the status condition.

Model
<...>
(Target?, Source?, SourceParent?, TargetParent?, Meta?, Data?, MoreData? )
</...>


Local Usage
AddType, AlertType, CopyType, DeleteType, ExecType, FieldType, GetType, MoveType, PutType, RecordType, ReplaceType, ResultsType, StatusType

Source
<xs:complexType name="ItemType">
<xs:sequence>
<xs:element minOccurs="0" name="Target" type="reppro:TargetType"/>
<xs:element minOccurs="0" name="Source" type="reppro:SourceType"/>
<xs:element minOccurs="0" name="SourceParent" type="reppro:LocURIType"/>
<xs:element minOccurs="0" name="TargetParent" type="reppro:LocURIType"/>
<xs:element minOccurs="0" name="Meta" type="reppro:MetaType"/>
<xs:element minOccurs="0" name="Data" type="reppro:DataType"/>
<xs:element minOccurs="0" name="MoreData">
<xs:complexType/>
</xs:element>
</xs:sequence>
</xs:complexType>


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