组件:ConceptInfo

元素:ConceptInfo / pluralName

命名空间 http://schemas.google.com/dspl/2010
注释 用于指代 概念(例如“州/省”的复数名称为 “州”)。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
最少发生次数: 0
型号 value* |conceptValue{0,1}
儿童 conceptValuevalue
实例
<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为“All US”)。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
最少发生次数: 0
型号 value* |conceptValue{0,1}
儿童 conceptValuevalue
实例
<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: 复杂
最少发生次数: 0
maxOccurs: 无界限
型号 value* |conceptValue{0,1}
儿童 conceptValuevalue
实例
<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
注释 数据集中某个概念的相关文本信息。这个 基本 Info 类型的扩展添加了一些额外字段, 如何应用于概念。
图示 图示 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
类型 Info 的扩展
类型层次结构
使用方数量
元素 概念/信息
型号 namedescription{0,1}url{0,1}pluralName{0,1}totalName{0,1}同义词*
儿童 descriptionnamepluralNamesynonymtotalNameurl
来源
<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 Editor