Definition Type: Element
Name: Encoding
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
=================================== Encoding =================================== The encoding of the data comprising the content of a ContentItem. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into DataContent in schema newsml_1_2_xsd Drilldown into Encoding in schema newsml_1_2_xsd Drilldown into data in schema newsml_1_2_xsd Drilldown into Notation in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of Encoding in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Encoding Encoding 0 (1)
DataContent DataContent 0 (1)
<xs:group> data (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
Notation Notation Required