syncml:metinf
element Mark

Documentation
Specifies a meta-information "mark" on the data
      object. Restrictions: The content information for this element type
      SHOULD BE one of draft, final, delete, undelete, read, unread. When this
      meta-information is specified repetitively in a hierarchically of
      element types (e.g., in a SyncML collection, as well as the items in the
      collection), then the meta-information specified in the lowest level
      element type takes precedence. This element type is used to set the
      meta-information characteristics of a data object, such as the
      draft/final, delete/undelete, read/unread marks on a folder item or mail
      item.

Model
<Mark>

</Mark>


Local Usage
MetInf

Source
<xs:element name="Mark">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="draft"/>
<xs:enumeration value="final"/>
<xs:enumeration value="delete"/>
<xs:enumeration value="undelete"/>
<xs:enumeration value="read"/>
<xs:enumeration value="unread"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


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