Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema NewsML-G2_2.2-spec-NewsItem-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
News Architecture (NAR) 1.3 for IPTC G2-Standards - News Item XML Schema, document version 3
NewsML-G2 2.2 - News Item XML Schema, document version 3
Date of creation of this XML Schema version: 2008-10-17
Date of creation of this XML Schema document version: 2009-02-09
Schema created for the IPTC by Jay Cousins, RivCom Ltd (jay.cousins@rivcom.com),  Ulf Wingstedt, CNet Svenska AB (ulf.wingstedt@cnet.se)
Schema maintained for the IPTC by Laurent Le Meur (AFP) + Michael Steidl (IPTC)
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element newsItem
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An Item containing news-related information
Diagram
Diagram NewsItem1.tmp#id66 NewsItem1.tmp#id67 NewsItem1.tmp#id68 NewsItem1.tmp#id69 NewsItem1.tmp#id70 NewsItem1.tmp#id9 NewsItem1.tmp#id5 NewsItem1.tmp#id16 NewsItem1.tmp#id21 NewsItem1.tmp#id36 NewsItem1.tmp#id4 NewsItem0.tmp#id71 NewsItem0.tmp#id98
Type extension of AnyItemType
Type hierarchy
Properties
content: complex
Model (catalogRef | catalog) , rightsInfo{0,1} , itemMeta , contentMeta{0,1} , contentSet{0,1}
Children catalog, catalogRef, contentMeta, contentSet, itemMeta, rightsInfo
Instance
<newsItem conformance="core" dir="" guid="" xml:lang="" standard="" standardversion="" version="1">
  <catalogRef href="">{1,1}</catalogRef>
  <catalog additionalInfo="">{1,1}</catalog>
  <rightsInfo>{0,1}</rightsInfo>
  <itemMeta>{1,1}</itemMeta>
</newsItem>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
conformance xs:string core optional
The conformance level with which the Item is conformant.
dir restriction of xs:string optional
The directionality of textual content.
guid xs:string required
The persistent, universally unique identifier common for all versions of the Item.
standard xs:string required
The IPTC standard with which the Item is conformant.
standardversion restriction of xs:string required
The major-minor version of the IPTC standard with which the Item is conformant.
version xs:positiveInteger 1 optional
The version of the Item.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="newsItem">
  <xs:annotation>
    <xs:documentation>An Item containing news-related information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="AnyItemType">
        <xs:sequence>
          <xs:element name="contentMeta" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A set of properties about the content</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element ref="icon" minOccurs="0"/>
                <xs:group ref="AdministrativeMetadataGroup"/>
                <xs:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
                <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="contentSet" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A set of alternate renditions of the Item content</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="inlineXML">
                  <xs:annotation>
                    <xs:documentation>A rendition of the content using an XML language</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:any namespace="##any" processContents="lax" minOccurs="0"/>
                    </xs:sequence>
                    <xs:attributeGroup ref="newsContentAttributes"/>
                    <xs:attributeGroup ref="newsContentTypeAttributes"/>
                    <xs:attributeGroup ref="newsContentCharacteristics"/>
                    <xs:attributeGroup ref="i18nAttributes"/>
                    <xs:anyAttribute namespace="##other" processContents="lax"/>
                  </xs:complexType>
                </xs:element>
                <xs:element name="inlineData">
                  <xs:annotation>
                    <xs:documentation>A rendition of the content using plain-text or encoded inline data</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="xs:string">
                        <xs:attributeGroup ref="newsContentAttributes"/>
                        <xs:attributeGroup ref="newsContentTypeAttributes"/>
                        <xs:attribute name="encoding" type="QCodeType">
                          <xs:annotation>
                            <xs:documentation>The encoding applied to the content before inclusion</xs:documentation>
                          </xs:annotation>
                        </xs:attribute>
                        <xs:attributeGroup ref="newsContentCharacteristics"/>
                        <xs:attributeGroup ref="i18nAttributes"/>
                        <xs:anyAttribute namespace="##other" processContents="lax"/>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
                <xs:element name="remoteContent">
                  <xs:annotation>
                    <xs:documentation>A rendition of the content using a reference/link to a resource representing the content data at a remote location</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <!-- NAR-EV-1.3.5 : add altId to remoteContent-->
                      <!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
                      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
                    </xs:sequence>
                    <xs:attributeGroup ref="newsContentAttributes"/>
                    <xs:attributeGroup ref="targetResourceAttributes"/>
                    <xs:attributeGroup ref="newsContentCharacteristics"/>
                    <xs:attribute name="language" type="xs:language">
                      <xs:annotation>
                        <xs:documentation>The language of the remote content</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                    <xs:anyAttribute namespace="##other" processContents="lax"/>
                  </xs:complexType>
                </xs:element>
              </xs:choice>
              <xs:attribute name="original" type="xs:IDREF">
                <xs:annotation>
                  <xs:documentation>A local reference to the original piece of content, from which all renditions have been derived</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element newsItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties about the content
