<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" 

href="http://device.sprintpcs.com/uaprof.xsl"?>
<!--
*********************************************************************
*	Sprint UA Prof template
*
*	Version:		2.0
*	Created:		1/3/2002
*	Organization:	Customer Equipment
*	Modified: 		01/03/2008
*
*	Copyright 2008 Sprint PCS
*
*	Note
*		Elements that are not required by Sprint PCS have been omitted
*		from this template. 
*
*	Revision History
*		0.1	Initial Release
*
*		1.2	Updated for Multimedia (J Gilborne)
*
*		1.3	Updated for FOTA Components (K Hunter) 10/21/2004
*			Updated for OTA Diagnostics Components  (K Hunter) 10/21/2004
*			Updated Multimedia Component to include MultimediaEncoderDisplaySize
*			Updated WapDeviceClass with documentation
*
*		1.4	Added for Browser Portal Version in the Sprint Extensions(K Hunter) 06/29/2005
*			Added for IOTA Protocol Version  in the Sprint Extensions(K Hunter) 06/29/2005
*			Added DateNetworkType in the Sprint Extensions (K Hunter) 06/29/2005
*
*		1.5 Deleted CcppAccept-Encoding from SoftwarePlatform section (K Hunter) 09/08/2005
*                       Note:  If the CcppAccept-Encoding is include in the rdf with a Multimedia device, then 
*			this will prohibit the device from streaming multimedia content.
*
*			1.5.1 	Updated profie to validate with MAG ( D Durig ) 10/27/2005
*			1.5.2 	Changed units of measure on the Multimedia Maximum Bit Rate for Streaming and for 
*                   Encoding from fps to kbps ( J Bryan ) 11/10/2005
*
*		1.6 Added for Sprint On Demand, Capable and Version in the Sprint Extensions ( J Bryan ) 01/06/2006
*                   Added for Sprint MI-UI, Capable and Version in the Sprint Extensions ( J Bryan ) 01/10/2006
*                   Added x-pcs/od.content and x-pcs/theme to CcppAccept ( J Bryan ) 01/18/2006
*
*		1.7 Added # to the xpcs namespace URL.  ( J Bryan ) 12/05/2006
*               1.8 Added GLMS attributes. ( J Bryan ) 02/28/2007
*               2.0 Added WiMAX attributes. ( J Bryan ) 01/21/2008
*
*	Known issues
*		
*		Push characteristics are not defined yet
*		Have not yet defined schema for Sprint Specific enhancements
*		
*********************************************************************
-->
<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:xpcs="http://device.sprintpcs.com/namespace/xpcs#" 

xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<rdf:Description rdf:ID="MyDeviceProfile">
		<!--********************** Hardware Platform Description 

***************************************-->
		<prf:component>
			<rdf:Description rdf:ID="HardwarePlatform">
				<rdf:type 

rdf: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>
					HTC
				</prf:Vendor>
				<!-- Enter the device model name here.  This 

