구성요소: 정보

요소: 정보 / 이름

네임스페이스 http://schemas.google.com/dspl/2010
주석 설명된 요소의 이름입니다.
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
소스
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

요소: 정보 / 설명

네임스페이스 http://schemas.google.com/dspl/2010
주석 설명된 요소에 대한 설명입니다.
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minCcurs: 0
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
소스
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

요소: 정보/URL

네임스페이스 http://schemas.google.com/dspl/2010
주석 설명된 요소에서 추가 정보를 찾을 수 있는 웹페이지의 URL입니다. URL에 예약된 문자 또는 안전하지 않은 문자는 퍼센트 이스케이프 처리되지 않아야 합니다.
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minCcurs: 0
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
소스
<xs:element name="url" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The URL of a webpage where more information can be found on the
        described element. Any reserved or unsafe characters in the URL should NOT be
        percent-escaped.
    </xs:documentation>
  </xs:annotation>
</xs:element>

복합 유형: 정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 데이터 세트 요소에 대한 텍스트 정보
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
사용 중인 광고
요소 속성/정보, 개념 속성/정보, 슬라이스/정보, 테이블/정보, 주제/정보, dspl/info, dspl/provider
복합 유형 개념정보
모델 이름 , 설명{0,1} , URL{0,1}
Children 설명, 이름, URL
소스
<xs:complexType name="Info">
  <xs:annotation>
    <xs:documentation>Textual information about an element of the dataset.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="Values">
      <xs:annotation>
        <xs:documentation>The name of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The description of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="url" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The URL of a webpage where more information can be found on the
            described element. Any reserved or unsafe characters in the URL should NOT be
            percent-escaped.
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

oXygen XML 편집기를 사용하여 만듭니다.