다음을 통해 공유


<xdr:description> 요소

ElementType 또는 AttributeType 요소에 대한 설명서를 제공합니다.

<description>

요소 정보

발생 횟수

한 번

부모 요소

AttributeType, ElementType, Schema, group, element, attribute

자식 요소

제대로 구성된 모든 XML 내용입니다.

주의

description 요소 내에서 제공되는 정보는 유효성 검사에 사용되지 않지만 이 정보를 사용하면 도구를 사용하여 검색할 수 있는 정보를 표준화된 방법으로 제공할 수 있습니다.

예제

다음 예제에서는 요소에 대한 정보를 제공하는 description 요소의 사용 방법을 보여 줍니다.

<ElementType name="Book">
  <description>
  This is how we describe the books we sell. Be sure to specify
  ageGroup!
  </description>
  <element type="ageGroup">
    <default>ADULT</default>
  </element>
</ElementType>