| ||||||
| DETAILS: DOCUMENTATION | ATTRIBUTES | SOURCE | FRAMES| NO FRAMES | |||||
Specifies the encoding format of the content
information in the Data element. Restrictions: The value of this element
SHOULD be one of bin, bool, b64, chr, int, node, null or xml. If the
element type is missing, the default value is chr. If the value is bin,
then the format of the content is binary data. If the value is bool,
then the format of the content is either true or false. If the value is
b64, then the format of the content information is binary data that has
been character encoded using the Base64 transfer encoding defined by
[RFC2045]. If the value is chr, then the format of the content
information is clear-text in the character set specified on either the
transport protocol, the MIME content type header or the XML prolog. If
the value is int, then the format of the content information is numeric
text representing an unsigned integer between zero and 2**32-1. If the
value is node, then the content represents an interior object in the
management tree. If the value is null, then there is no content
information. This value is used by some synchronization data models to
delete the content, but not the presence of the property. If the value
is xml, then the format of the content information is XML structured
mark-up data. In case a Meta element containing a Format element
contains meta-information about a Data object, this Meta element MUST
have the same parent as the Data object it refers to. The target object
is the one in which the meta-information appears.<xs:element default="chr" name="Format"><xs:simpleType></xs:element><xs:restriction base="xs:NMTOKEN"></xs:simpleType><xs:enumeration value="bin"/><xs:enumeration value="bool"/><xs:enumeration value="b64"/><xs:enumeration value="chr"/><xs:enumeration value="int"/><xs:enumeration value="node"/><xs:enumeration value="null"/><xs:enumeration value="xml"/></xs:restriction>
| ||||||
| DETAILS: DOCUMENTATION | ATTRIBUTES | SOURCE | FRAMES| NO FRAMES | |||||