Definition Type: Element
Name: Label
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
==================================== Label ===================================== A human-readable label for a NewsItem. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into LabelText in schema newsml_1_2_xsd Drilldown into LabelType 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 Label in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Label">
    <xs:annotation>
        <xs:documentation> 
==================================== Label =====================================
A human-readable label for a NewsItem.
================================================================================

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