Sun ONE logo      Previous      Contents      Index      Next     

Sun[tm] ONE Portal Server, Mobile Access 6.2 Administrator's Guide

Appendix A  
Mobile Access Software Schema Reference

This appendix provides a reference for Sun™ ONE Portal Server, Mobile Access software schema definitions used by Sun™ ONE Identity Server softwrare.

This appendix contains these sections:

For information on Sun™ ONE Portal Server software schema definitions, see the Sun™ ONE Portal Server 6.2 Administrator’s Guide.


Client Data Schema

This section is a reference for client data. The amClientData.xml file is placed in the /portal-server-installation-root/SUNWam/config/xml directory during a default installation.

Code Example A-1  Client Data Schema  

<?xml version=”1.0” encoding=”XML_ENCODING”?>

<!--

    Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved

    Use is subject to license terms.

-->

<!DOCTYPE ServicesConfiguration

    PUBLIC “=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN”

    “jar://com/sun/identity/sm/sms.dtd”>

<ServicesConfiguration>

  <Service name=”SunAMClientData” version=”1.0”>

    <Schema

      i18nFileName=”amClientData”

      i18nKey=””

      serviceHierarchy=”” >

      <Global>

       <!-- schema to store the client DB -->

       <SubSchema name=”clientDBStore”>

         <SubSchema name=”clientData”>

            <!-- required properties -->

            <AttributeSchema name=”clientType” i18nKey=”clientType”

               any=”required|display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”parentId” i18nKey=”parentId”

               any=”required|display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”userAgent” i18nKey=”userAgent”

               any=”required|display” type=”single” syntax=”string”

            />

            <!-- optional properties -->

            <AttributeSchema name=”contentType” i18nKey=”contentType”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”filePath” i18nKey=”filePath”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”cookieSupport” i18nKey=”cookieSupport”

               any=”display” type=”single_choice” syntax=”string”>

                <ChoiceValues>

                    <ChoiceValue

                    i18nKey=”cookieDetect”>cookieDetect</ChoiceValue>

                    <ChoiceValue i18nKey=”cookieSupport”>true</ChoiceValue>

                    <ChoiceValue i18nKey=”noCookieSupport”>false</ChoiceValue>

                </ChoiceValues>

                <DefaultValues>

                    <Value>true</Value>

                </DefaultValues>

            </AttributeSchema>

            <AttributeSchema name=”counterName” i18nKey=”counterName”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”encoderClassName”

            i18nKey=”encoderClassName”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”genericHTML” i18nKey=”genericHTML”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”ignoreHostHeader”

            i18nKey=”ignoreHostHeader”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”lineLength” i18nKey=”lineLength”

               any=”display” type=”single” syntax=”number”

            />

            <!-- UAProfile HardwarePlatform properties -->

            <AttributeSchema name=”BluetoothProfile”

            i18nKey=”BluetoothProfile”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”BitsPerPixel” i18nKey=”BitsPerPixel”

               any=”display” type=”single” syntax=”number”

            />

            <AttributeSchema name=”ColorCapable” i18nKey=”ColorCapable”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”CPU” i18nKey=”CPU”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”ImageCapable” i18nKey=”ImageCapable”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”InputCharset” i18nKey=”InputCharset”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”Keyboard” i18nKey=”Keyboard”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”Model” i18nKey=”Model”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”NumberOfSoftKeys”

            i18nKey=”NumberOfSoftKeys”

               any=”display” type=”single” syntax=”number”

            />

            <AttributeSchema name=”OutputCharset” i18nKey=”OutputCharset”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”PixelAspectRatio”

            i18nKey=”PixelAspectRatio”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”PointingResolution”

            i18nKey=”PointingResolution”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”ScreenSize” i18nKey=”ScreenSize”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”ScreenSizeChar” i18nKey=”ScreenSizeChar”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”SoundOutputCapable”

            i18nKey=”SoundOutputCapable”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”StandardFontProportional”

            i18nKey=”StandardFontProportional”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”TextInputCapable”             i18nKey=”TextInputCapable”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”Vendor” i18nKey=”Vendor”

               any=”display” type=”single” syntax=”string”

            />

            <AttributeSchema name=”VoiceInputCapable”

            i18nKey=”VoiceInputCapable”

               any=”display” type=”single” syntax=”boolean”

            />

            <!-- UAProfile SoftwarePlatform properties -->

            <AttributeSchema name=”AcceptDownloadableSoftware”

            i18nKey=”AcceptDownloadableSoftware”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”AudioInputEncoder”

            i18nKey=”AudioInputEncoder”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”CcppAccept” i18nKey=”CcppAccept”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”CcppAccept-Charset”

            i18nKey=”CcppAccept-Charset”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”CcppAccept-Encoding”

            i18nKey=”CcppAccept-Encoding”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”CcppAccept-Language”

            i18nKey=”CcppAccept-Language”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”DownloadableSoftwareSupport”

            i18nKey=”DownloadableSoftwareSupport”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”JavaEnabled” i18nKey=”JavaEnabled”

               any=”display” type=”single” syntax=”boolean”

            />

            <AttributeSchema name=”JavaPlatform” i18nKey=”JavaPlatform”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”JVMVersion” i18nKey=”JVMVersion”

               any=”display” type=”list” syntax=”string”

            />

            <AttributeSchema name=”MexeClassmarks” i18nKey=”MexeClassmarks”

               any=”display” type=”list” syntax=”string”

            />

             <AttributeSchema name=”MexeSecureDomains”

             i18nKey=”MexeSecureDomains”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”MexeSpec” i18nKey=”MexeSpec”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”OSName” i18nKey=”OSName”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”OSVendor” i18nKey=”OSVendor”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”OSVersion” i18nKey=”OSVersion”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”RecipientAppAgent”

             i18nKey=”RecipientAppAgent”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”SoftwareNumber” i18nKey=”SoftwareNumber”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”VideoInputEncoder”

             i18nKey=”VideoInputEncoder”

               any=”display” type=”list” syntax=”string”

             />

             <!-- UAProfile Network Characteristic properties -->

             <AttributeSchema name=”CurrentBearerService”

             i18nKey=”CurrentBearerService”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”SecuritySupport” i18nKey=”SecuritySupport”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”SupportedBearers”              i18nKey=”SupportedBearers”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”SupportedBluetoothVersion”

             i18nKey=”SupportedBluetoothVersion”

               any=”display” type=”single” syntax=”string”

             />

             <!-- UAProfile BrowserUA properties -->

             <AttributeSchema name=”BrowserName” i18nKey=”BrowserName”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”BrowserVersion” i18nKey=”BrowserVersion”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”DownloadableBrowserApps”

             i18nKey=”DownloadableBrowserApps”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”FramesCapable” i18nKey=”FramesCapable”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”HtmlVersion” i18nKey=”HtmlVersion”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”JavaAppletEnabled”

             i18nKey=”JavaAppletEnabled”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”JavaScriptEnabled”

             i18nKey=”JavaScriptEnabled”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”JavaScriptVersion”

             i18nKey=”JavaScriptVersion”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”PreferenceForFrames”

             i18nKey=”PreferenceForFrames”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”TablesCapable” i18nKey=”TablesCapable”

               any=”display” type=”single” syntax=”boolean”

             />

             <AttributeSchema name=”XhtmlModules” i18nKey=”XhtmlModules”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”XhtmlVersion” i18nKey=”XhtmlVersion”

               any=”display” type=”single” syntax=”string”

             />

             <!-- UAProfile WapCharacteristics properties -->

             <AttributeSchema name=”SupportedPictogramSet”

             i18nKey=”SupportedPictogramSet”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”WapDeviceClass” i18nKey=”WapDeviceClass”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”WapVersion” i18nKey=”WapVersion”

               any=”display” type=”single” syntax=”string”

             />

             <AttributeSchema name=”WmlDeckSize” i18nKey=”WmlDeckSize”

               any=”display” type=”single” syntax=”number”

             />

             <AttributeSchema name=”WmlScriptLibraries”

             i18nKey=”WmlScriptLibraries”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”WmlScriptVersion”              i18nKey=”WmlScriptVersion”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”WmlVersion” i18nKey=”WmlVersion”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”WtaiLibraries” i18nKey=”WtaiLibraries”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”WtaVersion” i18nKey=”WtaVersion”

               any=”display” type=”single” syntax=”string”

             />

             <!-- UAProfile PushCharacteristics properties -->

             <AttributeSchema name=”Push-Accept” i18nKey=”Push-Accept”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”Push-Accept-Charset”

             i18nKey=”Push-Accept-Charset”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”Push-Accept-Encoding”

             i18nKey=”Push-Accept-Encoding”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”Push-Accept-Language”

             i18nKey=”Push-Accept-Language”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”Push-Accept-AppID”

             i18nKey=”Push-Accept-AppID”

               any=”display” type=”list” syntax=”string”

             />

             <AttributeSchema name=”Push-MsgSize” i18nKey=”Push-MsgSize”

               any=”display” type=”single” syntax=”number”

             />

             <AttributeSchema name=”Push-MaxPushReq” i18nKey=”Push-MaxPushReq”

               any=”display” type=”single” syntax=”number”

             />

             <!-- additional properties -->

             <AttributeSchema name=”additionalProperties”

             i18nKey=”additionalProperties”

               any=”display” type=”list” syntax=”string”

             />

         </SubSchema>

       </SubSchema> <!-- end database schema -->

       <!-- store the profilemanager.xml -->

       <AttributeSchema name=”profileManagerXML” type=”single” syntax=”xml” />

      </Global>

    </Schema>

    <Configuration>

    <GlobalConfiguration>

    <!-- placeholder for externalDB -->

    <SubConfiguration name=”externalData” id=”clientDBStore” />

    <!-- internalDB -->

    <SubConfiguration name=”internalData” id=”clientDBStore”>

