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

このテンプレートの作成者の名前。オプションの要素。

構文
<author>
</author>

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

  • 説明

    このテンプレートの作成者の名前。オプションの要素。 この要素には、テキストまたは任意のXML要素を含めることができます。 実行時にはまったく無視されますが、その内容は開発ツールおよびビルド・ツールで使用されます。


     <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
                      xmlns:ui="http://xmlns.oracle.com/uix/ui"
               targetNamespace="http://foo.com"
                     localName="fooPageLayout">
       <author>Your Name, Another Person's Name</author>
       ...
     </templateDefinition>