<?xml version='1.0'?>

<!--

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

  You may use this document or any part of the document for internal
  or educational purposes only, provided you do not modify, edit or
  take out of context the information in this document in any manner.
  Information contained in this document may be used, at your sole
  risk, for any purposes.

  You may not use this document in any other manner without the prior
  written permission of the Open Mobile Alliance.  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 2007 Open Mobile Alliance Ltd.  All Rights Reserved.
  Used with the permission of the Open Mobile Alliance Ltd. under the
  terms set forth above.

-->


<!DOCTYPE rdf:RDF [
	<!ENTITY ns-rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY ns-rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY ns-prf 'http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-2007511#'>
	<!ENTITY prf-dt 'http://www.openmobilealliance.org/tech/profiles/UAPROF/xmlschema-20030226#'>
	<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
]>

<rdf:RDF
  xmlns      = '&ns-rdf;'
  xmlns:rdf  = '&ns-rdf;'
  xmlns:rdfs = '&ns-rdfs;'
  xmlns:prf  = '&ns-prf;'>


  <!-- ****************************************************************** -->
  <!-- ***** Common Class definitions ***** -->
  <!-- ****************************************************************** -->

  <rdf:Description rdf:ID='Component'>
    <rdfs:comment xml:lang='en'>
      A Component within the CC/PP Schema is a class of related properties
      that describe the capabilities and preferences information.
    </rdfs:comment>
    <rdf:type rdf:resource='&ns-rdfs;Class'/>
    <rdfs:subClassOf rdf:resource='&ns-rdfs;Resource'/>
    <rdfs:label xml:lang='en'>Component</rdfs:label>
  </rdf:Description>

  <!-- ****************************************************************** -->
  <!-- ***** Common Property definitions ***** -->
  <!-- ****************************************************************** -->

  <rdf:Description rdf:ID='component'>
    <rdfs:comment xml:lang='en'>
      The component attribute links the various components to the
      root node (profile).
    </rdfs:comment>
    <rdfs:label xml:lang='en'>component</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
   </rdf:Description>

  <rdf:Description rdf:ID='ResolutionRule'>
    <rdfs:comment xml:lang='en'>
      Defines a property for an Attribute's Resolution Rule.
    </rdfs:comment>
    <rdfs:label xml:lang='en'>ResolutionRule</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='&ns-rdf;Property'/>
    <rdfs:range rdf:resource='&prf-dt;ResolutionRule'/>
   </rdf:Description>

  <!-- ****************************************************************** -->
  <!-- ***** Datatype declarations for Attribute values ***** -->
  <!-- ****************************************************************** -->

  <rdfs:Datatype rdf:about='&prf-dt;Boolean'>
    <rdfs:comment xml:lang='en'>A datatype for Boolean Attributes (Yes/No).</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;boolean'/>
  </rdfs:Datatype>

  <rdfs:Datatype rdf:about='&prf-dt;Dimension'>
    <rdfs:comment xml:lang='en'>A datatype for Dimension Attributes (nxn).</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;anySimpleType'/>
  </rdfs:Datatype>

  <rdfs:Datatype rdf:about='&prf-dt;Literal'>
    <rdfs:comment xml:lang='en'>A datatype for Literal Attributes.</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;anySimpleType'/>
  </rdfs:Datatype>

  <rdfs:Datatype rdf:about='&prf-dt;Number'>
    <rdfs:comment xml:lang='en'>A datatype for non-negative Integer Attributes.</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;nonNegativeInteger'/>
  </rdfs:Datatype>

  <rdfs:Datatype rdf:about='&prf-dt;Decimal'>
    <rdfs:comment xml:lang='en'>A datatype for Decimal Attributes.</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;Decimal'/>
  </rdfs:Datatype>

  <!-- ****************************************************************** -->
  <!-- ***** Datatype declarations for this schema ***** -->
  <!-- ****************************************************************** -->

  <rdfs:Datatype rdf:about='&prf-dt;ResolutionRule'>
    <rdfs:comment xml:lang='en'>A datatype for the Attribute's Resolution Rule.</rdfs:comment>
    <rdfs:subClassOf rdf:resource='&xsd;string'/>
  </rdfs:Datatype>
  
  <!-- ****************************************************************** -->
  <!-- ***** Component definitions ***** -->
  <!-- ****************************************************************** -->

