NewsLines
A container for all the NewsLines that a NewsComponent has. Made an "or" group and ByLineTitle added 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
- Choice [0..*]
- Sequence [1..1]
- HeadLine [1..1] A displayable headline.
- SubHeadLine [0..*] A displayable subsidiary headline.
- Sequence [1..1]
- ByLine [1..1] A natural-language statement of the author/creator information.
- ByLineTitle [0..*] A natural-language statement of the title of author/creator of the information. (added in version 1.1)
- DateLine A natural-language statement of the date and/or place of creation.
- CreditLine A natural-language statement of credit information.
- CopyrightLine A natural-language statement of the copyright information.
- RightsLine A displayable version of rights information. Note that this is distinct from copyright information. Copyright information is about who owns a news object; rights information is about who is allowed to use it, in what way and under what circumstances.
- SeriesLine A displayable version of information about a news object's place in a series.
- SlugLine A string of text, possibly embellished by hyperlinks and/or formatting, used to display a NewsItem's slug line. (Note that the meaning of the term "slug line", and the uses to which it is put, are a matter for individual providers to define within their own workflow and business practice.)
- KeywordLine A displayable set of keywords relevant to a news object. This can be used by a NewsML system to assist manual or automated searches.
- NewsLine A newsline of a type not included in the NewsML specification.
- Sequence [1..1]
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 NewsComponentType (Element NewsComponent)
Sample instance
<NewsLines> <HeadLine>Any text, intermingled with: <Origin>Any text, intermingled with: <Origin>Any text, intermingled with:... </Origin> </Origin> </HeadLine> <SubHeadLine>Any text, intermingled with: <Origin>Any text, intermingled with: <Origin>Any text, intermingled with:... </Origin> </Origin> </SubHeadLine> </NewsLines>