must match the model name in the EDF -->
				<prf:Model>
					6277
				</prf:Model>
				<!-- Change if different -->
				<prf:CPU>
					ARM11
				</prf:CPU>
				<!--****** Display ******-->
				<!-- Enter screen size in pixels here - width x height -->
				<prf:ScreenSize>
					320x480
				</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>
					25x21
				</prf:ScreenSizeChar>
				<!-- Change the 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. -->
				<prf:OutputCharSet>
					<rdf:Bag>
	  <rdf:li>US-ASCII</rdf:li> 
  <rdf:li>UTF-8</rdf:li> 
  <rdf:li>ISO-8859-1</rdf:li> 
  <rdf:li>ISO-10646-UCS-2</rdf:li> 
					</rdf:Bag>
				</prf:OutputCharSet>
				<!-- ******** Input capabilities ******-->
				<!-- List the supported Input character sets here -->
				<prf:InputCharSet>
					<rdf:Bag>
					  <rdf:li>US-ASCII</rdf:li> 
                                          <rdf:li>UTF-8</rdf:li> 
                                          <rdf:li>ISO-8859-1</rdf:li> 
                                          <rdf:li>ISO-10646-UCS-2</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>
					TouchKeypad
				</prf:Keyboard>
				<!-- Enter the number of softkeys supported by the device -->
				<prf:NumberOfSoftKeys>
					0
				</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 rdf:ID="SoftwarePlatform">
				<rdf:type  rdf: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>
					2.32.651.2
				</prf:SoftwareNumber>
				<!-- Should not change if using Qualcomm software-->
				<prf:OSName>
					Android
				</prf:OSName>
				<!-- Should not change if using Qualcomm software-->
				<prf:OSVendor>
					QUALCOMM
				</prf:OSVendor>
				<!-- Fill in version of DMSS Software base -->
				<prf:OSVersion>
					DMSS7600/Cupcake
				</prf:OSVersion>
				<!-- ********** Java ***********-->
				<!-- Should be yes for all Java capable products -->
				<prf:JavaEnabled>
					No
				</prf:JavaEnabled>
				<!-- Indicate MIDP + Sprint Extension profile support -->
				<prf:JavaPlatform>
					<rdf:Bag>
						<rdf:li></rdf:li>
						<rdf:li></rdf:li>
					</rdf:Bag>
				</prf:JavaPlatform>
				<!-- Indicate the VM vendor/version here -->
				<prf:JVMVersion>
				<rdf:Bag><rdf:li></rdf:li></rdf:Bag>
				</prf:JVMVersion>
				<!-- ********* CCPP accept **********-->
				<!-- List all accepted MIME types here -->
				<prf:CcppAccept>
					<rdf:Bag>
						<rdf:li>application/ogg</rdf:li>
			        <rdf:li>application/smil</rdf:li>
				<rdf:li>application/vnd.oma.drm.message</rdf:li>
				<rdf:li>application/vnd.wap.mms-message</rdf:li>
				<rdf:li>application/vnd.wap.multipart.alternative</rdf:li>
				<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
				<rdf:li>application/vnd.wap.multipart.related</rdf:li>
			    	<rdf:li>application/vnd.wap.sic</rdf:li>
				<rdf:li>application/vnd.wap.xhtml+xml</rdf:li>
            			<rdf:li>application/vnd.oma.dd+xml</rdf:li>
                  		<rdf:li>application/java-archive</rdf:li>
 				<rdf:li>audio/aac</rdf:li>
				<rdf:li>audio/amr</rdf:li>
  				<rdf:li>audio/imelody</rdf:li>
  				<rdf:li>audio/mid</rdf:li>
				<rdf:li>audio/midi</rdf:li>
				<rdf:li>audio/mp3</rdf:li>
				<rdf:li>audio/mpeg3</rdf:li>
                  		<rdf:li>audio/mpeg</rdf:li>
  				<rdf:li>audio/mpg</rdf:li>
				<rdf:li>audio/x-mpeg3</rdf:li>
				<rdf:li>audio/x-mpeg</rdf:li>
				<rdf:li>audio/x-mpg</rdf:li>
				<rdf:li>audio/x-mid</rdf:li>
  				<rdf:li>audio/x-midi</rdf:li>
  				<rdf:li>audio/x-mp3</rdf:li>
				<rdf:li>image/gif</rdf:li>
                  		<rdf:li>image/jpeg</rdf:li>
				<rdf:li>image/jpg</rdf:li>
                  		<rdf:li>image/png</rdf:li>
				<rdf:li>image/vnd.wap.wbmp</rdf:li>
                  		<rdf:li>video/mpeg4</rdf:li>
				<rdf:li>video/mp4</rdf:li>
                  		<rdf:li>text/plain</rdf:li>
                  		<rdf:li>text/html</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</prf:CcppAccept>
				<!-- List all accepted character sets here -->
				<prf:CcppAccept-Charset>
					<rdf:Bag>
						<rdf:li>ISO-10646-UCS-2</rdf:li>
						<rdf:li>ISO-8859-1</rdf:li>
						<rdf:li>US-ASCII</rdf:li>
						<rdf:li>UTF-8</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-us</rdf:li>
						<rdf:li>es-us</rdf:li>
						<!-- Enter other items... -->
					</rdf:Seq>
				</prf:CcppAccept-Language>
				<!-- List all accepted transfer encodings here -->
				<!-- Deleted CcppAccept-Encoding K.Hunter in 1.5-->
				<!-- ******** Input Encoders ******-->
				<prf:AudioInputEncoder>
					<rdf:Bag>
                                                <rdf:li>gzip</rdf:li>
						<rdf:li>deflate</rdf:li>
                                        </rdf:Bag>
				</prf:AudioInputEncoder>
				<!--******************************-->
			</rdf:Description>
		</prf:component>
		<!--********************** Network Characteristics Description ***************************************-->
		<prf:component>
			<rdf:Description rdf:ID="NetworkCharacteristics">
				<rdf:type  rdf: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>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. -->
				<prf:SupportedBearers>
					<rdf:Bag>
						<rdf:li>IS2000/rel0</rdf:li>
					</rdf:Bag>
				</prf:SupportedBearers>
			</rdf:Description>
		</prf:component>
		<!--********************** Browser UA Description ***************************************-->
		<prf:component>
			<rdf:Description rdf:ID="BrowserUA">
				<rdf:type  rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
				<!-- ********* Browser Identification ********** -->
				<!-- Enter the browser vendor/product name here -->
				<prf:BrowserName>
				Android Browser
				</prf:BrowserName>
				<!-- Enter the browser version here -->
				<prf:BrowserVersion>
				1.5
				</prf:BrowserVersion>
				<!-- ********** Capabilities *********** -->
				<!-- Frames are not supported -->
				<prf:FramesCapable>
					Yes
				</prf:FramesCapable>
				<!-- Basic tables are supported in xhtml-basic -->
				<prf:TablesCapable>
					Yes
				</prf:TablesCapable>
				<!-- Frames are not supported -->
				<prf:PreferenceForFrames>
					Yes
				</prf:PreferenceForFrames>
				<!-- *********** Applet / Script support is not required ********** -->
				<prf:DownloadableBrowserApps>
                                <rdf:Bag><rdf:li>No</rdf:li></rdf:Bag>
				</prf:DownloadableBrowserApps>
				<prf:JavaAppletEnabled>
					Yes
				</prf:JavaAppletEnabled>
				<prf:JavaScriptEnabled>
					Yes
				</prf:JavaScriptEnabled>
				<!-- ************* XHTML support - indicate XHTML-Basic 1.0 ************ -->
				<prf:XhtmlVersion>
					XHTML-Basic/1.0
				</prf:XhtmlVersion>
				<prf:XhtmlModules>
					<rdf:Bag><rdf:li> </rdf:li></rdf:Bag>
				</prf:XhtmlModules>
				<!--******************************-->
			</rdf:Description>
		</prf:component>
		<!--********************** WAP Characteristics Description ***************************************-->
		<prf:component>
			<rdf:Description rdf:ID="WapCharacteristics">
				<rdf:type  rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
				<!--******** General ***********-->
				<!-- WAP Device Class defined in http://www1.wapforum.org/tech/documents/PROP-ClassConform-20000211.pdf -->
				<prf:WapDeviceClass>C</prf:WapDeviceClass>
				<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></rdf:li>
						<rdf:li></rdf:li>
                                                <rdf:li></rdf:li>
					</rdf:Bag>
				</prf:WmlVersion>
				<!-- Enter the maximum deck size for wml -->
				<prf:WmlDeckSize>
				</prf:WmlDeckSize>
				<!--******************************-->
			</rdf:Description>
		</prf:component>
		<!--********************** Push Characteristics Description ***************************************-->
		<!-- Note: This entire section is TBD in this revision -->
		<prf:component>
			<rdf:Description rdf:ID="PushCharacteristics">
				<rdf:type  rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
				<prf:Push-Accept>
					<rdf:Bag>
                                           <rdf:li>text/plain</rdf:li>
					</rdf:Bag>
				</prf:Push-Accept>
				<prf:Push-Accept-Encoding>
					<rdf:Bag>
					   <rdf:li>base64</rdf:li>
					</rdf:Bag>
				</prf:Push-Accept-Encoding>
				<prf:Push-Accept-AppID>
					<rdf:Bag>
                                           <rdf:li></rdf:li>
                                           <rdf:li></rdf:li>
					</rdf:Bag>
				</prf:Push-Accept-AppID>
				<prf:Push-MsgSize>
					4096
				</prf:Push-MsgSize>
				<!-- ********************************-->
			</rdf:Description>
		</prf:component>
		<!-- ****************** Sprint UA Prof Extensions ******************************-->
		<prf:component>
			<rdf:Description rdf:ID="SprintExtensions">
				<rdf:type  rdf:resource="http://device.sprintpcs.com/uaprof/sprint-uaprof-extensions.xml"/>
				<!-- MultimediaPlayback support -->
				<xpcs:MultimediaPlaybackSupport>
					<!-- example -->
					Yes
				</xpcs:MultimediaPlaybackSupport>
				<!-- Multimedia Streaming Support -->
				<xpcs:MultimediaStreamingSupport>
					<!-- example -->
					Yes
				</xpcs:MultimediaStreamingSupport>
				<!-- Multimedia Encoding Support -->
				<xpcs:MultimediaEncodingSupport>
					<!-- example -->
					Yes
				</xpcs:MultimediaEncodingSupport>
				
				<xpcs:MultimediaPlayer>
				</xpcs:MultimediaPlayer>
				<!-- Type and version of MM encoder supported -->
				<xpcs:MultimediaEncoder>
				Qualcomm Qcamcorder
				</xpcs:MultimediaEncoder>
				<!-- Multimedia Encoder Supported Display Size(s) -->
				<xpcs:MultimediaEncoderDisplaySize>
					<!-- example -->
					<rdf:Bag>
						<rdf:li>320x240 </rdf:li>
						<rdf:li>176x144 </rdf:li>
						<rdf:li>128x96</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:MultimediaEncoderDisplaySize>
				<!-- File Format the decoder supports -->
				<xpcs:MultimediaFileFormatForDecoder>
					<rdf:Bag>
						<rdf:li>MPEG4</rdf:li>
