元件:概念

元素:概念/資訊

命名空間 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 dspl13.tmp#id39
類型 概念資訊
類型階層
屬性
content: 複雜
模型 namedescription{0,1}url{0,1}pluralName{0,1}totalName{0,1}yn**
兒童 descriptionnamepluralNameynonymtotalNameurl
執行個體
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
資料來源
<xs:element name="info" type="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

元素:概念 / 主題

命名空間 http://schemas.google.com/dspl/2010
註解 概念的關聯主題。
圖表 圖表 dspl6.tmp#id44
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
屬性
QName 類型 Fixed 預設 使用 註解
參考 Xs:QName 選擇性 與這個概念相關聯的主題專屬 ID。參照的主題可能在同一個資料集或外部 (即其他資料集) 中定義。外部主題的參照格式必須是「prefix:other_topic_id」,其中「prefix」是外部資料集命名空間的前置字串 (請參閱 XML 命名空間)。
資料來源
<xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A topic the concept is associated with.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="xs:QName">
      <xs:annotation>
        <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

元素:概念/類型

命名空間 http://schemas.google.com/dspl/2010
註解 概念的資料類型。概念必須提供類型宣告或擴充其他概念。在擴充概念的情況下,也可以提供類型宣告。擴充概念的類型,不得比擴充概念的類型來得小。「限制性較低」(LRT) 的定義如下:字串 LRT 浮點浮點 LRT 整數字串 LRT 日期字串 LRT 布林值
圖表 圖表 dspl6.tmp#id46
屬性
content: 複雜
minOccurs: 0
屬性
QName 類型 Fixed 預設 使用 註解
參考 資料類型 必要
資料來源
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

元素:概念/屬性

命名空間 http://schemas.google.com/dspl/2010
註解 概念的屬性。屬性代表概念的其他資訊 (例如而 GDP 是一個百分比)。
圖表 圖表 dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl14.tmp#id18
類型 屬性
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
模型 info{0,1} , type{0,1} , (值* | conceptValue{0,1})
兒童 conceptValueinfotypevalue
執行個體
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
屬性
QName 類型 Fixed 預設 使用 註解
概念 Xs:QName 選擇性 參照屬性屬性值的概念參照。如果屬性指定了類型,則該類型必須與所參照概念的類型相符。外部概念的參照必須採用「prefix:other_concept_id」的形式,其中「prefix」是外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
id 地區 ID 選擇性 概念屬性的 ID。此 ID 在概念 (包括屬性和屬性) 中不得重複。如果已指定概念屬性,則可省略這個 ID。在這種情況下,系統會使用 ID 所參照概念的本機名稱,間接建立 ID。例如 <attribute concept="unit:currency"/> 等同於 <attribute id="currency" concept="unit:currency"/>
資料來源
<xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
  </xs:annotation>
</xs:element>

元素:概念/屬性

命名空間 http://schemas.google.com/dspl/2010
註解 概念的屬性。屬性代表關於概念的其他資訊 (例如,「城市」概念可能具有「國家/地區」屬性)。
圖表 圖表 dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
類型 概念
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
模型 info{0,1}type{0,1}
兒童 infotype
執行個體
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
屬性
QName 類型 Fixed 預設 使用 註解
概念 Xs:QName 選擇性 參照與屬性值的概念的參照。如果屬性指定了類型,則該類型必須與所參照概念的類型相符。外部概念的參照必須採用「prefix:other_concept_id」的形式,其中「prefix」是外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
id 地區 ID 選擇性 概念屬性的 ID。此 ID 在概念 (包括屬性和屬性) 中不得重複。如果已指定概念屬性,則可省略這個 ID。在這種情況下,系統會以隱含方式建立已參照概念本機名稱的值。例如,<property concept="geo:country"/> 相當於 <property id="country" concept="geo:country"/>
isMapping xs:布林值 選擇性 如果為 true,這個屬性應參照某個概念,此屬性代表這個概念與所參照概念之間的對應 (一對一) 關係。在參照這個概念的每個例項時,最多只會有一個概念的例項。
isParent xs:布林值 選擇性 如果值為 true,這個屬性必須參照概念,此屬性代表這個概念與所參照概念之間的階層關係 (例如國家的洲別)。
資料來源
<xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
  </xs:annotation>
