DOMINO の XML


database 要素

Domino データベースの構造を定義します。

データベース設定について詳しくは、「[データベースのプロパティ] インフォボックス - [詳細] タブ」を参照してください。

包含階層
サブクラス:<databaseinfo><acl><fulltextsettings><launchsettings>%note.types;

構文
<!ELEMENT database ( databaseinfo?, acl?, fulltextsettings?, launchsettings?, (%note.types;)* )>

内容
databaseinfo?, acl?, fulltextsettings?, launchsettings?, (%note.types;)*)


属性
<!ATTLIST database
%root.attrs;
path%string;#IMPLIED
title%tstring;#IMPLIED
categoriesCDATA#IMPLIED
templatename%string;#IMPLIED
fromtemplate%string;#IMPLIED
type(%database.types;)"standard"
allowstoredforms%boolean;"true"
allowbackgroundagents%boolean;"true"
imageloadsdeferred%boolean;"false"
usejavascriptinpages%boolean;"true"
requiressl%boolean;"false"
allowdesignlocking%boolean;"false"
allowexternalconnections%boolean;"false"
showinopendialog%boolean;"true"
advancedtemplate%boolean;"false"
markmodifiedunread%boolean;"true"
multidbindexed%boolean;"false"
multilingual%boolean;"false"
defaultlanguage%string;#IMPLIED
defaultregion%string;#IMPLIED
defaultsortorder%string;#IMPLIED
maintainunread%boolean;"true"
optimizetablebitmaps%boolean;"false"
overwritefreespace%boolean;"true"
savelastaccessed%boolean;"false"
logtransactions%boolean;"true"
allowsoftdeletion%boolean;"false"
allowspecialhierarchy%boolean;"true"
allowheadlinemonitors%boolean;"true"
increasemaxfields%boolean;"false"
maxupdatedbyentries%integer;#IMPLIED
maxrevisionentries%integer;#IMPLIED
softdeletionsexpirein%integer;#IMPLIED
nourlopen%boolean;"false"
unicodestandardsorting%boolean;"false"
allowdocumentlocking%boolean;"false"
copyprofiledocswithdesign%boolean;"false"
singlecopytemplate%boolean;"false"
uselz1%boolean;"false"
>

advancedtemplate


allowbackgroundagents
allowdesignlocking
allowdocumentlocking
allowexternalconnections
allowheadlinemonitors
allowsoftdeletion
allowspecialhierarchy
allowstoredforms
categories
copyprofiledocswithdesign
defaultlanguage
defaultregion
defaultsortorder
fromtemplate
imageloadsdeferred
increasemaxfields
logtransactions
イルの変更はトランザクションとして記録されないので、ログの記録を無効にしてもかまいません。

maintainunread


markmodifiedunread
maxrevisionentries
maxupdatedbyentries
multidbindexed
multilingual
nourlopen
optimizetablebitmaps
overwritefreespace
path
requiressl
savelastaccessed
showinopendialog
singlecopytemplate
softdeletionsexpirein
templatename
title
type
unicodestandardsorting
usejavascriptinpages
uselz1
<database> 要素の定義済みエンティティ
%database.types; エンティティは、Domino Server 上に存在できるデータベースの種類を定義します。

構文:

<!ENTITY % database.types "standard | library | addressbook | lightaddressbook | multidbsearch | portfolio | imapproxy | subscriptions | mailbox | personaljournal | mailfile ">

addressbook


imapproxy
library
lightaddressbook
mailbox
mailfile
multidbsearch
personaljournal
portfolio
standard
subscriptions
%design.elements; エンティティは、Lotus Domino Designer 内のさまざまな設計要素に対応します。このエンティティは、%note.types; エンティティで使用されます。

構文:

<!ENTITY % design.elements "form | subform | page | frameset | view | folder | sharedfield | sharedactions | imageresource | appletresource | agent | agentdata | scriptlibrary | databasescript | helpusingdocument | helpaboutdocument | dataconnection ">

%note.types; エンティティは、Domino データベースの文書またはルート要素の基本的な種類を定義します。%note.classes; エンティティは、文書のクラスが文書のヘッダーに保存される値によって決定するという点で %note.types; エンティティと異なります。文書の種類は、まずそのクラスにより決定され、さらに文書内に特定のアイテムがあるかどうかによって詳細に指定されます。たとえば、エージェントとスクリプトはどちらも FILTER クラスに属します。しかし、それぞれの文書の種類は、両文書に含まれる $Flags と呼ばれるアイテムの値によって異なります。

構文:

<!ENTITY % note.types "note | document | profiledocument | %design.elements; ">


関連項目