<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="uaprof.xsl"?>

<!--
***********************************************************************
*	Bell Mobility 3G handset UA Prof template
*	
* 	Version:		0.3
*	Created:		23/12/02
*	Author:		Davison Avery (daavery@mobility.com)
*	Organization:	Wireless Technology Development
* 	
* 	Copyright 2002-2003 Bell Mobility
* 	
*	Note
*		Initial draft template - revisions are expected
* 		Vendors may add elements that are defined in the UAPROF
*		specification if additional features are supported by
*		their device
*
*	Revision History
*		0.1	Initial Release
*		0.2	Revision		17/09/03
*		
*	
************************************************************************
-->	 

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#" 
         xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<rdf:Description ID="BellMobilityGenericProfile">

<!--********************** Hardware Platform Description ********************-->
<prf:component>
	<rdf:Description ID="HardwarePlatform">
		<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>

<!-- ******** Vendor/model *******-->	
<!-- Enter the vendor name here.  This must match the vendor name in the EDF -->
		<prf:Vendor>Kyocera</prf:Vendor>
	
<!-- Enter the device model name here.  This must match the SKU -->		
		<prf:Model>SCP-PRO700MTS</prf:Model>
		
<!-- Change if different -->
		<prf:CPU>ARM9</prf:CPU>
		
		
<!--****** Display ******-->
<!-- Enter screen size in pixels here - width x height -->
		<prf:ScreenSize>240x320</prf:ScreenSize>
		
<!-- "Yes" if device supports color -->	
		<prf:ColorCapable>Yes</prf:ColorCapable>
		
<!-- Enter the color or grayscale depth here -->
		<prf:BitsPerPixel>16</prf:BitsPerPixel>
		
<!-- Change if not 1:1 -->
		<prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
		
<!-- This should always be "Yes" -->
		<prf:ImageCapable>Yes</prf:ImageCapable>

<!-- Enter the screen size in characters here.  Use the default font. -->
		<prf:ScreenSizeChar>26x14</prf:ScreenSizeChar>

<!--Change to "No" only if the default font on the device is not proportional-->
		<prf:StandardFontProportional>Yes</prf:StandardFontProportional>


<!-- List the supported output character sets here. UTF-8 and UTF-16 are required by spec-->
		<prf:OutputCharSet>
			<rdf:Bag>
				<rdf:li>ISO-8859-1</rdf:li>
				<rdf:li>US-ASCII</rdf:li>
			</rdf:Bag>
		</prf:OutputCharSet>
		
		
<!-- ******** Input capabilities ******-->		
<!-- List the supported Input character sets here -->
		<prf:InputCharSet>
			<rdf:Bag>
				<rdf:li>ISO-8859-1</rdf:li>
				<rdf:li>US-ASCII</rdf:li>
				<rdf:li>UTF-8</rdf:li>
			</rdf:Bag>
		</prf:InputCharSet>
		
<!-- This should always be "Yes" -->
		<prf:TextInputCapable>Yes</prf:TextInputCapable>
		
<!-- This value should only be changed if the device does not use a standard DTMF keypad -->
		<prf:Keyboard>PhoneKeypad</prf:Keyboard>

<!-- Enter the number of softkeys supported by the device -->
		<prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
		

<!-- ********* Audio **********-->	
<!-- This should always be "Yes" -->
		<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>


<!-- This should be "Yes" for all voice capable devices -->		
		<prf:VoiceInputCapable>Yes</prf:VoiceInputCapable>

<!--******************************-->		
	</rdf:Description>
</prf:component>



<!--********************** Software Platform Description *******************-->
<prf:component>
	<rdf:Description ID="SoftwarePlatform">
	<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>

<!-- ***** Basic ******-->
<!-- Should be "Yes" for all Java capable devices -->
	<prf:AcceptDownloadableSoftware>Yes</prf:AcceptDownloadableSoftware>
	
<!-- Use this for J2ME app support -->
	<prf:DownloadableSoftwareSupport>
		<rdf:Bag>
			<rdf:li>application/java-archive</rdf:li>
		</rdf:Bag>
	</prf:DownloadableSoftwareSupport>
	
<!-- Enter the software version number here.  This must match the version reported via IOTA-->
	<prf:SoftwareNumber>1.000MT</prf:SoftwareNumber>

<!-- Should not change if using Qualcomm software-->	
	<prf:OSName>L4</prf:OSName>

<!-- Should not change if using Qualcomm software-->	
	<prf:OSVendor>QUALCOMM</prf:OSVendor>
	
<!-- Fill in version of DMSS Software base -->
	<prf:OSVersion>AMSS6800/5.3</prf:OSVersion>
	
	
