Definition Type: Element
Name: Identification
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================ Identification ================================ Identification information for the NewsItem. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Label in schema newsml_1_2_xsd Drilldown into DateLabel in schema newsml_1_2_xsd Drilldown into NameLabel in schema newsml_1_2_xsd Drilldown into NewsIdentifier 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 Identification in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Identification">
    <xs:annotation>
        <xs:documentation> 
================================ Identification ================================
Identification information for the NewsItem.
================================================================================

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