<SubConfiguration name=”genericHTML” id=”clientData”>

  <AttributeValuePair>

    <Attribute name=”clientType” />

    <Value>genericHTML</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”userAgent” />

    <Value>Mozilla/4.0</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”CcppAccept-Charset” />

<!-- q value assignes relative weight/preference to charset q value can be

a float ranging from 0 to 1. If q value is not present it is assumed to be 1.0

-->

    <Value>UTF-8</Value>

    <Value>ISO-8859-1;q=0.8</Value>

    <Value>ISO-8859-2;q=0.9</Value>

    <Value>ISO-8859-3;q=0.9</Value>

    <Value>ISO-8859-4;q=0.8</Value>

    <Value>ISO-8859-5;q=0.9</Value>

    <Value>ISO-8859-6;q=0.9</Value>

    <Value>ISO-8859-7;q=0.9</Value>

    <Value>ISO-8859-8;q=0.9</Value>

    <Value>ISO-8859-9;q=0.9</Value>

    <Value>ISO-8859-10;q=0.9</Value>

    <Value>ISO-8859-14;q=0.9</Value>

    <Value>ISO-8859-15;q=0.9</Value>

    <Value>Shift_JIS;q=0.9</Value>

    <Value>EUC-JP;q=0.8</Value>

    <Value>ISO-2022-JP;q=0.7</Value>

    <Value>GB18030</Value>

    <Value>GB2312;q=0.8</Value>

    <Value>BIG5;q=0.9</Value>

    <Value>EUC-KR;q=0.9</Value>

    <Value>ISO-2022-KR;q=0.8</Value>

    <Value>TIS-620;q=0.9</Value>

    <Value>KOI8-R;q=0.9</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”parentId” />

    <Value>HTML</Value>

  </AttributeValuePair>