<rdf:li>3GP</rdf:li>
<rdf:li>3G2</rdf:li>
<rdf:li>AAC</rdf:li>
<rdf:li>AMR</rdf:li>
<rdf:li>MID</rdf:li>
<rdf:li>MP3</rdf:li>
<rdf:li>WMA</rdf:li>
<rdf:li>WMV</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:MultimediaFileFormatForDecoder>
				<!-- File Format the encoder supports -->
				<xpcs:MultimediaFileFormatForEncoder>
					<rdf:Bag>
						<rdf:li>MPEG4</rdf:li>
<rdf:li>3GP</rdf:li>
<rdf:li>3G2</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:MultimediaFileFormatForEncoder>
				<!-- Display size the Multimedia player supports -->
				<xpcs:MultimediaVideoDisplaySize>
					<rdf:Bag>
						<rdf:li>480x320 </rdf:li>

						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:MultimediaVideoDisplaySize>
				<!-- Maximum frame rate the device supports when playing local files -->
				<xpcs:MultimediaMaximumFrameRateForPlayback>22 fps
				</xpcs:MultimediaMaximumFrameRateForPlayback>
				<!-- Maximum frame rate the device supports when streaming content -->
				<xpcs:MultimediaMaximumFrameRateForStreaming>22 fps
                                </xpcs:MultimediaMaximumFrameRateForStreaming>
				<!-- Maximum frame rate the device supports when encoding content -->
				<xpcs:MultimediaMaximumFrameRateForEncoding>15 fps
				</xpcs:MultimediaMaximumFrameRateForEncoding>
				<!-- Maximum bit rate the Multimedia player supports when playing local files -->
				<xpcs:MultimediaMaximumBitRateForPlayback>1000kps
				</xpcs:MultimediaMaximumBitRateForPlayback>
				<!-- Maximum bit rate the device supports when streaming content -->
				<xpcs:MultimediaMaximumBitRateForStreaming>128 kbps
				</xpcs:MultimediaMaximumBitRateForStreaming>
				<!-- Maximum bit rate the device supports when encoding content -->
				<xpcs:MultimediaMaximumBitRateForEncoding>385 kbps
				</xpcs:MultimediaMaximumBitRateForEncoding>
				<!-- List all supported video codecs for decoding here -->
				<xpcs:VideoCodecsForDecoding>
					<rdf:Bag>
					<rdf:li>MPEG4 simple profile</rdf:li>
