Skip to content

Commit

Permalink
Merge pull request #12 from iptc/newsml2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn authored Nov 12, 2021
2 parents f1e718a + 5a3b9e7 commit e6df6f0
Show file tree
Hide file tree
Showing 4,361 changed files with 50,273 additions and 741 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
specification/XML-Schema-Doc-Power/
specification/*.zip
releases/*.zip
releases/*/specification/XML-Schema-Doc-Power/
releases/*/specification/*.zip
5 changes: 2 additions & 3 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Steps to create and release an update to the standard:
13. Run the script to move all files to the release folder and create ZIP files
of the release: `release-tools/create-release.sh`
14. Commit and push all changes to GitHub: `git push origin -u my-new-branch`
(Our `.gitignore` file already suppresses sending ZIP files and the XML
Schema docs to GitHub.).
(Our `.gitignore` file already suppresses sending ZIP files to GitHub.)
15. Create a pull request from the branch on GitHub.com.

### After the Standards Committee approves the new version:
Expand All @@ -67,7 +66,7 @@ Steps to create and release an update to the standard:
the approval date (this should be quick, just running scripts, except for
the XML Spy documentation step)
3. Merge the pull request into master on GitHub
4. Upload the "release/N.NN" folder and the ZIP files to the iptc.org server
4. Upload the "releases/N.NN" folder and the ZIP files to the iptc.org server
5. Update the redirects on iptc.org to point to the latest versions of XML
Schema documentation.
6. Update the http://dev.iptc.org/G2-Approved-Changes page documenting the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The GitHub repository
([https://github.com/iptc/newsml-g2](https://github.com/iptc/newsml-g2)
provides all NewsML-G2 files in the master branch.

This is version 2.29, approved by the IPTC Standards Committee in May 2020.
This is version 2.30, approved by the IPTC Standards Committee in October 2021.

The files of the current and of previous versions (from 2.23 on) can be retrieved
as GitHub releases from
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
56 changes: 56 additions & 0 deletions dev-schema/NewsML-G2dev_0.5_nar230.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
IPTC - International Press Telecommunications Council
25 Southampton Buildings, London WC2A 1AL, United Kingdom
www.iptc.org
This document is published under the Creative Commons Attribution 4.0 licence.
See the full license agreement at http://creativecommons.org/licenses/by/4.0/
By obtaining, using and/or copying this document, you (the licensee) agree that
you have read, understood, and will comply with the terms and conditions of the
license.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://iptc.org/std-dev/nar/" xmlns:nar="http://iptc.org/std/nar/2006-10-01/" targetNamespace="https://iptc.org/std-dev/nar/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.4" xml:lang="en">
<xs:annotation>
<xs:documentation>This XML Schema is created for a NewsML-G2 development namespace with the URI https://iptc.org/std-dev/nar/. It imports a NewsML-G2 2.x XML Schema and its elements build on attributes, attribute groups and elements defined by it.
</xs:documentation>
<xs:documentation>NewsML-G2 Dev 0.5 XML Schema - UNDER CONSTRUCTION</xs:documentation>
<xs:documentation>Date of creation of this XML Schema document revision: 2021-08-06</xs:documentation>
<xs:documentation>Last change: update to be based on 2.30 schema</xs:documentation>
<xs:documentation>Created by Michael Steidl</xs:documentation>
<xs:documentation>Revised by Brendan Quinn</xs:documentation>
</xs:annotation>
<xs:import namespace="http://iptc.org/std/nar/2006-10-01/" schemaLocation="../specification/NewsML-G2_2.30-spec-All-Power.xsd"/>
<!-- The NewsMLG2 schema contain the NAR building blocks used for experimental NewsML-G2 -->
<!-- ========================================================================================= -->
<!-- Advice element: a wrapper of child properties, is setting role and environment -->
<xs:element name="advice">
<xs:complexType>
<xs:sequence>
<xs:element name="importance" type="nar:Flex1ConceptPropType" minOccurs="0"/>
<xs:element name="lifetime" type="nar:Flex1ConceptPropType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="nar:commonPowerAttributes"/>
<xs:attribute name="role" type="nar:QCodeType">
<xs:annotation>
<xs:documentation>A refinement of what kind of alternative is provided by this identifier - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="nar:IRIType">
<xs:annotation>
<xs:documentation>A refinement of what kind of alternative is provided by this identifier - expressed by an URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="environment" type="nar:QCodeListType" use="optional">
<xs:annotation>
<xs:documentation> A qualifier which indicates the business environment in which the identifier can be used to access the content - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="environmenturi" type="nar:IRIListType" use="optional">
<xs:annotation>
<xs:documentation> A qualifier which indicates the business environment in which the identifier can be used to access the content - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<!-- ========================================================================================= -->
</xs:schema>
32 changes: 16 additions & 16 deletions documentation/NewsML-G2-documentation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NewsML-G2 Documentation

The latest version of NewsML-G2 is 2.29, approved by the IPTC Standards
Committee in May 2020.
The latest version of NewsML-G2 is 2.30, approved by the IPTC Standards
Committee in October 2021.

## NewsML-G2 Quick Start guides

Expand All @@ -22,15 +22,15 @@ the
and consulting the full
[NewsML-G2 Specification](https://www.iptc.org/std/NewsML-G2/specification/)
and
[XML Schema documentation](https://www.iptc.org/std/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/)
[XML Schema documentation](https://www.iptc.org/std/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/)
for finer details.

## NewsML-G2 Specification document

The latest version of the NewsML-G2 Specification in HTML is 2.28.
The latest version of the NewsML-G2 Specification in HTML is 2.29.

This is available at
[https://www.iptc.org/std/NewsML-G2/2.28/specification/NewsML-G2-2.28-specification.html](https://www.iptc.org/std/NewsML-G2/2.28/specification/NewsML-G2-2.28-specification.html)
[https://www.iptc.org/std/NewsML-G2/2.29/specification/NewsML-G2-2.29-specification.html](https://www.iptc.org/std/NewsML-G2/2.29/specification/NewsML-G2-2.29-specification.html)

The latest version is always hosted at
[https://www.iptc.org/std/NewsML-G2/specification/](https://www.iptc.org/std/NewsML-G2/specification/)
Expand All @@ -44,25 +44,25 @@ The latest version of the NewsML-G2 Guidelines is published at

Guidelines for older versions of NewsML-G2 (up to 2.25) were maintained in PDF format.
The last version to be published in PDF was the
[NewsML 2.25 guidelines in PDF](https://www.iptc.org/std/NewsML-G2/2.25/documentation/IPTC-NewsML-G2-Implementation_Guide_9.0.2.pdf).
[NewsML 2.25 Implementation Guide 9.0.2 (PDF)](https://www.iptc.org/std/NewsML-G2/2.25/documentation/IPTC-NewsML-G2-Implementation_Guide_9.0.2.pdf).

## XML Schema documentation

[NewsML-G2 XML Schema docs](https://www.iptc.org/std/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/)
[NewsML-G2 XML Schema docs](https://www.iptc.org/std/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/)
generated directly from the NewsML-G2 XML Schema are available in the
specification folder:
[https://www.iptc.org/std/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/](https://www.iptc.org/std/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/)
[https://www.iptc.org/std/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/](https://www.iptc.org/std/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/)

The XML Schema docs are separated into documentation for each of the major components of NewsML-G2:

* [CatalogItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-CatalogItem-Power.html)
* [ConceptItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-ConceptItem-Power.html)
* [Framework](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-Framework-Power.html)
* [KnowledgeItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-KnowledgeItem-Power.html)
* [NewsItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-NewsItem-Power.html)
* [NewsMessage](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-NewsMessage-Power.html)
* [PackageItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-PackageItem-Power.html)
* [PlanningItem](https://www.iptc.org/std-dev/NewsML-G2/2.29/specification/XML-Schema-Doc-Power/NewsML-G2_2.29-spec-PlanningItem-Power.html)
* [CatalogItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-CatalogItem-Power.html)
* [ConceptItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-ConceptItem-Power.html)
* [Framework](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-Framework-Power.html)
* [KnowledgeItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-KnowledgeItem-Power.html)
* [NewsItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-NewsItem-Power.html)
* [NewsMessage](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-NewsMessage-Power.html)
* [PackageItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-PackageItem-Power.html)
* [PlanningItem](https://www.iptc.org/std-dev/NewsML-G2/2.30/specification/XML-Schema-Doc-Power/NewsML-G2_2.30-spec-PlanningItem-Power.html)

## NewsML-G2 Structure Matrix

Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_12_Knowledge_Item_for_Access_Codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20090202:ncdki-accesscode" version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power" >
<catalogRef
href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_13_Complete_Catalog_Item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20130517:catalog"
version="31"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-GB">
<catalogRef
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_14_Event_sent_as_a_Concept_Item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20160422:qqwpiruuew4711"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20101019:qqwpiruuew4712"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20090122:qqwpiruuew4711"
version="11" standard="NewsML-G2" standardversion="2.29" conformance="power"
version="11" standard="NewsML-G2" standardversion="2.30" conformance="power"
xml:lang="en">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
<itemMeta>
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_18_Planning_Item_at_PCL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20101025:gbmrmdreis4711"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_1_A_NewsML-G2_News_Item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:acmenews.com:20161018:US-FINANCE-FED"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-GB">
<catalogRef
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_20_Planning_Item_with_delivery_at_PCL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:iptc.org:20101025:gbmrmdreis4711"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nitf="http://iptc.org/std/NITF/2006-10-18/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" standard="NewsML-G2"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
standardversion="2.29" version="1" conformance="power" xml:lang="en-US"
./NewsML-G2_2.30-spec-All-Power.xsd"
standardversion="2.30" version="1" conformance="power" xml:lang="en-US"
guid="urn:newsml:sportsml.org:20160502:xt.prog.20150606005942-43710-16.068-event-stats-progressive">
<catalogRef
href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_22_Sports_story_in_NewsML-G2NITF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="tag:xmlteam.com,2016:xt.5932656-preview"
version="11"
xmlns:xts="www.xmlteam.com"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-US">
<catalogRef
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_23_SportsML-G2_Package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:iptc.org:20161019:sports1" version="11"
xmlns:xts="www.xmlteam.com"
conformance="power"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
xml:lang="en-US">
<catalogRef
href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<newsItem xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="tag:acmenews.com,2008:WORLD-NEWS:USA20081208098658"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power">
<catalogRef
href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_27_Company_Financial_Information.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:acmenews.com:20161019:201003230594296001"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-US">
<catalogRef
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_29_Hop_History.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="urn:newsml:acmenews.com:20161019T1205:HOP-HISTORY-EXAMPLE"
version="11"
standard="NewsML-G2"
standardversion="2.29" xml:lang="en-US">
standardversion="2.30" xml:lang="en-US">
<catalogRef
href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_32.xml" />
<catalogRef href="http://www.acmenews.com/synd/catalogs/anmcodes.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="tag:gettyimages.com,2010:GYI0062134533"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-US">
<catalogRef
Expand Down
4 changes: 2 additions & 2 deletions examples/LISTING_3_Photo_in_NewsML-G2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xmlns="http://iptc.org/std/nar/2006-10-01/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://iptc.org/std/nar/2006-10-01/
./NewsML-G2_2.29-spec-All-Power.xsd"
./NewsML-G2_2.30-spec-All-Power.xsd"
guid="tag:gettyimages.com,2010:GYI0062134533"
version="11"
standard="NewsML-G2"
standardversion="2.29"
standardversion="2.30"
conformance="power"
xml:lang="en-US">
<catalogRef
Expand Down
Loading

0 comments on commit e6df6f0

Please sign in to comment.