</SubConfiguration>

<SubConfiguration name=”HTML” id=”clientData”>

  <AttributeValuePair>

    <Attribute name=”parentId” />

    <Value>HTML</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”clientType” />

    <Value>HTML</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”filePath” />

    <Value>html</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”contentType” />

    <Value>text/html</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”genericHTML” />

    <Value>true</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”cookieSupport” />

    <Value>true</Value>

  </AttributeValuePair>

  <AttributeValuePair>

    <Attribute name=”CcppAccept-Charset” />

    <Value>UTF-8</Value>

  </AttributeValuePair>

</SubConfiguration>

    </SubConfiguration>

    </GlobalConfiguration>

    </Configuration>

  </Service>

</ServicesConfiguration>


Address Book Schema

This section is a reference for the Mobile Access address book application. During a default installation the SunMobileAppABService.xml file is placed in the /portal-server-installation-root/SUNWps/export/service directory.

Code Example A-2  Address Book Schema

<?xml version="1.0" encoding="ISO-8859-1"?>

<!--

  Copyright 2001 Sun Microsystems, Inc. All rights reserved.

  PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.

  MAP Address Book Service Definition

-->

<!DOCTYPE ServicesConfiguration

    PUBLIC "=//Sun ONE//Service Management Services (SMS) 1.0 DTD//EN"

    "file:%IDSAME_BASEDIR%/SUNWam/dtd/sms.dtd">

