NewsManagement
Information relevant to the management of a NewsItem. Multiple StatusWillChange introduced in version 1.1
Element information
Namespace: http://iptc.org/std/NewsML/2003-10-10/
Schema document: NewsML_1.2.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- NewsItemType [1..1] An indication of the type of a NewsItem. The value of the FormalName attribute is a formal name for the NewsItemType. Its meaning and permitted values are determined by a controlled vocabulary as described in the comment to the formalname attribute group declaration above.
- FirstCreated [1..1] The date and, optionally, time at which a NewsItem was first created, expressed in ISO 8601 Basic Format, as described in the comment to the DateAndTime attribute within the assignment attribute group declaration above.
- ThisRevisionCreated [1..1] The date and, optionally, time at which the current revision of a NewsItem was created, expressed in ISO 8601 Basic Format, as described in the comment to the NewsMLDateTime simple type declaration above.
- Status [1..1]
- StatusWillChange [0..*] Advance notification of a status change that will automatically occur at the specified date and time. For example, an item with a Status of "embargoed" might have a StatusWillChange element stating that the status will become "usable" at a specified time. This is equivalent to announcing in advance the time at which the embargo will end and the item will be released.
- Urgency [0..1] An indication of the urgency of a NewsItem. The value of the FormalName attribute is a formal name for the Urgency. Its meaning and permitted values are determined by a controlled vocabulary as described in the comment to the formalname attribute group declaration above.
- RevisionHistory [0..1] A pointer to a file containing the revision history of the NewsItem.
- DerivedFrom [0..*] A reference to an NewsItem from which this one is derived. The NewsItem attribute identifies the relevant NewsItem. Its value can be an http URL or a NewsML URN as described in the comment to PublicIdentifier. FormalName structure added in version 1.1
- AssociatedWith [0..*] A reference to a NewsItem with which this one is associated (for example, a series of articles, or a collection of photos, of which it is a part). The NewsItem attribute identifies the relevant NewsItem. Its value can be an http URL or a NewsML URN as described in the comment to PublicIdentifier. The Comment can be used to indicate the nature of the association. FormalName attribute structure added in version 1.1.
- Instruction [0..*] An instruction from a news provider to the recipient of a NewsItem. A special case of Instruction is an indication of the effect the current revision of a NewsItem has on the status of any previous revisions of the NewsItem that may still be on the recipient's system. In this case, it will contain one or more RevisionStatus elements. Otherwise, the value of the FormalName attribute is a formal name for the Instruction, and its meaning is determined by a controlled vocabulary as described in the comment to the formalname attribute group declaration above.
- Property [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Duid | [0..1] | xsd:ID | Duid is a "Document-unique Identifier". It must satisfy the rules for XML ID attributes: it must only contain name characters, and it must start with a name-start character (not a digit). Its value must be unique within any NewsML document. Every NewsML element type has Duid as an optional attribute. Combined with the Identifier element, providing a value for the Duid of any element in a NewsML document makes the element globally identifiable. The Identifier element gives global identification to the document, and the Duid provides local identification for the element within the document. | from group localid |
Euid | [0..1] | xsd:string | Euid is an "Element-unique Identifier". Its value must be unique among elements of the same element-type and having the same parent element. Use of Euid attribute makes it possible to identify any NewsML element within the context of its local branch of the NewsML document tree. This makes it possible to copy, or include by reference, subtrees into new combinations in ways that would break the uniqueness of Duids (thereby forcing new Duids to be allocated), but still being able to retain the identity of each element. If Euids are maintained at every level, it is possible to identify, for example "The ContentItem whose Euid is abc within the NewsComponent whose Euid is def". Such identification patterns would be preserved even after "pruning and grafting" of subtrees. | from group localid |
Used in
- Type NewsItemType (Element NewsItem)
Sample instance
<NewsManagement> <NewsItemType FormalName="string"/> <FirstCreated>string</FirstCreated> <ThisRevisionCreated>string</ThisRevisionCreated> <Status FormalName="string"/> <StatusWillChange> <FutureStatus FormalName="string"/> <DateAndTime>string</DateAndTime> </StatusWillChange> <Urgency FormalName="string"/> <RevisionHistory Href="string"/> <DerivedFrom> <Comment>string</Comment> </DerivedFrom> <AssociatedWith> <Comment>string</Comment> </AssociatedWith> <Instruction FormalName="string"> <RevisionStatus> <Status FormalName="string"/> </RevisionStatus> </Instruction> <Property FormalName="string"> <Property FormalName="string"> <Property FormalName="string">... </Property> </Property> </Property> </NewsManagement>