<!-- ********** Java ***********-->
<!-- Should be yes for all Java capable products -->
	<prf:JavaEnabled>Yes</prf:JavaEnabled>
	
<!-- Indicate MIDP + Samsung extension profile support -->
	<prf:JavaPlatform>
		<rdf:Bag>
			<rdf:li>MIDP-2.0</rdf:li>
			<rdf:li>SPRINTPCS-2.1</rdf:li>
		</rdf:Bag>
	</prf:JavaPlatform>

<!-- Indicate the VM vendor/version here -->	
	<prf:JVMVersion>
		<rdf:Bag>
			<rdf:li>QVM/5.1</rdf:li>
		</rdf:Bag>
	</prf:JVMVersion>

<!-- ********* CCPP accept **********-->
<!-- List all accepted MIME types here -->
	<prf:CcppAccept>
		<rdf:Bag>
		<rdf:li>application/xhtml+xml</rdf:li>
		<rdf:li>application/vnd.wap.xhtml+xml</rdf:li>
		<rdf:li>text/vnd.wap.wml</rdf:li>
		<rdf:li>text/css</rdf:li>
		<rdf:li>text/ecmascript</rdf:li>

		<rdf:li>image/jpeg</rdf:li>
		<rdf:li>image/png</rdf:li>
		<rdf:li>image/vnd.wap.wbmp</rdf:li>

		<rdf:li>audio/midi</rdf:li>
		<rdf:li>audio/vnd.qcelp</rdf:li>

		<rdf:li>application/x-pmd</rdf:li>
		<rdf:li>text/vnd.sun.j2me.app-descriptor</rdf:li>
		<rdf:li>text/x-pcs-gcd</rdf:li>
		<rdf:li>multipart/mixed</rdf:li>
		<rdf:li>multipart/related</rdf:li>

		<rdf:li>multipart/vnd.sprint-pre-cache</rdf:li>

		<rdf:li>image/jpg</rdf:li>
		<rdf:li>image/gif</rdf:li>
		<rdf:li>image/bmp</rdf:li>

		<rdf:li>audio/mid</rdf:li>
		<rdf:li>audio/qcelp</rdf:li>
		<rdf:li>application/java-archive</rdf:li>
		<rdf:li>application/pmd</rdf:li>

		<rdf:li>x-pcs/od.content</rdf:li>
		<rdf:li>application/vnd.phonecom.mmc-xml</rdf:li>
		<rdf:li>text/plain</rdf:li>

			<!-- Enter other items... -->
		</rdf:Bag>
	</prf:CcppAccept>
	
<!-- List all accepted character sets here. UTF-8 and UTF-16 required by spec-->
	<prf:CcppAccept-Charset>
		<rdf:Bag>
			<rdf:li>ISO-8859-1</rdf:li>
			<rdf:li>US-ASCII</rdf:li>
			<rdf:li>UTF-8</rdf:li>
			<rdf:li>UTF-16</rdf:li>
			<!-- Enter other items... -->
		</rdf:Bag>
	
	</prf:CcppAccept-Charset>
	
<!-- List all accepted languages here in order of preference -->
	<prf:CcppAccept-Language>
		<rdf:Seq>
			<rdf:li>en</rdf:li>
			<rdf:li>fr</rdf:li>
			<!-- Enter other languages, e.g. spanish, french... -->
		</rdf:Seq>
	</prf:CcppAccept-Language>
	
<!-- List all accepted transfer encodings here -->
<!--
	<prf:CcppAccept-Encoding>
		<rdf:Bag>
		</rdf:Bag>
	</prf:CcppAccept-Encoding>
-->
	
<!-- ******** Input Encoders ******-->
<!-- Don't know if we need this or not... -->
<!--
	<prf:AudioInputEncoder>
	</prf:AudioInputEncoder>
-->
	
<!--******************************-->	
	</rdf:Description>
</prf:component>

<!--********************** Network Characteristics Description **************-->
	<prf:component>
	<rdf:Description ID="NetworkCharacteristics">
	<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
	
<!-- Indicate support for SSL 3.0 and TLS 1.0 -->
	<prf:SecuritySupport>
		<rdf:Bag>
			<rdf:li>SSL-3.0</rdf:li>
			<rdf:li>SSL-2.0</rdf:li>
			<rdf:li>TLS-1.0</rdf:li>
		</rdf:Bag>
	</prf:SecuritySupport>
	
