组件:概念信息

元素:conceptInfo/ pluralName

命名空间 http://schemas.google.com/dspl/2010
注释 用于指代概念实例集合的名称(例如,“State”的 pluralName 为“States”)。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
minOccurs: 0
模型 值* | 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 为“State”为“All US”)。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
minOccurs: 0
模型 值* | 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>

元素:概念信息 / 同义词

命名空间 http://schemas.google.com/dspl/2010
注释 可用于参考此概念的同义词。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
模型 值* | 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>

复杂类型:概念信息

命名空间 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 编辑器创建。