Definition Type: Element
Name: NewsManagement
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================ NewsManagement ================================ Information relevant to the management of a NewsItem. Multiple StatusWillChange introduced in version 1.1 ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into Instruction in schema newsml_1_2_xsd Drilldown into AssociatedWith in schema newsml_1_2_xsd Drilldown into DerivedFrom in schema newsml_1_2_xsd Drilldown into RevisionHistory in schema newsml_1_2_xsd Drilldown into Urgency in schema newsml_1_2_xsd Drilldown into StatusWillChange in schema newsml_1_2_xsd Drilldown into Status in schema newsml_1_2_xsd Drilldown into ThisRevisionCreated in schema newsml_1_2_xsd Drilldown into FirstCreated in schema newsml_1_2_xsd Drilldown into NewsItemType 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 NewsManagement in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="NewsManagement">
    <xs:annotation>
        <xs:documentation> 
================================ NewsManagement ================================
Information relevant to the management of a NewsItem. Multiple StatusWillChange introduced in version 1.1
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NewsItemType" />
            <xs:element ref="FirstCreated" />
            <xs:element ref="ThisRevisionCreated" />
            <xs:element ref="Status" />
            <xs:element ref="StatusWillChange" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Urgency" minOccurs="0" />
            <xs:element ref="RevisionHistory" minOccurs="0" />
            <xs:element ref="DerivedFrom" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AssociatedWith" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Instruction" minOccurs="0" maxOccurs="unbounded" />
            <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
NewsItemType NewsItemType (1) (1)
FirstCreated FirstCreated (1) (1)
ThisRevisionCreated ThisRevisionCreated (1) (1)
Status Status (1) (1)
StatusWillChange StatusWillChange 0 unbounded
Urgency Urgency 0 (1)
RevisionHistory RevisionHistory 0 (1)
DerivedFrom DerivedFrom 0 unbounded
AssociatedWith AssociatedWith 0 unbounded
Instruction Instruction 0 unbounded
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)