Sun ONE ロゴ      前へ      目次      索引      次へ     

Sun ONE Portal Server, Mobile Access 6.2 管理者ガイド

付録 A
Mobile Access ソフトウェアのスキーマリファレンス

この付録では、SunTM ONE Identity Server ソフトウェアによって使用される、SunTM ONE Portal Server, Mobile Access ソフトウェアのスキーマ定義に関するリファレンス を提供します。

この付録には次の節が含まれています。

SunTM ONE Portal Server ソフトウェアのスキーマ定義については、『SunTM ONE Portal Server 6.2 管理者ガイド』を参照してください。


クライアントデータスキーマ

この節では、クライアントデータに関するリファレンスを記載します。デフォルトのインストール中に、amClientData.xml ファイルが /portal-server-installation-root/SUNWam/config/xml ディレクトリに配置されます。

コード例 A-1 クライアントデータスキーマ  

<?xml version=.0encoding=店ML_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>

       <!-- クライアント DB を保存するスキーマ -->

       <SubSchema name="clientDBStore">

         <SubSchema name="clientData">

            <!-- 必須プロパティ -->

            <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"

            />

            <!-- オプションプロパティ -->

            <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 プロパティ -->

            <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 SoftwarePlatrofm プロパティ -->

            <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 プロパティ -->

             <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 プロパティ -->

             <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 プロパティ -->

             <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 プロパティ -->

             <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"

             />

             <!-- 追加プロパティ -->

             <AttributeSchema name="additionalProperties"

             i18nKey="additionalProperties"

               any="display" type="list" syntax="string"

             />

         </SubSchema>

       </SubSchema> <!-- データベーススキーマの終了 -->

       <!-- profilemanager.xml の保存 -->

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

      </Global>

    </Schema>

    <Configuration>

    <GlobalConfiguration>

    <!-- 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 値には文字セットに対して相対的なウェイト / 設定が割り当てられる。q 値は

0 から 1 の範囲の浮動小数である。q 値が存在しない場合、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>


アドレス帳スキーマ

この節では、Mobile Access アドレス帳アプリケーションに関するリファレンスを記載します。デフォルトのインストール中に、SunMobileAppABService.xml ファイルが /portal-server-installation-root/SUNWps/export/service ディレクトリに配置されます。

コード例 A-2 アドレス帳スキーマ 

<?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.

  アドレス帳サービス定義をマップする

-->

<!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>

<!-- ID6.0 のとおりの TBD

      <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>


カレンダスキーマ

この節では、Mobile Access カレンダアプリケーションに関するリファレンスを記載します。デフォルトのインストール中に、SunMobileAppCalendarService.xml ファイルが /portal-server-installation-root/SUNWps/export/service ディレクトリに配置されます。

コード例 A-3 カレンダスキーマ 

<?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.

  カレンダサービス定義をマップする

-->

<!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>


メールスキーマ

この節では、Mobile Access メールアプリケーションに関するリファレンスを記載します。デフォルトのインストール中に、SunMobileAppMailService.xml ファイルが /portal-server-installation-root/SUNWps/export/service ディレクトリに配置されます。

コード例 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.

  メールサービス定義をマップする

-->

<!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>



前へ      目次      索引      次へ     


Copyright 2003 Sun Microsystems, Inc. All rights reserved.