Definition Type: Element
Name: Comment
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
=================================== Comment ==================================== A natural-language description of, or statement about, the current element. The optional TranslationOf attribute is a pointer to another Comment element, of which this one is a direct translation. The FormalName and associated attributes added for Version 1.1 ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Scheme in schema newsml_1_2_xsd Drilldown into Vocabulary in schema newsml_1_2_xsd Drilldown into FormalName in schema newsml_1_2_xsd Drilldown into TranslationOf in schema newsml_1_2_xsd Drilldown into lang in schema xml_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 Comment in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Comment">
    <xs:annotation>
        <xs:documentation> 
=================================== Comment ====================================
A natural-language description of, or statement about, the current element. The
optional TranslationOf attribute is a pointer to another Comment element, of
which this one is a direct translation. The FormalName and associated  attributes added for Version 1.1
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attributeGroup ref="localid" />
                <xs:attribute ref="xml:lang" use="optional" />
                <xs:attribute name="TranslationOf" type="xs:IDREF" />
                <xs:attribute name="FormalName" type="xs:string" />
                <xs:attribute name="Vocabulary" type="xs:string" />
                <xs:attribute name="Scheme" type="xs:string" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
lang nsA:lang Optional
TranslationOf TranslationOf (Optional)
FormalName FormalName (Optional)
Vocabulary Vocabulary (Optional)
Scheme Scheme (Optional)