Definition Type Element
Name ProviderId
Type string
Abstract False
Documentation
================================== ProviderId ==================================
An identifier for the news provider that produced the NewsItem. The
provider's ID is specified in the element content. This should be an Internet
domain name that is owned by the provider at the date identified by the DateId
subelement of the NewsIdentifier.

Because the domain name "iptc.org" was owned on 1 October 2000 by the
International Press Telecommunications Council (IPTC) and no-one else, it is
certain that IPTC is the provider in this case.
================================================================================

      

Example:
<NewsIdentifier>
<ProviderId>iptc.org</ProviderId>
<DateId>20001001</DateId>
<NewsItemId>NewsML version 1.0</NewsItemId>
<RevisionId>1</RevisionId
</NewsIdentifier>
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="ProviderId" >
  <xs:annotation>
    <xs:documentation>
================================== ProviderId ==================================
An identifier for the news provider that produced the NewsItem. The
provider's ID is specified in the element content. This should be an Internet
domain name that is owned by the provider at the date identified by the DateId
subelement of the NewsIdentifier.

Because the domain name &quot;iptc.org&quot; was owned on 1 October 2000 by the
International Press Telecommunications Council (IPTC) and no-one else, it is
certain that IPTC is the provider in this case.
================================================================================

      

Example:
&lt;NewsIdentifier>
&lt;ProviderId>iptc.org&lt;/ProviderId>
&lt;DateId>20001001&lt;/DateId>
&lt;NewsItemId>NewsML version 1.0&lt;/NewsItemId>
&lt;RevisionId>1&lt;/RevisionId
&lt;/NewsIdentifier>
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="Vocabulary" type="xs:string"/>
      </xs:extension>

    </xs:simpleContent>

  </xs:complexType>

</xs:element>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
ProviderId
    ProviderId
References
ProviderId
Generated using Liquid XML Studio by Liquid Technologies Ltd