SYNCML:SYNCML1.2
complexType SyncHdrType

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

Documentation
Specifies the container for the revisioning, routing
      information in the SyncML message. Restrictions: The optional Meta is
      used to convey meta-information about the SyncML messages, such as the
      maximum byte size of a SyncML response.

Model
<...>
(VerDTD, VerProto, SessionID, MsgID, Target, Source, RespURI?, NoResp?, Cred?, Meta? )
</...>

<SessionID>

</SessionID>



Local Usage
SyncML

Source
<xs:complexType name="SyncHdrType">
<xs:sequence>
<xs:element name="VerDTD" type="xs:string">
</xs:element>
<xs:element name="VerProto" type="xs:string">
</xs:element>
<xs:element name="SessionID">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MsgID" type="xs:positiveInteger">
</xs:element>
<xs:element name="Target" type="reppro:TargetType"/>
<xs:element name="Source" type="reppro:SourceType"/>
<xs:element minOccurs="0" name="RespURI" type="xs:anyURI">
</xs:element>
<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:sequence>
</xs:complexType>


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