구성요소: conceptInfo

요소: conceptInfo/복수형

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념 인스턴스의 모음을 참조하는 데 사용되는 이름입니다 (예: 'State'의 복수형은 'States').
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minCcurs: 0
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<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
주석 개념의 모든 인스턴스를 참조하는 데 사용되는 이름입니다 (예: 'State'의 totalName은 'All US'임
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
유형
속성
content: 복잡함
minCcurs: 0
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<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: 복잡함
minCcurs: 0
maxOccurs: unbounded
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<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
유형 정보 확장
유형 계층 구조
사용 중인 광고
요소 개념/정보
모델 이름, 설명{0,1}, URL{0,1}, pluralName{0,1}, totalName{0,1}, 동의어*
Children 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 편집기를 사용하여 만듭니다.