<?xml version="1.0" encoding="UTF-8"?>

<!-- 
  ISC Contents List document
    version - 1.0
    date    - 30 Jun 2015
    
FILE INFORMATION
    
  OMA Permanent Document
    File: OMA-SUP-XSD_ISC_Contents_List-V1_0-20150630-A
    Type: Text - Schema Description
    
  Public Reachable Information
    Path: http://www.openmobilealliance.org/tech/profiles
    Name: isc_contents_list-v1_0.xsd
    
NORMATIVE INFORMATION
    
  Information about this file can be found in the specification
  OMA-TS-ISC_XDMS-V1_0
  available at http://www.openmobilealliance.org/
    
  Send comments to technical-comments@mail.openmobilealliance.org

CHANGE HISTORY

30062015 Status changed to Approved by TP, TP Ref # OMA-TP-2015-0116-INP_ISC_V1_0_ERP_for_final_Approval
    
LEGAL DISCLAIMER
    
  Use of this document is subject to all of the terms and conditions
  of the Use Agreement located at
  http://www.openmobilealliance.org/UseAgreement.html,
  provided, however, that section (d) under "Documents - Terms 
  of Use" which states, "no modifications are made to such 
  Documents" does not apply to your use.

  The Open Mobile Alliance authorizes you to copy this document, 
  provided that you retain all copyright and other proprietary  
  notices contained in the original materials on any copies of the 
  materials and  that you comply strictly with these terms. This 
  copyright permission does not constitute an endorsement of the 
  products or services. The Open Mobile Alliance assumes no 
  responsibility for errors or omissions in this document.


  Each Open Mobile Alliance member has agreed to use reasonable
  endeavors to inform the Open Mobile Alliance in a timely manner of
  Essential IPR as it becomes aware that the Essential IPR is related
  to the prepared or published specification.  However, the members
  do not have an obligation to conduct IPR searches.  The declared
  Essential IPR is publicly available to members and non-members of
  the Open Mobile Alliance and may be found on the "OMA IPR
  Declarations" list at http://www.openmobilealliance.org/ipr.html.
  The Open Mobile Alliance has not conducted an independent IPR review
  of this document and the information contained herein, and makes no
  representations or warranties regarding third party IPR, including
  without limitation patents, copyrights or trade secret rights.  This
  document may contain inventions for which you must obtain licenses
  from third parties before making, using or selling the inventions.
  Defined terms above are set forth in the schedule to the Open Mobile
  Alliance Application Form.

  NO REPRESENTATIONS OR WARRANTIES (WHETHER EXPRESS OR IMPLIED) ARE
  MADE BY THE OPEN MOBILE ALLIANCE OR ANY OPEN MOBILE ALLIANCE MEMBER
  OR ITS AFFILIATES REGARDING ANY OF THE IPR'S REPRESENTED ON THE "OMA
  IPR DECLARATIONS" LIST, INCLUDING, BUT NOT LIMITED TO THE ACCURACY,
  COMPLETENESS, VALIDITY OR RELEVANCE OF THE INFORMATION OR WHETHER OR
  NOT SUCH RIGHTS ARE ESSENTIAL OR NON-ESSENTIAL.

  THE OPEN MOBILE ALLIANCE IS NOT LIABLE FOR AND HEREBY DISCLAIMS ANY
  DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR
  EXEMPLARY DAMAGES ARISING OUT OF OR IN CONNECTION WITH THE USE OF
  DOCUMENTS AND THE INFORMATION CONTAINED IN THE DOCUMENTS.

  Copyright 2015 Open Mobile Alliance Ltd.  All Rights Reserved.
  Used with the permission of the Open Mobile Alliance Ltd. under the
  terms set forth above.

-->

<xs:schema
    targetNamespace="urn:oma:xml:isc:contentslist"
    xmlns="urn:oma:xml:isc:contentslist"   
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:sf="urn:ietf:params:xml:ns:simple-filter"
    xmlns:xml="http://www.w3.org/XML/1998/namespace"
    elementFormDefault="qualified" attributeFormDefault="unqualified">
    
    <!-- This import brings in the XML language attribute xml:lang -->
    <xs:import namespace="http://www.w3.org/XML/1998/namespace"
         schemaLocation="http://www.w3.org/2001/xml.xsd"/>
    <xs:import namespace="urn:ietf:params:xml:ns:resource-lists"/> 

    <!-- The root "Contents_list" element -->
	<xs:element name="Contents_list">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ContentRef">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Source" type="SourceType" minOccurs="1"/>
						</xs:sequence>
						<xs:attribute name="ContentID" type="xs:string"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>		 
		</xs:complexType>
	</xs:element>

	
  <!-- The definition of the type "SourceType" is below, if value of "SourceType" is "Non-user". No schema is available if value of element "Source" is "User"-->
	<xs:complexType name="SourceType">
		<xs:sequence>
			<xs:element name="Content_Metadata" minOccurs="1">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ContentName" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="Keywords" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="MediaType" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="Genre" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="Rating" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
						<xs:element name="URL" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
						<xs:element name="AspectRatio" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="AudioStreamType" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="VideoStreamType" type="xs:string" minOccurs="0" maxOccurs="1"/>
						<xs:element name="UserChoice" type="userchoice"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
	    </xs:sequence>	
	    <xs:attribute name="stype" type="xs:string" fixed="Non-user"/>
	</xs:complexType>
	
  <!-- The definition of the type userchoice -->
	<xs:complexType name="userchoice">
		<xs:sequence>	    
			<xs:element name="RefName">
				<xs:simpleType>
				    <xs:restriction base="xs:string">
						<xs:enumeration value="FullContentsList"/> 
						<xs:enumeration value="ReferPredefinedPref"/> 
						<xs:enumeration value="ReferOnDemandPref"/> 
				    </xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>	      
	</xs:complexType>
</xs:schema>