Diagram
Diagram NewsItem1.tmp#id72 NewsItem1.tmp#id74 NewsItem1.tmp#id76 NewsItem1.tmp#id79 NewsItem1.tmp#id80 NewsItem1.tmp#id81 NewsItem1.tmp#id82 NewsItem1.tmp#id83 NewsItem1.tmp#id84 NewsItem1.tmp#id73 NewsItem1.tmp#id86 NewsItem1.tmp#id89 NewsItem1.tmp#id90 NewsItem1.tmp#id91 NewsItem1.tmp#id93 NewsItem1.tmp#id94 NewsItem1.tmp#id95 NewsItem1.tmp#id96 NewsItem1.tmp#id97 NewsItem1.tmp#id85
Properties
content: complex
minOccurs: 0
Model icon{0,1} , urgency{0,1} , contentCreated{0,1} , contentModified{0,1} , (located | infoSource | creator | contributor | audience) , (language | genre | subject | slugline | headline | dateline | by | creditline | description) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children audience, by, contentCreated, contentModified, contributor, creator, creditline, dateline, description, genre, headline, icon, infoSource, language, located, slugline, subject, urgency
Instance
<contentMeta>
  <icon contenttype="" format="" href="" residref="" size="" version="">{0,1}</icon>
</contentMeta>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Source
<xs:element name="contentMeta" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A set of properties about the content</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="icon" minOccurs="0"/>
      <xs:group ref="AdministrativeMetadataGroup"/>
      <xs:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element newsItem/contentSet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of alternate renditions of the Item content
Diagram
Diagram NewsItem0.tmp#id131 NewsItem0.tmp#id99 NewsItem0.tmp#id127 NewsItem0.tmp#id129
Properties
content: complex
minOccurs: 0
Model inlineXML | inlineData | remoteContent
Children inlineData, inlineXML, remoteContent
Instance
<contentSet original="">
  <inlineXML audiobitrate="" audiochannels="" audiocodec="" audiosamplerate="" audiosamplesize="" audiovbr="" colourspace="" contenttype="" dir="" duration="" format="" height="" id="" xml:lang="" orientation="" rendition="" resolution="" videoaspectratio="" videoavgbitrate="" videocodec="" videoframerate="" videosampling="" videoscan="" videovbr="" width="" wordcount="">{1,1}</inlineXML>
  <inlineData audiobitrate="" audiochannels="" audiocodec="" audiosamplerate="" audiosamplesize="" audiovbr="" colourspace="" contenttype="" dir="" duration="" encoding="" format="" height="" id="" xml:lang="" orientation="" rendition="" resolution="" videoaspectratio="" videoavgbitrate="" videocodec="" videoframerate="" videosampling="" videoscan="" videovbr="" width="" wordcount="">{1,1}</inlineData>
  <remoteContent audiobitrate="" audiochannels="" audiocodec="" audiosamplerate="" audiosamplesize="" audiovbr="" colourspace="" contenttype="" duration="" format="" height="" href="" id="" language="" orientation="" rendition="" residref="" resolution="" size="" version="" videoaspectratio="" videoavgbitrate="" videocodec="" videoframerate="" videosampling="" videoscan="" videovbr="" width="" wordcount="">{1,1}</remoteContent>