<rdf:li>H.263 Profile 0</rdf:li>
<rdf:li>H.264 Baseline</rdf:li>
<rdf:li>Motion-JPEG</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:VideoCodecsForDecoding>
				<!-- List all supported video codecs for encoding here -->
				<xpcs:VideoCodecsForEncoding>
					<rdf:Bag>
					<rdf:li>MPEG4</rdf:li>
<rdf:li>H263</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:VideoCodecsForEncoding>
				<!-- List all supported audio codecs here -->
				<xpcs:AudioCodecsForDecoding>
					<rdf:Bag>
						<rdf:li>mp3</rdf:li>
<rdf:li>aac</rdf:li>
<rdf:li>aac+</rdf:li>
<rdf:li>eaac+</rdf:li>
<rdf:li>amr-nb</rdf:li>
<rdf:li>amr-wb</rdf:li>
<rdf:li>qcelp</rdf:li>
<rdf:li>wma</rdf:li>
<rdf:li>evrc</rdf:li>
<rdf:li>midi</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:AudioCodecsForDecoding>
				<!-- List all supported audio codecs here -->
				<xpcs:AudioCodecsForEncoding>
					<rdf:Bag>
						
						<rdf:li>AMR-NB</rdf:li>
						<rdf:li>QCELP</rdf:li>
					</rdf:Bag>
				</xpcs:AudioCodecsForEncoding>
				<!-- MCD version -->
				<xpcs:SprintMcdVersion>
				</xpcs:SprintMcdVersion>
				<!-- PictureMailSupport -->
				<xpcs:PictureMailSupport>Yes
				</xpcs:PictureMailSupport>
				<!-- VideoMailSupport -->
				<xpcs:VideoMailSupport>No
				</xpcs:VideoMailSupport>
				<xpcs:MobileOriginatedSmsSupport>Yes
				</xpcs:MobileOriginatedSmsSupport>
				<!-- ***************  IOTA/FOTA Components  *****************-->
				<xpcs:IOTAProtocolVersion>
				</xpcs:IOTAProtocolVersion>
				<xpcs:FotaProtocolVersion>1.5.1
				</xpcs:FotaProtocolVersion>
				<xpcs:FotaClientVersion>
				</xpcs:FotaClientVersion>
				<xpcs:FotaClientVendor>SmithMicro
				</xpcs:FotaClientVendor>
				<!-- ***************  OTA Diagnostics Components  *****************-->
				<xpcs:DiagnosticsProtocolVersion>
				</xpcs:DiagnosticsProtocolVersion>
				<xpcs:DiagnosticsClientVersion>
				</xpcs:DiagnosticsClientVersion>
				<xpcs:DiagnosticsClientVendor>
				</xpcs:DiagnosticsClientVendor>
				<!-- ***************  Sprint Browser Components  *****************-->
				<xpcs:BrowserPortalVersion>
					<!--
						**Values for devices**
						1.0 for 1x  
						2.0 for DO
					-->
					1.5
				</xpcs:BrowserPortalVersion>
				<!-- ***************  Sprint Device Data Network Types*****************-->
				<xpcs:DataNetworkTypes>
					<rdf:Bag>
						<rdf:li>IS2000</rdf:li>
						<rdf:li>EVDO</rdf:li>
					</rdf:Bag>
				</xpcs:DataNetworkTypes>
				<!-- ***************  Sprint On Demand *****************-->
				<xpcs:OnDemandCapable>
				<!-- example -->
				Yes
				</xpcs:OnDemandCapable>
				<xpcs:OnDemandVersion>
				<!-- example -->
				1.x
				</xpcs:OnDemandVersion>
				<!-- ***************  Sprint MI-UI *****************-->
				<xpcs:MI-UICapable>
				<!-- example -->
				Yes
				</xpcs:MI-UICapable>
				<xpcs:MI-UIVersion>
				<!-- example -->
				1.x
				</xpcs:MI-UIVersion>
				<!-- ***************  Sprint GLMS *****************-->
	                        <xpcs:GLMSClientVendor>
                                <!-- example -->
				Core Mobility
				</xpcs:GLMSClientVendor>
				<xpcs:GLMSProtocolVersion>
				<!--example -->
				1.0
				</xpcs:GLMSProtocolVersion>
				<xpcs:GLMSClientVersion>
				<!-- example -->
				1.1
				</xpcs:GLMSClientVersion>
				<!-- ********************************-->
                                <!-- ****************** Sprint WiMAX Extensions ******************************-->
				<xpcs:AdvertisingCapable></xpcs:AdvertisingCapable>
				<xpcs:CommerceCapable></xpcs:CommerceCapable>
				<xpcs:EmailCapable>Yes</xpcs:EmailCapable>
				<xpcs:FixedVoIPCapable>No</xpcs:FixedVoIPCapable>
				<xpcs:GamingCapable>Yes</xpcs:GamingCapable>
				<xpcs:IMVideoCallingCapable>No</xpcs:IMVideoCallingCapable>
				<xpcs:VoiceChatCapable>Yes</xpcs:VoiceChatCapable>
				<xpcs:IntelligentSearchCapable>Yes</xpcs:IntelligentSearchCapable>
				<xpcs:LBSCapable>Yes</xpcs:LBSCapable>
				<xpcs:MobileTVORVODCapable>Yes</xpcs:MobileTVORVODCapable>
				<xpcs:RadioCapable>No</xpcs:RadioCapable>
				<xpcs:DeviceType></xpcs:DeviceType>
				<xpcs:HardwareVersion></xpcs:HardwareVersion>
				<xpcs:ManufacturerWiMAXRadioModule>No</xpcs:ManufacturerWiMAXRadioModule>
				<xpcs:FirmwareVersionWiMAXRadioModule>No</xpcs:FirmwareVersionWiMAXRadioModule>
				<xpcs:ModelWiMAXRadioModule>No</xpcs:ModelWiMAXRadioModule>
				<xpcs:GPSChipsetVendor>Qualcomm</xpcs:GPSChipsetVendor>
				<xpcs:GPSChipsetModel>7600</xpcs:GPSChipsetModel>
				<xpcs:OMADMCapable >Yes</xpcs:OMADMCapable>
				<xpcs:OMADMVendor >SmithMicro</xpcs:OMADMVendor>
				<xpcs:OMADMVersion></xpcs:OMADMVersion>
				<xpcs:ConnectionManagerVendor ></xpcs:ConnectionManagerVendor>
				<xpcs:ConnectionManagerVersion></xpcs:ConnectionManagerVersion>
				<xpcs:NavigationSupport>
					<!-- example -->
					<rdf:Bag>
						<rdf:li>Touch Screen</rdf:li>
					</rdf:Bag>
				</xpcs:NavigationSupport>
				<xpcs:EmbeddedApplicationsCapable>Yes</xpcs:EmbeddedApplicationsCapable>
				<xpcs:DownStreamBufferSize></xpcs:DownStreamBufferSize>
				<xpcs:UpStreamBufferSize></xpcs:UpStreamBufferSize>
				<xpcs:TotalDeviceMemory></xpcs:TotalDeviceMemory>
				<xpcs:TotalDeviceFlash></xpcs:TotalDeviceFlash>
				<xpcs:ExternalMemorySlot>No</xpcs:ExternalMemorySlot>
				<xpcs:ExternalMemoryMaxSize></xpcs:ExternalMemoryMaxSize>
				<xpcs:AudioJack>Mini USB</xpcs:AudioJack>
				<xpcs:SupportedApplications>
					<!-- example -->
					<rdf:Bag>
