Definition Type: Element
Name: Characteristics
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
=============================== Characteristics ================================ Information about the physical characteristics of a ContentItem. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into SizeInBytes 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 Characteristics in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Characteristics">
    <xs:annotation>
        <xs:documentation> 
=============================== Characteristics ================================
Information about the physical characteristics of a ContentItem.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="SizeInBytes" minOccurs="0" />
            <xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SizeInBytes SizeInBytes 0 (1)
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)