ファイル名は、スコープ名を URL としてエンコードし、スペースを %20 で置き換え、拡張子「.xml」を付けたものです。
以下に、定義済みのスコープの例を 2 つ示します。
以下に、「All projects and related objects for a specified release」という事前定義スコープの XML ファイルの内容を示します。
<?xml version="1.0" encoding='ISO-8859-1'?>
<soadfscope version="1">
<predefined>TRUE</predefined>
<role></role>
<parameter>
<label>Release value</label>
</parameter>
<object></object>
<query>release='%1' and cvtype!='problem'</query>
<expansion_rule>Folder's tasks</expansion_rule>
<expansion_rule>Project's folders</expansion_rule>
<expansion_rule>Project's tasks</expansion_rule>
<expansion_rule>Task's objects</expansion_rule>
<exclusion_rule>Baseline projects used by other non-static projects
</exclusion_rule>
<exclusion_rule>Folders used by other projects</exclusion_rule>
<exclusion_rule>Objects associated with other non-automatic tasks
</exclusion_rule>
<exclusion_rule>Projects used by other baselines</exclusion_rule>
<exclusion_rule>Tasks used by other baselines</exclusion_rule>
<exclusion_rule>Tasks used by other folders</exclusion_rule>
<exclusion_rule>Tasks used by other projects</exclusion_rule>
<exclusion_query></exclusion_query>
<package_name>All projects and related objects for Release %1 saved
on %date</package_name>
</soadfscope>
最初に、指定したリリースを持つすべてのオブジェクトのクエリーを実行することにより、初期のオ ブジェクト・リストが作成されます。
以下に、「Project hierarchy and related folders and tasks」という事前定義スコープの XML ファイルの内容を示します。
<?xml version="1.0" encoding='ISO-8859-1'?>
<soadfscope version="1">
<predefined>TRUE</predefined>
<role></role>
<parameter>
<label>Project objectname</label>
</parameter>
<object>%1</object>
<query></query>
<expansion_rule>Folder's non-automatic tasks</expansion_rule>
<expansion_rule>Project's folders</expansion_rule>
<expansion_rule>Project's non-automatic tasks</expansion_rule>
<expansion_rule>Project's recursive members</expansion_rule>
<exclusion_rule>Baseline projects used by other non-static projects
</exclusion_rule>
<exclusion_rule>Folders used by other projects</exclusion_rule>
<exclusion_rule>Objects associated with other non-automatic tasks
</exclusion_rule>
<exclusion_rule>Projects used by other baselines</exclusion_rule>
<exclusion_rule>Tasks used by other baselines</exclusion_rule>
<exclusion_rule>Tasks used by other folders</exclusion_rule>
<exclusion_rule>Tasks used by other projects</exclusion_rule>
<exclusion_query></exclusion_query>
<package_name>Project hierarchy %1 saved on %date</package_name>
</soadfscope>
最初に、初期のオブジェクト・リストには、オブジェクト名で指定されたプロジェ クトのみが含まれています。