<rdf:li>Album</rdf:li>
<rdf:li>Browser</rdf:li>
<rdf:li>Calculator</rdf:li>
<rdf:li>Calculator</rdf:li>
<rdf:li>Calendar</rdf:li>
<rdf:li>Camcorder</rdf:li>
<rdf:li>Camera</rdf:li>
<rdf:li>Dialer</rdf:li>
<rdf:li>FlashLite Plug-in for Browser</rdf:li>
<rdf:li>Footprints</rdf:li>
<rdf:li>HTC Sync</rdf:li>
<rdf:li>Lock Screen</rdf:li>
<rdf:li>Mail</rdf:li>
<rdf:li>Messages</rdf:li>
<rdf:li>Microsoft Exchange ActiveSync</rdf:li>
<rdf:li>Music (integrate with Ringto Trimmer)</rdf:li>
<rdf:li>OOBE</rdf:li>
<rdf:li>PDF Viewer</rdf:li>
<rdf:li>People</rdf:li>
<rdf:li>Quickoffice</rdf:li>
<rdf:li>Settings</rdf:li>
<rdf:li>Social Network</rdf:li>
<rdf:li>Stocks</rdf:li>
<rdf:li>Windows MediaStreaming Player</rdf:li>
<rdf:li>Teeter</rdf:li>
<rdf:li>Voice Recorder</rdf:li>
<rdf:li>Weather</rdf:li>
<rdf:li>World Clock</rdf:li>
<rdf:li>Amazon MP3</rdf:li>
<rdf:li>Sprint Navigation</rdf:li>
<rdf:li>Remote Diagnostic</rdf:li>
<rdf:li>Sprint TV</rdf:li>
<rdf:li>OSGi</rdf:li>
<rdf:li>NFL</rdf:li>
<rdf:li>NASCAR</rdf:li>
<rdf:li>Voice Dialer</rdf:li>
<rdf:li>Mobile Sync</rdf:li>
<rdf:li>Visual Voicemail</rdf:li>
					</rdf:Bag>
				</xpcs:SupportedApplications>
				<xpcs:VOIPAnalogJacks>ZERO</xpcs:VOIPAnalogJacks>
				<xpcs:AntiVirus>No</xpcs:AntiVirus>
				<xpcs:AntiVirusVendor></xpcs:AntiVirusVendor>
				<xpcs:AntiSpam>No</xpcs:AntiSpam>
				<xpcs:AntiSpamVendor></xpcs:AntiSpamVendor>
				<xpcs:CameraMegaPixels></xpcs:CameraMegaPixels>
				<xpcs:CameraHighestImageResolution>2560x2048</xpcs:CameraHighestImageResolution>
				<xpcs:CameraZoomCapable>Yes</xpcs:CameraZoomCapable>
				<xpcs:CameraBuiltInFlash>No</xpcs:CameraBuiltInFlash>
				<xpcs:CamcorderResolution>480x320</xpcs:CamcorderResolution>
				<xpcs:CamcorderZoomCapable>Yes</xpcs:CamcorderZoomCapable>
				<xpcs:DeviceIdentifierType>
					<!-- example -->
					<rdf:Bag>
						<rdf:li>MEID</rdf:li>
						<!-- Enter other items... -->
					</rdf:Bag>
				</xpcs:DeviceIdentifierType>
			</rdf:Description>
		</prf:component>
	</rdf:Description>
</rdf:RDF>