</contentSet>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
original xs:IDREF optional
A local reference to the original piece of content, from which all renditions have been derived
Source
<xs:element name="contentSet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A set of alternate renditions of the Item content</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="inlineXML">
        <xs:annotation>
          <xs:documentation>A rendition of the content using an XML language</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:any namespace="##any" processContents="lax" minOccurs="0"/>
          </xs:sequence>
          <xs:attributeGroup ref="newsContentAttributes"/>
          <xs:attributeGroup ref="newsContentTypeAttributes"/>
          <xs:attributeGroup ref="newsContentCharacteristics"/>
          <xs:attributeGroup ref="i18nAttributes"/>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="inlineData">
        <xs:annotation>
          <xs:documentation>A rendition of the content using plain-text or encoded inline data</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attributeGroup ref="newsContentAttributes"/>
              <xs:attributeGroup ref="newsContentTypeAttributes"/>
              <xs:attribute name="encoding" type="QCodeType">
                <xs:annotation>
                  <xs:documentation>The encoding applied to the content before inclusion</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <xs:attributeGroup ref="newsContentCharacteristics"/>
              <xs:attributeGroup ref="i18nAttributes"/>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="remoteContent">
        <xs:annotation>
          <xs:documentation>A rendition of the content using a reference/link to a resource representing the content data at a remote location</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <!-- NAR-EV-1.3.5 : add altId to remoteContent-->
            <!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
          <xs:attributeGroup ref="newsContentAttributes"/>
          <xs:attributeGroup ref="targetResourceAttributes"/>
          <xs:attributeGroup ref="newsContentCharacteristics"/>
          <xs:attribute name="language" type="xs:language">
            <xs:annotation>
              <xs:documentation>The language of the remote content</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:attribute name="original" type="xs:IDREF">
      <xs:annotation>
        <xs:documentation>A local reference to the original piece of content, from which all renditions have been derived</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element contentSet/newsItem/inlineXML
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A rendition of the content using an XML language
Diagram
Diagram NewsItem0.tmp#id100 NewsItem0.tmp#id103 NewsItem0.tmp#id106 NewsItem1.tmp#id9
Properties
content: complex
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
audiobitrate xs:positiveInteger optional
The audio bit rate in Kbps
audiochannels QCodeType optional
The audio sound system
audiocodec QCodeType optional
The applicable codec for audio data
audiosamplerate xs:positiveInteger optional
The number of audio samples per second, expressed as a sampling frequency in Hz
audiosamplesize xs:positiveInteger optional
The number of bits per audio sample
audiovbr xs:boolean optional
An indication that the audio data is encoded with a variable bit rate
colourspace QCodeType optional
The colour space of an image
contenttype xs:string optional
An IANA MIME type
dir restriction of xs:string optional
The directionality of textual content.
duration xs:nonNegativeInteger optional
The clip duration in seconds
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
height xs:nonNegativeInteger optional
The height of an image in pixels
id xs:ID optional
The local identifier of the element
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
rendition QCodeType optional
The specific rendition of content this component represents
resolution xs:positiveInteger optional
The recommended printing resolution for an image in dots per inch
videoaspectratio xs:normalizedString optional
The video aspect ratio
videoavgbitrate xs:positiveInteger optional
The video average bit rate in Kbps. Used when the bit rate is variable
videocodec QCodeType optional
The applicable codec for video data
videoframerate xs:positiveInteger optional
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
videosampling xs:normalizedString optional
The video sampling method
videoscan restriction of xs:string optional
The video scan technique, progressive or interlaced
videovbr xs:boolean optional
An indication that video data is encoded with a variable bit rate
width xs:nonNegativeInteger optional
The width of an image in pixels
wordcount xs:nonNegativeInteger optional
The count of words of textual content.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="inlineXML">
  <xs:annotation>
    <xs:documentation>A rendition of the content using an XML language</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:any namespace="##any" processContents="lax" minOccurs="0"/>
    </xs:sequence>
    <xs:attributeGroup ref="newsContentAttributes"/>
    <xs:attributeGroup ref="newsContentTypeAttributes"/>
    <xs:attributeGroup ref="newsContentCharacteristics"/>
    <xs:attributeGroup ref="i18nAttributes"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element contentSet/newsItem/inlineData
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A rendition of the content using plain-text or encoded inline data
Diagram
Diagram NewsItem0.tmp#id100 NewsItem0.tmp#id103 NewsItem0.tmp#id128 NewsItem0.tmp#id106 NewsItem1.tmp#id9
Type extension of xs:string
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
audiobitrate xs:positiveInteger optional
The audio bit rate in Kbps
audiochannels QCodeType optional
The audio sound system
audiocodec QCodeType optional
The applicable codec for audio data
audiosamplerate xs:positiveInteger optional
The number of audio samples per second, expressed as a sampling frequency in Hz
audiosamplesize xs:positiveInteger optional
The number of bits per audio sample
audiovbr xs:boolean optional
An indication that the audio data is encoded with a variable bit rate
colourspace QCodeType optional
The colour space of an image
contenttype xs:string optional
An IANA MIME type
dir restriction of xs:string optional
The directionality of textual content.
duration xs:nonNegativeInteger optional
The clip duration in seconds
encoding QCodeType optional
The encoding applied to the content before inclusion
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
height xs:nonNegativeInteger optional
The height of an image in pixels
id xs:ID optional
The local identifier of the element
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
rendition QCodeType optional
The specific rendition of content this component represents
resolution xs:positiveInteger optional
The recommended printing resolution for an image in dots per inch
videoaspectratio xs:normalizedString optional
The video aspect ratio
videoavgbitrate xs:positiveInteger optional
The video average bit rate in Kbps. Used when the bit rate is variable
videocodec QCodeType optional
The applicable codec for video data
videoframerate xs:positiveInteger optional
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
videosampling xs:normalizedString optional
The video sampling method
videoscan restriction of xs:string optional
The video scan technique, progressive or interlaced
videovbr xs:boolean optional
An indication that video data is encoded with a variable bit rate
width xs:nonNegativeInteger optional
The width of an image in pixels
wordcount xs:nonNegativeInteger optional
The count of words of textual content.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="inlineData">
  <xs:annotation>
    <xs:documentation>A rendition of the content using plain-text or encoded inline data</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="newsContentAttributes"/>
        <xs:attributeGroup ref="newsContentTypeAttributes"/>
        <xs:attribute name="encoding" type="QCodeType">
          <xs:annotation>
            <xs:documentation>The encoding applied to the content before inclusion</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="newsContentCharacteristics"/>
        <xs:attributeGroup ref="i18nAttributes"/>
        <xs:anyAttribute namespace="##other" processContents="lax"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Element contentSet/newsItem/remoteContent
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A rendition of the content using a reference/link to a resource representing the content data at a remote location
Diagram
Diagram NewsItem0.tmp#id100 NewsItem1.tmp#id56 NewsItem0.tmp#id106 NewsItem0.tmp#id130
Properties
content: complex
Model ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
audiobitrate xs:positiveInteger optional
The audio bit rate in Kbps
audiochannels QCodeType optional
The audio sound system
audiocodec QCodeType optional
The applicable codec for audio data
audiosamplerate xs:positiveInteger optional
The number of audio samples per second, expressed as a sampling frequency in Hz
audiosamplesize xs:positiveInteger optional
The number of bits per audio sample
audiovbr xs:boolean optional
An indication that the audio data is encoded with a variable bit rate
colourspace QCodeType optional
The colour space of an image
contenttype xs:string optional
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
duration xs:nonNegativeInteger optional
The clip duration in seconds
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
height xs:nonNegativeInteger optional
The height of an image in pixels
href IRIType optional
The locator of the target resource.
id xs:ID optional
The local identifier of the element
language xs:language optional
The language of the remote content
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
rendition QCodeType optional
The specific rendition of content this component represents
residref xs:string optional
The  provider’s identifier of the target resource.
resolution xs:positiveInteger optional
The recommended printing resolution for an image in dots per inch
size xs:nonNegativeInteger optional
The size in bytes of the target resource.
version xs:positiveInteger optional
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
videoaspectratio xs:normalizedString optional
The video aspect ratio
videoavgbitrate xs:positiveInteger optional
The video average bit rate in Kbps. Used when the bit rate is variable
videocodec QCodeType optional
The applicable codec for video data
videoframerate xs:positiveInteger optional
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
videosampling xs:normalizedString optional
The video sampling method
videoscan restriction of xs:string optional
The video scan technique, progressive or interlaced
videovbr xs:boolean optional
An indication that video data is encoded with a variable bit rate
width xs:nonNegativeInteger optional
The width of an image in pixels
wordcount xs:nonNegativeInteger optional
The count of words of textual content.
Source
<xs:element name="remoteContent">
  <xs:annotation>
    <xs:documentation>A rendition of the content using a reference/link to a resource representing the content data at a remote location</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <!-- NAR-EV-1.3.5 : add altId to remoteContent-->
      <!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attributeGroup ref="newsContentAttributes"/>
    <xs:attributeGroup ref="targetResourceAttributes"/>
    <xs:attributeGroup ref="newsContentCharacteristics"/>
    <xs:attribute name="language" type="xs:language">
      <xs:annotation>
        <xs:documentation>The language of the remote content</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentAttributes/@id
