articleComplexType

Holds either an article or a reference to an article. Format of the content is up to the provider. NITF from IPTC or HTML are common alternatives.

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'

Attributes

QName Type Fixed Default Use Inheritable Annotation
article-ref xs:string optional
URL or system identifier (or IDREF?) to an externally-located news article.
class xs:string optional
An open placeholder for categorization.
format xs:string optional
Format for the included content.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="articleComplexType">
  <xs:annotation>
    <xs:documentation>Holds either an article or a reference to an article. Format of the content is up to the provider. NITF from IPTC or HTML are common alternatives.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="format" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Format for the included content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="article-ref" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>URL or system identifier (or IDREF?) to an externally-located news article.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>