<ServicesConfiguration>

  <Service name="SunMobileAppABService" version="1.0">

    <Schema

      i18nFileName="SunMobileAppABService"

      serviceHierarchy="/app.configuration/SunMobileAppABService"

      i18nKey="abServiceDescription">

      <Global>

         <AttributeSchema name="serviceObjectClasses"

            type="list"

            syntax="string"

            i18nKey="">

            <DefaultValues>

               <Value>SunMobileAppABPerson</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunConfigurationTemplates"

                          type="list"

                          syntax="string"

                          any="display"

                          i18nKey="sunConfigurationTemplatesDescription">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppABJspAbNumLines"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspAbNumLines">

            <DefaultValues>

               <Value>default|9</Value>

            </DefaultValues>

         </AttributeSchema>

      </Global>

<!-- TBD as per ID6.0

      <Policy>

         <ActionSchema name="sunMobileAppABExecutable"

            type="single"

            syntax="boolean"

            any="display"

            cosQualifier="default"

            i18nKey="privilege">

            <DefaultValues>

               <Value>true</Value>

            </DefaultValues>

         </ActionSchema>

      </Policy>

-->

      <Dynamic>

         <AttributeSchema name="sunMobileAppABConfig"

            type="list"

            syntax="string"

            any="display"

            cosQualifier="merge-schemes"

            i18nKey="appConfig">

         </AttributeSchema>

</Dynamic>

      <User>

         <AttributeSchema name="sunMobileAppABSortBy"

            type="single"

            syntax="string"

            any="display"

            i18nKey="sortBy">

               <DefaultValues>

                  <Value>fn</Value>

               </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppABSortOrder"

            type="single_choice"

            syntax="string"

            any="display"

            i18nKey="sortOrder">

              <ChoiceValues>

                <ChoiceValue i18nKey="ascending">asc</ChoiceValue>

                <ChoiceValue i18nKey="descending">dsc</ChoiceValue>

                <ChoiceValue i18nKey="none">none</ChoiceValue>

              </ChoiceValues>

              <DefaultValues>

                <Value>asc</Value>

              </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppABConfig"

            type="list"

            syntax="string"

            any="display"

            i18nKey="appConfig">

         </AttributeSchema>

      </User>

   </Schema>

  </Service>

</ServicesConfiguration>


Calendar Schema

This section is a reference for the Mobile Access calendar application. During a default installation the SunMobileAppCalendarService.xml file is placed in the /portal-server-installation-root/SUNWps/export/service directory.

Code Example A-3  Calendar Schema

<?xml version="1.0" encoding="ISO-8859-1"?>

<!--

  Copyright 2001 Sun Microsystems, Inc. All rights reserved.

  PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.

  MAP Calendar Service Definition

-->

<!DOCTYPE ServicesConfiguration

    PUBLIC "=//Sun ONE//Service Management Services (SMS) 1.0 DTD//EN"

    "file:%IDSAME_BASEDIR%/SUNWam/dtd/sms.dtd">

<ServicesConfiguration>

  <Service name="SunMobileAppCalendarService" version="1.0">

    <Schema

      i18nFileName="SunMobileAppCalendarService"

      serviceHierarchy="/app.configuration/SunMobileAppCalendarService"

      i18nKey="calServiceDescription">

      <Global>

         <AttributeSchema name="serviceObjectClasses"

            type="list"

            syntax="string"

            i18nKey="">

            <DefaultValues>

                  <Value>SunMobileAppCalendarPerson</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunConfigurationTemplates"

            type="list"

            syntax="string"

            any="display"

            i18nKey="sunConfigurationTemplatesDescription">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppCalendarJspCalendarNumLines"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspCalendarNumLines">

            <DefaultValues>

                  <Value>default|7</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppCalendarJspEventNumLines"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspEventNumLines">

            <DefaultValues>

                  <Value>default|7</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppCalendarJspSummaryLength"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspSummaryLength">

            <DefaultValues>

                  <Value>default|25</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppCalendarJspLocationLength"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspLocationLength">

            <DefaultValues>

                  <Value>default|25</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppCalendarJspDescLength"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspDescLength">

            <DefaultValues>

                  <Value>default|300</Value>

            </DefaultValues>

         </AttributeSchema>

      </Global>

      <Dynamic>

         <AttributeSchema name="sunMobileAppCalendarConfig"

            type="list"

            syntax="string"

            any="display"

            cosQualifier="merge-schemes"

            i18nKey="appConfig">

         </AttributeSchema>

      </Dynamic>

      <User>

         <AttributeSchema name="sunMobileAppCalendarConfig"

            type="list"

            syntax="string"

            any="display"

            i18nKey="appConfig">

         </AttributeSchema>

      </User>

    </Schema>

  </Service>

