Definition Type: Element
Name: event
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
Structured information about an event without a concept identifier, to be used only with News Items
Collapse XSD Schema Diagram:
Drilldown into eventDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into related in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into narrower in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into broader in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into sameAs in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into ConceptRelationshipsGroup in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into facet in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into note in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into definition in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into name in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of event in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:element name="event">
    <xs:annotation>
        <xs:documentation>Structured information about an event without a concept identifier, to be used only with News Items</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="name" maxOccurs="unbounded" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="definition" />
                <xs:element ref="note" />
                <xs:element ref="facet" />
            </xs:choice>
            <xs:group ref="ConceptRelationshipsGroup" />
            <xs:element ref="eventDetails" />
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsB:name (1) unbounded
definition nsB:definition (1) (1)
note nsB:note (1) (1)
facet nsB:facet (1) (1)
sameAs nsB:sameAs (1) (1)
broader nsB:broader (1) (1)
narrower nsB:narrower (1) (1)
related nsB:related (1) (1)
eventDetails nsB:eventDetails (1) (1)
<xs:group> nsB:ConceptRelationshipsGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'