Namespace No namespace
Annotations
The local identifier of the element
Type xs:ID
Properties
content: simple
Used by
Attribute Group newsContentAttributes
Source
<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>The local identifier of the element</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentAttributes/@rendition
Namespace No namespace
Annotations
The specific rendition of content this component represents
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentAttributes
Source
<xs:attribute name="rendition" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The specific rendition of content this component represents</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentTypeAttributes/@contenttype
Namespace No namespace
Annotations
An IANA MIME type
Type xs:string
Properties
content: simple
Used by
Attribute Group newsContentTypeAttributes
Source
<xs:attribute name="contenttype" type="xs:string">
  <xs:annotation>
    <xs:documentation>An IANA MIME type</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentTypeAttributes/@format
Namespace No namespace
Annotations
A refinement of a generic content type (i.e. IANA MIME type)
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentTypeAttributes
Source
<xs:attribute name="format" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@wordcount
Namespace No namespace
Annotations
The count of words of textual content.
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="wordcount" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The count of words of textual content.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@width
Namespace No namespace
Annotations
The width of an image in pixels
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="width" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The width of an image in pixels</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@height
Namespace No namespace
Annotations
The height of an image in pixels
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="height" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The height of an image in pixels</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@orientation
Namespace No namespace
Annotations
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="orientation" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The orientation of the visual content of an image in regard to the standard rendition of the digital image data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@colourspace
Namespace No namespace
Annotations
The colour space of an image
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="colourspace" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The colour space of an image</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@resolution
Namespace No namespace
Annotations
The recommended printing resolution for an image in dots per inch
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="resolution" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The recommended printing resolution for an image in dots per inch</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@duration
Namespace No namespace
Annotations
The clip duration in seconds
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="duration" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The clip duration in seconds</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiocodec
Namespace No namespace
Annotations
The applicable codec for audio data
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiocodec" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The applicable codec for audio data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiobitrate
Namespace No namespace
Annotations
The audio bit rate in Kbps
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiobitrate" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The audio bit rate in Kbps</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiovbr
Namespace No namespace
Annotations
An indication that the audio data is encoded with a variable bit rate
Type xs:boolean
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiovbr" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>An indication that the audio data is encoded with a variable bit rate</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiosamplesize
Namespace No namespace
Annotations
The number of bits per audio sample
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiosamplesize" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The number of bits per audio sample</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiosamplerate
Namespace No namespace
Annotations
The number of audio samples per second, expressed as a sampling frequency in Hz
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiosamplerate" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The number of audio samples per second, expressed as a sampling frequency in Hz</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@audiochannels
Namespace No namespace
Annotations
The audio sound system
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="audiochannels" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The audio sound system</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videocodec
Namespace No namespace
Annotations
The applicable codec for video data
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videocodec" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The applicable codec for video data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videoavgbitrate
Namespace No namespace
Annotations
The video average bit rate in Kbps. Used when the bit rate is variable
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videoavgbitrate" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The video average bit rate in Kbps. Used when the bit rate is variable</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videovbr
Namespace No namespace
Annotations
An indication that video data is encoded with a variable bit rate
Type xs:boolean
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videovbr" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>An indication that video data is encoded with a variable bit rate</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videoframerate
Namespace No namespace
Annotations
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videoframerate" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videoscan
Namespace No namespace
Annotations
The video scan technique, progressive or interlaced
Type restriction of xs:string
Properties
content: simple
Facets
enumeration progressive, interlaced
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videoscan">
  <xs:annotation>
    <xs:documentation>The video scan technique, progressive or interlaced</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="progressive"/>
      <xs:enumeration value="interlaced"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videoaspectratio
