구성요소: 정보

요소: 정보 / 이름

네임스페이스 http://schemas.google.com/dspl/2010
주석 설명된 요소의 이름입니다.
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<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: 복잡함
minOccurs: 0
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<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: 복잡함
minOccurs: 0
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<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
사용 주체
요소 속성/정보, ConceptProperty/info, Slice/정보, 테이블/정보, Topic/info, dspl/info, dspl/provider
복합 유형 ConceptInfo
모델 이름 , 설명{0,1} , URL{0,1}
어린이 설명, 이름, 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 편집기.