<?xml version="1.0" encoding="utf-8"?><!--
IPTC - International Press Telecommunications Council
20 Garrick Street, London WC2E 9BT, United Kingdom 
www.iptc.org

This document is published under the Creative Commons Attribution 3.0 license - see the full license agreement at http://creativecommons.org/licenses/by/3.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.10" 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.10-spec-Framework-Core_1.xsd" />
	<xs:annotation>
		<xs:documentation>NewsML-G2_2.10 Package Item XML Schema, document version 1</xs:documentation>
		<xs:documentation>Date of creation of this XML Schema version: 2011-11-08</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: 2011-11-08</xs:documentation>
		<xs:documentation>Schema created for the IPTC 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), previously by Laurent Le Meur (AFP)</xs:documentation>
	</xs:annotation>
	<xs:element name="packageItem">
		<xs:annotation>
			<xs:documentation>An Item used for packaging references to other Items and Web resources.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="AnyItemType">
					<xs:sequence>
						<xs:element name="contentMeta" type="ContentMetadataAfDType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A set of properties about the content</xs:documentation>
							</xs:annotation>
						</xs:element>
						
						
						
						<xs:element name="groupSet" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A hierarchical set of groups</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="group" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>A mixed set of group references and references to items or Web resources</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:choice minOccurs="0" maxOccurs="unbounded">
												<xs:element name="groupRef">
													<xs:annotation>
														<xs:documentation>A reference to a group local to the package</xs:documentation>
													</xs:annotation>
													<xs:complexType>
														<xs:attribute name="idref" type="xs:IDREF" use="required">
															<xs:annotation>
																<xs:documentation>The reference to the id of a local group</xs:documentation>
															</xs:annotation>
														</xs:attribute>
														<xs:anyAttribute namespace="##other" processContents="lax" />
													</xs:complexType>
												</xs:element>
												<xs:element name="itemRef" type="LinkType">
													<xs:annotation>
														<xs:documentation>A reference to a target item or Web resource</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="conceptRef">
													<xs:annotation>
														<xs:documentation>A reference to a target concept
</xs:documentation>
													</xs:annotation>
													<xs:complexType>
														<xs:complexContent>
															<xs:extension base="FlexPropType" />
														</xs:complexContent>
													</xs:complexType>
												</xs:element>
												
												
												
												
											</xs:choice>
											<xs:attribute name="id" type="xs:ID" use="required">
												<xs:annotation>
													<xs:documentation>The local identifier of the group</xs:documentation>
												</xs:annotation>
											</xs:attribute>
											
											
											<xs:attribute name="role" type="QCodeType" use="required">
												<xs:annotation>
													<xs:documentation>The part this group plays within its container</xs:documentation>
												</xs:annotation>
											</xs:attribute>
											<xs:attribute name="mode" type="QCodeType">
												<xs:annotation>
													<xs:documentation>An indication whether the elements in the group are complementary and unordered, complementary and ordered or a set of alternative elements</xs:documentation>
												</xs:annotation>
											</xs:attribute>
											
											<xs:anyAttribute namespace="##other" processContents="lax" />
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="root" type="xs:IDREF" use="required">
									<xs:annotation>
										<xs:documentation>The reference to a local group acting as the root of the hierarchy of groups</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>
</xs:schema><!--IPTC Schema Generator, v 1.3-->