syncml:metinf
element MetInf

Documentation
Specifies the root element for the SyncML
      meta-information document. Restrictions: In order to use the elements
      from the MetInf name space, the root element does not need to be
      specified. The element type can appear in the Meta element of a SyncML
      document to allow for declaring a default name space.

Model
<MetInf>
(FieldLevel?, Format?, Type?, Mark?, Size?, Anchor?, Version?, NextNonce?, MaxMsgSize?, MaxObjSize?, EMI*, Mem? )
</MetInf>


Source
<xs:element name="MetInf">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="metinf:FieldLevel"/>
<xs:element minOccurs="0" ref="metinf:Format"/>
<xs:element minOccurs="0" ref="metinf:Type"/>
<xs:element minOccurs="0" ref="metinf:Mark"/>
<xs:element minOccurs="0" ref="metinf:Size"/>
<xs:element minOccurs="0" ref="metinf:Anchor"/>
<xs:element minOccurs="0" ref="metinf:Version"/>
<xs:element minOccurs="0" ref="metinf:NextNonce"/>
<xs:element minOccurs="0" ref="metinf:MaxMsgSize"/>
<xs:element minOccurs="0" ref="metinf:MaxObjSize"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="metinf:EMI"/>
<xs:element minOccurs="0" ref="metinf:Mem"/>
</xs:sequence>
</xs:complexType>
</xs:element>


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