SYNCML:SYNCML1.2
complexType ResultsType

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

Documentation
Specifies the SyncML command that is used to return
      the results of a Search or Get command. Restrictions: The mandatory
      CmdID element type specifies the SyncML message-unique identifier for
      this command. The optional MsgRef element type specifies the MsgID of
      the associated SyncML request. If the MsgRef is not present in a Results
      element type, then the MsgRef value of "1" MUST be assumed. The CmdRef
      element type specifies the CmdID of the associated SyncML request. If
      not present, the response status code is associated with CmdID value of
      "1". The optional Meta element type specifies meta-information to be
      used for the command. For example, the common media type or format for
      all the items can be specified. The scope of the meta-information is
      limited to the command. The optional TargetRef element type specifies
      the target address from the associated command. The optional SourceRef
      element type specifies the source address from the associated command.
      One or more Item element types MUST be specified. The Item element type
      specifies the results. The Source specified within the Item element type
      SHOULD be a relative URI, as relative to the corresponding
      SourceRef.

Model
<...>
(CmdID, MsgRef?, CmdRef, Meta?, TargetRef?, SourceRef?, Item+ )
</...>


Local Usage
SyncBodyType

Source
<xs:complexType name="ResultsType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="MsgRef" type="xs:string"/>
<xs:element name="CmdRef" type="xs:string"/>
<xs:element minOccurs="0" name="Meta" type="reppro:MetaType"/>
<xs:element minOccurs="0" name="TargetRef" type="xs:string"/>
<xs:element minOccurs="0" name="SourceRef" type="xs:string"/>
<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.