<?xml version="1.0" encoding="UTF-8"?>
<!-- 
OMA MSrchFramework MSFCC V1.0 DDF.

FILE INFORMATION
This DDF contains a description of the MSF Client Configuration management object (MSFCC), 
according to the OMA DM Device Description Framework.

OMA Permanent Document
   File: OMA-SUP-MSrchFramework_MO-V1_0-20120731-A
   Type: Text
   
Public Reachable Information
   Path: http://www.openmobilealliance.org/tech/omna/dm_mo
   Name: msfcc-v1_0.ddf
   
NORMATIVE INFORMATION

This DDF contains a description of the MSFCC Management Object, 
according to the OMA MSrchFramework.
Information about this Management Object can be found in the latest revision of
	OMA-TS-MSrchFramework_MO-V1_0

  This is available at http://www.openmobilealliance.org/

  Send comments to technical-comments@mail.openmobilealliance.org

CHANGE HISTORY

31Jul2012	Status changed to Approved by TP: 
		TP ref#: OMA-TP-2012-0292-INP_MSrchFramework_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

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 2012 Open Mobile Alliance Ltd.  All Rights Reserved.
Used with the permission of the Open Mobile Alliance Ltd. under the
terms set forth above.
-->

<!DOCTYPE MgmtTree PUBLIC "-//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
<MgmtTree>
  <VerDTD>1.2</VerDTD>
  <Node>
    <NodeName />
    <!--Status: Required-->
    <Path>...</Path>
    <DFProperties>
      <AccessType>
        <Get />
      </AccessType>
      <DFFormat>
        <node />
      </DFFormat>
      <Occurrence>
        <ZeroOrMore />
      </Occurrence>
      <DFTitle>This interior node acts as a placeholder for zero or more client configuration management objects.</DFTitle>
      <DFType>
        <DDFName>urn:oma:mo:oma-msrch-msfcc:1.0</DDFName>
      </DFType>
    </DFProperties>
    <Node>
      <NodeName>ClientID</NodeName>
      <!--Status: Required-->
      <DFProperties>
        <AccessType>
          <Get />
        </AccessType>
        <DFFormat>
          <chr />
        </DFFormat>
        <Occurrence>
          <One />
        </Occurrence>
        <DFTitle>This node specifies the client ID which MUST be used by MSF-Client when sending requests on MSF-1 interface.</DFTitle>
        <DFType>
          <MIME>text/plain</MIME>
        </DFType>
      </DFProperties>
    </Node>
    <Node>
      <NodeName>SubscriptionDuration</NodeName>
      <!--Status: Required-->
      <DFProperties>
        <AccessType>
          <Get />
        </AccessType>
        <DFFormat>
          <chr />
        </DFFormat>
        <Occurrence>
          <ZeroOrOne />
        </Occurrence>
        <DFTitle>This node specifies the duration of subscription. The value MUST be expressed as a [ISO8601] duration format.</DFTitle>
        <DFType>
          <MIME>text/plain</MIME>
        </DFType>
      </DFProperties>
    </Node>
    <Node>
      <NodeName>MSAS</NodeName>
      <!--Status: Required-->
      <DFProperties>
        <AccessType>
          <Get />
        </AccessType>
        <DFFormat>
          <node />
        </DFFormat>
        <Occurrence>
          <One />
        </Occurrence>
        <DFTitle>This interior node acts as a placeholder for MSAS configuration parameters.</DFTitle>
        <DFType>
          <DDFName />
        </DFType>
      </DFProperties>
      <Node>
        <NodeName />
        <!--Status: Required-->
        <DFProperties>
          <AccessType>
            <Get />
          </AccessType>
          <DFFormat>
            <node />
          </DFFormat>
          <Occurrence>
            <OneOrMore />
          </Occurrence>
          <DFTitle>This interior node acts as a placeholder for one or more MSAS configuration parameters.</DFTitle>
          <DFType>
            <DDFName />
          </DFType>
        </DFProperties>
		<Node>
			<NodeName>URL</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<chr />
				</DFFormat>
				<Occurrence>
					<One />
				</Occurrence>
				<DFTitle>This node specifies the MSAS URL. The format is specified in [RFC1738].</DFTitle>
				<DFType>
					<MIME>text/plain</MIME>
				</DFType>
			</DFProperties>
		</Node>	
		<Node>
			<NodeName>Language</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<chr />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node specifies the optional default language to be used by MSF-Client. The format of language MUST be compliant with [BCP-47].</DFTitle>
				<DFType>
					<MIME>text/plain</MIME>
				</DFType>
			</DFProperties>
		</Node>	
		<Node>
			<NodeName>ContentFilter</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<chr />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node specifies the optional content filter which MUST be used by MSF-Client.</DFTitle>
				<DFType>
					<MIME>text/plain</MIME>
				</DFType>
			</DFProperties>
		</Node>	
		<Node>
			<NodeName>DomainNameList</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<node />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node acts as placeholder for Domain Name list.</DFTitle>
				<DFType>
					<DDFName />
				</DFType>
			</DFProperties>
			<Node>
				<NodeName />
				<!--Status: Required-->
				<DFProperties>
					<AccessType>
						<Get />
					</AccessType>
					<DFFormat>
						<node />
					</DFFormat>
					<Occurrence>
						<OneOrMore />
					</Occurrence>
					<DFTitle>This node distinguishes item in Domain Name list.</DFTitle>
					<DFType>
						<DDFName />
					</DFType>
				</DFProperties>
				<Node>
					<NodeName>DomainName</NodeName>
					<!--Status: Required-->
					<DFProperties>
						<AccessType>
							<Get />
						</AccessType>
						<DFFormat>
							<chr />
						</DFFormat>
						<Occurrence>
							<One />
						</Occurrence>
						<DFTitle>This node defines the value of Domain Name item in Domain Name list.</DFTitle>
						<DFType>
							<MIME>text/plain</MIME>
						</DFType>
					</DFProperties>
				</Node>	
			</Node>
		</Node>
		<Node>
			<NodeName>RecAlgList</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<node />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node acts as placeholder for Recommendation Algorithm list.</DFTitle>
				<DFType>
					<DDFName />
				</DFType>
			</DFProperties>
			<Node>
				<NodeName />
				<!--Status: Required-->
				<DFProperties>
					<AccessType>
						<Get />
					</AccessType>
					<DFFormat>
						<node />
					</DFFormat>
					<Occurrence>
						<OneOrMore />
					</Occurrence>
					<DFTitle>This node distinguishes item in Recommendation Algorithm list.</DFTitle>
					<DFType>
						<DDFName />
					</DFType>
				</DFProperties>
				<Node>
					<NodeName>RecAlg</NodeName>
					<!--Status: Required-->
					<DFProperties>
						<AccessType>
							<Get />
						</AccessType>
						<DFFormat>
							<chr />
						</DFFormat>
						<Occurrence>
							<One />
						</Occurrence>
						<DFTitle>This node defines the value of Recommendation Algorithm item in Recommendation Algorithm list.</DFTitle>
						<DFType>
							<MIME>text/plain</MIME>
						</DFType>
					</DFProperties>
				</Node>	
			</Node>
		</Node>
		<Node>
			<NodeName>SiteList</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<node />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node acts as placeholder for Site list.</DFTitle>
				<DFType>
					<DDFName />
				</DFType>
			</DFProperties>
			<Node>
				<NodeName />
				<!--Status: Required-->
				<DFProperties>
					<AccessType>
						<Get />
					</AccessType>
					<DFFormat>
						<node />
					</DFFormat>
					<Occurrence>
						<OneOrMore />
					</Occurrence>
					<DFTitle>This node distinguishes item in Site list.</DFTitle>
					<DFType>
						<DDFName />
					</DFType>
				</DFProperties>
				<Node>
					<NodeName>Site</NodeName>
					<!--Status: Required-->
					<DFProperties>
						<AccessType>
							<Get />
						</AccessType>
						<DFFormat>
							<chr />
						</DFFormat>
						<Occurrence>
							<One />
						</Occurrence>
						<DFTitle>This node defines the value of Site item in Site list.</DFTitle>
						<DFType>
							<MIME>text/plain</MIME>
						</DFType>
					</DFProperties>
				</Node>	
			</Node>
		</Node>
		<Node>
			<NodeName>SearchFunctionList</NodeName>
			<!--Status: Required-->
			<DFProperties>
				<AccessType>
					<Get />
				</AccessType>
				<DFFormat>
					<node />
				</DFFormat>
				<Occurrence>
					<ZeroOrOne />
				</Occurrence>
				<DFTitle>This node acts as placeholder for Search Function list.</DFTitle>
				<DFType>
					<DDFName />
				</DFType>
			</DFProperties>
			<Node>
				<NodeName />
				<!--Status: Required-->
				<DFProperties>
					<AccessType>
						<Get />
					</AccessType>
					<DFFormat>
						<node />
					</DFFormat>
					<Occurrence>
						<OneOrMore />
					</Occurrence>
					<DFTitle>This node distinguishes item in Search Function list.</DFTitle>
					<DFType>
						<DDFName />
					</DFType>
				</DFProperties>
				<Node>
					<NodeName>SearchFunction</NodeName>
					<!--Status: Required-->
					<DFProperties>
						<AccessType>
							<Get />
						</AccessType>
						<DFFormat>
							<chr />
						</DFFormat>
						<Occurrence>
							<One />
						</Occurrence>
						<DFTitle>This node defines the value of Search Function item in Search Function list.</DFTitle>
						<DFType>
							<MIME>text/plain</MIME>
						</DFType>
					</DFProperties>
				</Node>
			</Node>
		</Node>
	  </Node>
	</Node>
  </Node>
</MgmtTree>