<!-- Indicate support for IS-2000 release 0 packet data bearer -->
<!-- May add more detail here in a later rev. - eg. IPv6 -->
	<prf:SupportedBearers>
		<rdf:Bag>
			<rdf:li>IPv4</rdf:li>
		</rdf:Bag>
	</prf:SupportedBearers>
		
	</rdf:Description>
</prf:component>

<!--********************** Browser UA Description ***************************-->

<prf:component>
	<rdf:Description ID="BrowserUA">
	<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
	
<!-- ********* Browser Identification ********** -->
<!-- Enter the browser vendor/product name here -->
	<prf:BrowserName>NetFront</prf:BrowserName>
	
<!-- Enter the browser version here -->
	<prf:BrowserVersion>3.4</prf:BrowserVersion>
	
<!-- ********** Capabilities *********** -->
<!-- Frames supported?? -->
	<prf:FramesCapable>No</prf:FramesCapable>
	
<!-- Basic tables are supported in xhtml-basic -->
	<prf:TablesCapable>Yes</prf:TablesCapable>
	
<!-- Frames supported?? -->
	<prf:PreferenceForFrames>No</prf:PreferenceForFrames>
	
<!-- *********** Applets/Servlets  ********** -->	
<!--
	<prf:DownloadableBrowserApps>
		<rdf:Bag>
		
		</rdf:Bag>
	</prf:DownloadableBrowserApps>
-->
	<prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
	
	<prf:JavaScriptEnabled>Yes</prf:JavaScriptEnabled>
	
	
<!-- ************* XHTML support - indicate XHTML-Basic 1.0 ************ -->
	<prf:XhtmlVersion>XHTML-Basic/1.0</prf:XhtmlVersion>
	
<!-- May need to add additional modules here -->
	<prf:XhtmlModules>
		<!-- Enter values here -->
		<rdf:Bag>
			<rdf:li>Structure</rdf:li>
			<rdf:li>Text</rdf:li>
			<rdf:li>Hypertext</rdf:li>
			<rdf:li>List</rdf:li>
			<rdf:li>Basic Forms</rdf:li>
			<rdf:li>Basic Tables</rdf:li>
			<rdf:li>Image</rdf:li>
			<rdf:li>Object</rdf:li>
			<rdf:li>Metainformation</rdf:li>
			<rdf:li>Link</rdf:li>
			<rdf:li>Base</rdf:li>
		</rdf:Bag>
	</prf:XhtmlModules>

<!--******************************-->
	</rdf:Description>
</prf:component>


 
<!--********************** WAP Characteristics Description ******************-->

<prf:component>
	<rdf:Description ID="WapCharacteristics">
	<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>


 
<!--******** General ***********-->

	<prf:WapVersion>2.0</prf:WapVersion>

<!--*********** WML ************-->

<!-- If full wml 2.0 is supported, it should be added here -->	
	<prf:WmlVersion>
		<rdf:Bag>
			<rdf:li>1.1</rdf:li>
			<rdf:li>1.2</rdf:li>
			<rdf:li>1.3</rdf:li>
		</rdf:Bag>
	</prf:WmlVersion>

<!-- Enter the maximum deck size for wml -->
	<prf:WmlDeckSize>4096</prf:WmlDeckSize>

<!--******************************-->
	</rdf:Description>
</prf:component>

<!--*************** Push Characteristics Description ********************-->

<prf:component>
	<rdf:Description ID="PushCharacteristics">
	<rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>

	<prf:Push-Accept>
		<rdf:Bag>
			<rdf:li>text/vnd.wap.si</rdf:li>
			<rdf:li>text/vnd.wap.sl</rdf:li>
			<rdf:li>application/vnd.wap.sic</rdf:li>
			<rdf:li>application/vnd.wap.slc</rdf:li>
			<rdf:li>application/vnd.wap.mms-message</rdf:li>
		</rdf:Bag>
	</prf:Push-Accept>

	<prf:Push-Accept-Charset>
		<rdf:Bag>
			<rdf:li>UTF-8</rdf:li>
		</rdf:Bag>
	</prf:Push-Accept-Charset>
<!--
	<prf:Push-Accept-Encoding>
	</prf:Push-Accept-Encoding>
-->
	<prf:Push-Accept-AppID>
		<rdf:Bag>
			<rdf:li>x-wap-application:wml.ua</rdf:li>
			<rdf:li>x-wap-application:mms.ua</rdf:li>			
			<rdf:li>*</rdf:li>
		</rdf:Bag>
	</prf:Push-Accept-AppID>

	<prf:Push-MsgSize>1600</prf:Push-MsgSize>
	 
<!-- ********************************-->	
	</rdf:Description>
</prf:component>

</rdf:Description>
</rdf:RDF>