Namespace No namespace
Annotations
The video aspect ratio
Type xs:normalizedString
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videoaspectratio" type="xs:normalizedString">
  <xs:annotation>
    <xs:documentation>The video aspect ratio</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute newsContentCharacteristics/@videosampling
Namespace No namespace
Annotations
The video sampling method
Type xs:normalizedString
Properties
content: simple
Used by
Attribute Group newsContentCharacteristics
Source
<xs:attribute name="videosampling" type="xs:normalizedString">
  <xs:annotation>
    <xs:documentation>The video sampling method</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute inlineData/contentSet/newsItem/@encoding
Namespace No namespace
Annotations
The encoding applied to the content before inclusion
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Source
<xs:attribute name="encoding" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The encoding applied to the content before inclusion</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute remoteContent/contentSet/newsItem/@language
Namespace No namespace
Annotations
The language of the remote content
Type xs:language
Properties
content: simple
Used by
Source
<xs:attribute name="language" type="xs:language">
  <xs:annotation>
    <xs:documentation>The language of the remote content</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute contentSet/newsItem/@original
Namespace No namespace
Annotations
A local reference to the original piece of content, from which all renditions have been derived
Type xs:IDREF
Properties
content: simple
Used by
Source
<xs:attribute name="original" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A local reference to the original piece of content, from which all renditions have been derived</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute Group newsContentAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram NewsItem0.tmp#id101 NewsItem0.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
The local identifier of the element
rendition QCodeType optional
The specific rendition of content this component represents
Source
<xs:attributeGroup name="newsContentAttributes">
  <xs:annotation>
    <xs:documentation>A group of typical attributes associated with a content rendition</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID">
    <xs:annotation>
      <xs:documentation>The local identifier of the element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rendition" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The specific rendition of content this component represents</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute Group newsContentTypeAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram NewsItem0.tmp#id104 NewsItem0.tmp#id105
