<templates>要素
ネームスペース:  http://xmlns.oracle.com/uix/ui

<templates>要素は、複数のテンプレート要素のコンテナです。

構文
<templates >
     <!-- The following child can be anything derived from the given element -->
   <template> </template>
</templates>

説明

<templates>要素は、複数のテンプレート要素のコンテナです。一連のテンプレート定義またはインポート要素を含めることができます。


<ctrl:page xmlns:ctrl="http://xmlns.oracle.com/uix/controller">
  <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="..."/>
    <templateImport source="..."/>
    <templateDefinition>
      <!-- A template defined inline ... -->
    </templateDefinition>
  </templates>
  <!-- Rest of Page -->

子要素

説明 必須 組込み可能な数
<template> 1つのテンプレートの定義またはインポート。
いいえ 無限