대체 그룹

대체 그룹

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 마지막 갱신 날짜: 11/08/2005
ar25240_3_