Used by
Attributes
QName Type Fixed Default Use Annotation
contenttype xs:string optional
An IANA MIME type
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
Source
<xs:attributeGroup name="newsContentTypeAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes representing a content type</xs:documentation>
  </xs:annotation>
  <xs:attribute name="contenttype" type="xs:string">
    <xs:annotation>
      <xs:documentation>An IANA MIME type</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="format" type="QCodeType">
    <xs:annotation>
      <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd
Attribute Group newsContentCharacteristics
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram NewsItem0.tmp#id107 NewsItem0.tmp#id108 NewsItem0.tmp#id109 NewsItem0.tmp#id110 NewsItem0.tmp#id111 NewsItem0.tmp#id112 NewsItem0.tmp#id113 NewsItem0.tmp#id114 NewsItem0.tmp#id115 NewsItem0.tmp#id116 NewsItem0.tmp#id117 NewsItem0.tmp#id118 NewsItem0.tmp#id119 NewsItem0.tmp#id120 NewsItem0.tmp#id121 NewsItem0.tmp#id122 NewsItem0.tmp#id123 NewsItem0.tmp#id124 NewsItem0.tmp#id125 NewsItem0.tmp#id126
Used by
Attributes
QName Type Fixed Default Use Annotation
audiobitrate xs:positiveInteger optional
The audio bit rate in Kbps
audiochannels QCodeType optional
The audio sound system
audiocodec QCodeType optional
The applicable codec for audio data
audiosamplerate xs:positiveInteger optional
The number of audio samples per second, expressed as a sampling frequency in Hz
audiosamplesize xs:positiveInteger optional
The number of bits per audio sample
audiovbr xs:boolean optional
An indication that the audio data is encoded with a variable bit rate
colourspace QCodeType optional
The colour space of an image
duration xs:nonNegativeInteger optional
The clip duration in seconds
height xs:nonNegativeInteger optional
The height of an image in pixels
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
resolution xs:positiveInteger optional
The recommended printing resolution for an image in dots per inch
videoaspectratio xs:normalizedString optional
The video aspect ratio
videoavgbitrate xs:positiveInteger optional
The video average bit rate in Kbps. Used when the bit rate is variable
videocodec QCodeType optional
The applicable codec for video data
videoframerate xs:positiveInteger optional
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
videosampling xs:normalizedString optional
The video sampling method
videoscan restriction of xs:string optional
The video scan technique, progressive or interlaced
videovbr xs:boolean optional
An indication that video data is encoded with a variable bit rate
width xs:nonNegativeInteger optional
The width of an image in pixels
wordcount xs:nonNegativeInteger optional
The count of words of textual content.
Source
<xs:attributeGroup name="newsContentCharacteristics">
  <xs:annotation>
    <xs:documentation>A group of typical physical characteristics of media content</xs:documentation>
  </xs:annotation>
  <xs:attribute name="wordcount" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The count of words of textual content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="width" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The width of an image in pixels</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="height" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The height of an image in pixels</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="orientation" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The orientation of the visual content of an image in regard to the standard rendition of the digital image data</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourspace" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The colour space of an image</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="resolution" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The recommended printing resolution for an image in dots per inch</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="duration" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The clip duration in seconds</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiocodec" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The applicable codec for audio data</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiobitrate" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The audio bit rate in Kbps</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiovbr" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>An indication that the audio data is encoded with a variable bit rate</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiosamplesize" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The number of bits per audio sample</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiosamplerate" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The number of audio samples per second, expressed as a sampling frequency in Hz</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="audiochannels" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The audio sound system</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videocodec" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The applicable codec for video data</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videoavgbitrate" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The video average bit rate in Kbps. Used when the bit rate is variable</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videovbr" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>An indication that video data is encoded with a variable bit rate</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videoframerate" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videoscan">
    <xs:annotation>
      <xs:documentation>The video scan technique, progressive or interlaced</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="progressive"/>
        <xs:enumeration value="interlaced"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="videoaspectratio" type="xs:normalizedString">
    <xs:annotation>
      <xs:documentation>The video aspect ratio</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videosampling" type="xs:normalizedString">
    <xs:annotation>
      <xs:documentation>The video sampling method</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NewsML-G2_2.2-spec-NewsItem-Core.xsd