<xs:element name="Encoding">
<xs:annotation>
<xs:documentation>
=================================== Encoding ===================================
The encoding of the data comprising the content of a ContentItem.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group ref="data" />
</xs:choice>
<xs:attributeGroup ref="localid" />
<xs:attribute name="Notation" type="xs:string" use="required" />
</xs:complexType>
</xs:element>
|