<rdf:Description rdf:ID='BCASTCharacteristics'>
    <rdfs:comment xml:lang='en'>The BCASTCharacteristics component contains properties of the device's BCAST capabilities, such as supported content mime types.</rdfs:comment>
    <rdfs:label xml:lang='en'>Component: BCASTCharacteristics</rdfs:label>
    <rdf:type rdf:resource='&ns-rdfs;Class'/>
    <rdfs:subClassOf rdf:resource='#Component'/>
  </rdf:Description>

  <!-- ****************************************************************** -->
  <!-- ***** Attributes for the BCASTCharacteristics Component ***** -->
  <!-- ****************************************************************** -->

  <rdf:Description rdf:ID='BCAST-Version'>
    <rdfs:comment xml:lang='en'>
      Description: Supported versions of the BCAST specification.
      Examples: "1.0","1.1"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-Version</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>

  <rdf:Description rdf:ID='BCAST-VideoMIMEType'>
    <rdfs:comment xml:lang='en'>
      Description: List of MIME types supported for video. Each item in the list is a content type descriptor as specified by RFC 2045, with optional codec parameters.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoMIMEType</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Append</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoAverageBitrate'>
    <rdfs:comment xml:lang='en'>
      Description: Average bitrate supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoAverageBitrate</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoMaximumBitrate'>
    <rdfs:comment xml:lang='en'>
      Description: Maximum bitrate supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoMaximumBitrate</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoHorizontalResolution'>
    <rdfs:comment xml:lang='en'>
      Description: Horizontal resolution supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoHorizontalResolution</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoVerticalResolution'>
    <rdfs:comment xml:lang='en'>
      Description: Vertical resolution supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoVerticalResolution</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoTemporallResolution'>
    <rdfs:comment xml:lang='en'>
      Description: Maximum temporal resolution in frames per second supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoTemporallResolution</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Decimal'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-VideoBufferSize'>
    <rdfs:comment xml:lang='en'>
      Description: Buffer size supported by the video decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-VideoBufferSize</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Override</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-AudioMIMEType'>
    <rdfs:comment xml:lang='en'>
      Description: List of MIME types supported for audio. Each item in the list is a content type descriptor as specified by RFC 2045, with optional codec parameters.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-AudioMIMEType</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Append</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-AudioAverageBitrate'>
    <rdfs:comment xml:lang='en'>
      Description: Average bitrate supported by the Audio decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-AudioAverageBitrate</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-AudioMaximumBitrate'>
    <rdfs:comment xml:lang='en'>
      Description: Maximum bitrate supported by the Audio decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-AudioMaximumBitrate</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-AudioBufferSize'>
    <rdfs:comment xml:lang='en'>
      Description: Buffer size supported by the Audio decoder.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-AudioBufferSize</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>

  <rdf:Description rdf:ID='BCAST-DownloadFileMIMEType'>
    <rdfs:comment xml:lang='en'>
      Description: List of MIME types supported for file download. Each item in the list is a content type descriptor as specified by RFC 2045, with optional codec parameters.
      Examples: 
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-DownloadFileMIMEType</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Append</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-SimultaneousChannels'>
    <rdfs:comment xml:lang='en'>
      Description: Number of simultaneous channels supported.
      Examples: "1", "2"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-SimultaneousChannels</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Number'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Override</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-FECCapabilities'>
    <rdfs:comment xml:lang='en'>
      Description: Forward error correction capabilities supported.
      Examples: "Compact No-Code", "Compact FEC"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-FECCapabilities</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Append</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-BDSType'>
    <rdfs:comment xml:lang='en'>
      Description: Broadcast Distribution System type supported.
      Examples: "IPDC over DVB-H", "3GPP MBMS", "3GPP2 BCMCS"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-BDSType</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-NotificationCapable'>
    <rdfs:comment xml:lang='en'>
      Description: Indicates whether BCAST Notifications are supported.
      Examples: "Yes", "No"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-NotificationCapable</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Boolean'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-ServiceProtectionProfile'>
    <rdfs:comment xml:lang='en'>
      Description: Service Protection Profile type supported.
      Examples: "DRM", "SmartCard"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-ServiceProtectionProfile</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-KeyManagementSystem'>
    <rdfs:comment xml:lang='en'>
      Description: Key management system supported.
      Examples: "DRM-PKI", "GBA_U-MBMS", "GBA_ME-MBMS", "PROV-BCMCS"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-KeyManagementSystem</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>
  
  <rdf:Description rdf:ID='BCAST-EncryptionType'>
    <rdfs:comment xml:lang='en'>
      Description: Encryption types supported.
      Examples: "TKM_ALGO_IPSEC","TKM_ALGO_SRTP","TKM_ALGO_AUENCRYP","TKM_ALGO_DCF"
    </rdfs:comment>
    <rdfs:label xml:lang='en'>BCAST-EncryptionType</rdfs:label>
    <rdf:type rdf:resource='&ns-rdf;Property'/>
    <rdfs:domain rdf:resource='#BCASTCharacteristics'/>
    <rdfs:range rdf:resource='&prf-dt;Literal'/>
    <rdfs:range rdf:resource='&ns-rdf;Bag'/>
    <prf:ResolutionRule rdf:datatype='&prf-dt;ResolutionRule'>Locked</prf:ResolutionRule>
  </rdf:Description>

</rdf:RDF>
