구성요소: ConceptInfo

요소: ConceptInfo / pluralName

네임스페이스 http://schemas.google.com/dspl/2010
주석 프로젝트의 인스턴스 모음을 지칭하는 데 concept (예: 'State'의 복수형은 '주').
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minOccurs: 0
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
소스
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

요소: ConceptInfo / totalName

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념의 모든 인스턴스를 참조하는 데 사용되는 이름 (예: '주'의 totalName '전체 미국').
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minOccurs: 0
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
소스
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

요소: ConceptInfo / 동의어

네임스페이스 http://schemas.google.com/dspl/2010
주석 이를 지칭할 때 사용할 수 있는 동의어는 살펴보겠습니다
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minOccurs: 0
maxOccurs: unbounded
모델 값* | conceptValue{0,1}
어린이 conceptValue, value
인스턴스
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
소스
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

복합 유형: ConceptInfo

네임스페이스 http://schemas.google.com/dspl/2010
주석 데이터 세트의 개념에 관한 텍스트 정보입니다. 이 확장자에는 정보 유형만 입력할 수 있는 몇 가지 필드가 개념에 적용됩니다.
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
유형 Info의 확장자
유형 계층 구조
사용 주체
요소 개념/정보
모델 이름 , 설명{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , 동의어*
어린이 description, name, pluralName, 동의어, totalName, url
소스
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

다음을 사용하여 생성: oXygen XML 편집기.