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

テンプレートのUINodeコンテンツ。

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

注意:
  • この要素は<templateDefinition>要素内で使用されます。

  • 説明

    テンプレートのUINodeコンテンツ。<content>要素は、<type>要素および(オプションの)<templates>要素の後に含めます。このテンプレートのレンダリングに使用されるUIツリーのルートを定義する、1つの子要素が含まれている必要があります。


                      <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
                      xmlns:ui="http://xmlns.oracle.com/uix/ui"
                      targetNamespace="http://foo.com" localName="fooPageLayout">
                      <templates> ...  </templates>
    
                      <type base="ui:pageLayout">  ... </type>
    
                      <content>
                      <pageLayout> ... </pageLayout>
                      </content>
                      </templateDefinition>

    子要素

    説明 必須 最大値
    <(その他の要素)>
    テンプレートのルート要素。
    はい 1
    This document was generated on Wed Jul 07 19:22:00 PDT 2004

    Copyright © 2001, 2004, Oracle.All rights reserved.