</xs:element>

元素:Concept / defaultValue

命名空間 http://schemas.google.com/dspl/2010
註解 預設值,供應用程式在挑選概念的其中一個可能值時使用。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
minOccurs: 0
模型 值* | conceptValue{0,1}
兒童 conceptValuevalue
執行個體
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
資料來源
<xs:element name="defaultValue" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

元素:概念 / 表格

命名空間 http://schemas.google.com/dspl/2010
註解 這個資料表的參照,包含了該概念的所有可能值及其非常數屬性。
圖表 圖表 dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62 dspl5.tmp#id59
類型 概念 對應
屬性
content: 複雜
minOccurs: 0
模型 mapConcept{0,1}mapProperty*
兒童 mapConceptmapProperty
執行個體
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
屬性
QName 類型 Fixed 預設 使用 註解
參考 地區 ID 必要 包含概念資料的資料表 ID。
資料來源
<xs:element name="table" type="ConceptTableMapping" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
  </xs:annotation>
</xs:element>

複雜類型:概念

命名空間 http://schemas.google.com/dspl/2010
註解 概念是指資料集中一種資料類型的定義 (例如「GDP」或「縣市」)。概念可能與所有可能值的列舉值相關聯。某些資料集中定義的概念可能會參照於其他資料集。
圖表 圖表 dspl6.tmp#id66 dspl6.tmp#id67 dspl6.tmp#id38 dspl6.tmp#id43 dspl6.tmp#id45 dspl6.tmp#id47 dspl6.tmp#id48 dspl6.tmp#id57 dspl6.tmp#id58
使用這項素材資源的廣告
元素 dspl/concepts/concept
模型 infotopic*type{0,1}attribute*property*defaultValue{0,1}table{0,1}
兒童 attributedefaultValueinfopropertytabletopictype
屬性
QName 類型 Fixed 預設 使用 註解
延伸 Xs:QName 選擇性 這個概念延伸的概念的專屬 ID。參照的概念可在相同資料集內或外部定義,即在其他資料集中定義。外部概念的參照格式必須是「prefix:other_concept_id」,其中「prefix」是外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
id ID 必要 概念的專屬 ID,在資料集中必須具有全域唯一性。
資料來源
<xs:complexType name="Concept">
  <xs:annotation>
    <xs:documentation>A concept is a definition of a type of data that appears in the
        dataset (e.g., "GDP" or "County").  A concept may be associated with
        an enumeration of all its possible values or not. A concept defined in
        some dataset may be referenced in other datasets.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="ConceptInfo">
      <xs:annotation>
        <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A topic the concept is associated with.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="xs:QName">
          <xs:annotation>
            <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="defaultValue" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="table" type="ConceptTableMapping" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="extends" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

屬性:概念 / 主題 / @ref

命名空間 沒有命名空間
註解 與這個概念相關聯的主題的專屬 ID。參照的主題可能在同一個資料集或外部 (即其他資料集) 中定義。外部主題的參照格式必須是「prefix:other_topic_id」,其中「prefix」是外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
類型 Xs:QName
屬性
content: 簡單
使用這項素材資源的廣告
元素 概念/主題
資料來源
<xs:attribute name="ref" type="xs:QName">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

屬性:Concept / type / @ref

命名空間 沒有命名空間
類型 資料類型
屬性
而應改為使用下列指令: 必要
商情項目
列舉 string
列舉 浮動
列舉 整數
列舉 布林值
列舉 date
列舉 概念
使用這項素材資源的廣告
元素 概念/類型
資料來源
<xs:attribute name="ref" type="DataType" use="required"/>

屬性:Concept / @id

命名空間 沒有命名空間
註解 概念的專屬 ID,在資料集中必須具有全域唯一性。
類型 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
複雜類型 概念
資料來源
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

屬性:概念 / @extends

命名空間 沒有命名空間
註解 這個概念延伸的概念的專屬 ID。參照的概念可在相同資料集或外部定義,即在其他資料集中定義。外部概念的參照格式必須是「prefix:other_concept_id」,其中「prefix」是外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
類型 Xs:QName
屬性
而應改為使用下列指令: 選擇性
使用這項素材資源的廣告
複雜類型 概念
資料來源
<xs:attribute name="extends" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

使用 oXygen XML 編輯器建立。