<?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 license - 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 targetNamespace="http://iptc.org/std/nar/2006-10-01/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.24" xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://iptc.org/std/nar/2006-10-01/" xmlns:iptc-x="http://iptc.org/std/nar/schemaextensions/">
	<xs:include schemaLocation="NewsML-G2_2.24-spec-Framework-Core_1.xsd" />
	<xs:annotation>
		<xs:documentation>NewsML-G2 2.24 Catalog Item XML Schema, document version 1</xs:documentation>
		<xs:documentation>Date of approval of this XML Schema version: 2016-10-26</xs:documentation>
		<xs:documentation>Any changes applied to this version of the XML Schema can be found at http://dev.iptc.org/G2-Approved-Changes</xs:documentation>
		<xs:documentation>Date of creation of this XML Schema document version: 2016-11-04</xs:documentation>
		<xs:documentation>Schema design created for the IPTC in 2008 by Jay Cousins, RivCom Ltd (jay.cousins@rivcom.com),  Ulf Wingstedt, CNet Svenska AB (ulf.wingstedt@cnet.se)</xs:documentation>
		<xs:documentation>Schema maintained for the IPTC by Michael Steidl (IPTC)</xs:documentation>
	</xs:annotation>
	<xs:element name="catalogItem">
		<xs:annotation>
			<xs:documentation>An Item containing a single managed NewsML-G2 catalog</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="AnyItemType">
					<xs:sequence>
						<xs:element name="contentMeta" type="ContentMetadataCatType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Content Metadata for a Planning Item</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element ref="catalogContainer" />
					</xs:sequence>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="catalogContainer">
		<xs:annotation>
			<xs:documentation>The container of a single catalog</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="catalog" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema><!--IPTC Schema Generator, v 1.3-->