置換グループ

置換グループ

xsd:
<element name=""comment"" type=""string""/>
<element name=""shipComment"" type=""string""
         substitutionGroup=""ipo:comment""/>
<element name=""customerComment"" type=""string""
         substitutionGroup=""ipo:comment""/>
レンダリング:
comment and substitututable elements
    comment (string)
    customerComment (string)
    shipComment (string)"

派生したタイプを持つ置換グループ

xsd:
<element name=""address"" type=""addressType""/>
<element name=""buyerAddress"" type=""addressType""
         substitutionGroup=""address""/>
<element name=""sellerAddress"" type=""addressType""
         substitutionGroup=""address""/>
<complexType name=""usAddressType"">
  <extension base=""addressType""/>
</complexType>
<complexType name=""canadaAddressType"">
  <extension base=""addressType""/>
</complexType>
レンダリング:
    address and substitututable elements
      address and elements of derived types
          address (addressType)
          address (usAddressType)
          address (canadaAddressType)
      buyerAddress and elements of derived types
          buyerAddress (addressType)
          buyerAddress (usAddressType)
          buyerAddress (canadaAddressType)
      sellerAddress and elements of derived types
          sellerAddress (addressType)
          sellerAddress (usAddressType)
          sellerAddress (canadaAddressType)
注: エレメントが抽象タイプである場合、エレメントは置換可能なエレメント・フォルダーに表示されません。 ただし、抽象エレメントに置換グループがない場合、それは置換フォルダーなしで表示されます。 抽象エレメントは子を伴わずに表示されます。
関連タスク
メッセージ・マッピングの開発
特記事項 | 商標 | ダウンロード | ライブラリー | サポート | フィードバック
Copyright IBM Corporation 1999, 2005 Last updated: 11/07/2005
ar25240_3_