</ServicesConfiguration>


Mail Schema

This section is a reference for the Mobile Access mail application. During a default installation the SunMobileAppMailService.xml file is placed in the /portal-server-installation-root/SUNWps/export/service directory.

Code Example A-4  

<?xml version="1.0" encoding="ISO-8859-1"?>

<!--

  Copyright 2001 Sun Microsystems, Inc. All rights reserved.

  PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.

  MAP Mail Service Definition

-->

<!DOCTYPE ServicesConfiguration

  PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"

  "file:%IDSAME_BASEDIR%/SUNWam/dtd/sms.dtd">

<ServicesConfiguration>

  <Service name="SunMobileAppMailService" version="1.0">

    <Schema

      i18nFileName="SunMobileAppMailService"

      serviceHierarchy="/app.configuration/SunMobileAppMailService"

      i18nKey="mailServiceDescription">

      <Global>

         <AttributeSchema name="serviceObjectClasses"

            type="list"

            syntax="string"

            i18nKey="">

            <DefaultValues>

                  <Value>SunMobileAppMailPerson</Value>

            </DefaultValues>

         </AttributeSchema>

 

         <AttributeSchema name="sunConfigurationTemplates"

            type="list"

            syntax="string"

            any="display"

            i18nKey="sunConfigurationTemplatesDescription">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailJspNumFolders"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspNumFolders">

            <DefaultValues>

                  <Value>default|9</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailJspInboxNumLines"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspInboxNumLines">

            <DefaultValues>

                  <Value>default|9</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailJspMsgNumLines"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspMsgNumLines">

            <DefaultValues>

                  <Value>default|9</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailJspFromLength"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspFromLength">

            <DefaultValues>

                  <Value>default|23</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailJspSubjectLength"

            type="list"

            syntax="string"

            any="display"

            i18nKey="jspSubjectLength">

            <DefaultValues>

                  <Value>default|23</Value>

            </DefaultValues>

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailOutboundMailCharset"

            type="list"

            syntax="string"

            any="display"

            i18nKey="outboundMailCharset">

            <DefaultValues>

                  <Value>Shift_JIS=ISO-2022-JP</Value>

            </DefaultValues>

         </AttributeSchema>

      </Global>

      <Organization>

         <AttributeSchema name="sunMobileAppMailDefaultMailDomain"

            type="single"

            syntax="string"

            any="display"

            i18nKey="defaultMailDomain">

         </AttributeSchema>

      </Organization>

      <Dynamic>

         <AttributeSchema name="sunMobileAppMailConfig"

            type="list"

            syntax="string"

            any="display"

            cosQualifier="merge-schemes"

            i18nKey="appConfig">

         </AttributeSchema>

      </Dynamic>

      <User>

         <AttributeSchema name="sunMobileAppMailSignature"

            type="single"

            syntax="paragraph"

            any="display"

     i18nKey="signature">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailPredefinedReplies"

            type="list"

            syntax="string"

            any="display"

            i18nKey="predefinedReplies">

         </AttributeSchema>

 

         <AttributeSchema name="sunMobileAppMailViewClients"

            type="list"

            syntax="string"

            any="display"

            i18nKey="viewClients">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailViews"

            type="list"

            syntax="string"

            any="display"

            i18nKey="views">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailViewRules"

            type="list"

            syntax="string"

            any="display"

            i18nKey="viewRules">

         </AttributeSchema>

         <AttributeSchema name="sunMobileAppMailConfig"

            type="list"

            syntax="string"

            any="display"

            i18nKey="appConfig">

         </AttributeSchema>

      </User>

    </Schema>

  </Service>

</ServicesConfiguration>



Previous      Contents      Index      Next     


Copyright 2003 Sun Microsystems, Inc. All rights reserved.