param 要素 param--element

コンテンツモデル content-model-12

param:==help

属性 attributes-12

  • @_operation (文字列)
  • @desc (文字列)
  • @enum (文字列)
  • @inout (文字列)
  • @label (文字列)
  • @localizable (文字列)
  • @name (MNTOKEN)
  • @namespace (MNTOKEN)
  • @type (文字列)

parents-12

<parameters>

children-12

<help>

説明 description-12

この要素を使用すると、SOAP メソッドを呼び出すためのパラメーターを定義できます。

属性の説明 attribute-description-12

  • desc (string):<param> 要素に関する説明。

  • inout (string):この属性は、パラメーターがSOAP呼び出しの入力(in)または出力(out)にあるかどうかを定義します。 この属性を指定しない場合、デフォルトのパラメーターは input ("@inout=in")になります。

  • label (文字列):<param> ラベル

  • localizable (string):この属性を有効にすると、翻訳の「@label」属性の値を復元するようにコレクションツールに指示します(内部使用)。

  • name (MNTOKEN):<param> の内部名

  • type (string):この属性は、要素のタイプ <param> 定義します

    使用可能なタイプのリスト:

    • いずれか
    • bin
    • blob
    • ブール値
    • バイト
    • CDATA
    • 日時
    • datetimetz
    • datetimenoz
    • 日付
    • DOMDocument
    • DOMElement
    • 倍精度浮動小数点数
    • 列挙
    • 浮動小数点数
    • html
    • int64
    • リンク
    • 長い
    • メモ
    • MNTOKEN
    • 割合
    • primarykey
    • 短い
    • 文字列
    • 時間
    • 期間
    • uuid

examples-9

文字列タイプの「serviceName」受信設定の定義:

<param desc="Name of the information service(s) (separated with commas)"
               name="serviceName" type="string" inout="in"/>
recommendation-more-help
601d79c3-e613-4db3-889a-ae959cd9e3e1