元件:概念

元素:概念 / 資訊

命名空間 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
類型 ConceptInfo
類型階層
屬性
content: 複雜
型號 namedescription{0,1}url{0,1}pluralName{0,1}totalName{0,1}同義詞*
子項 descriptionnamepluralName同義詞totalNameurl
執行個體
<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: 複雜
分鐘數: 0
maxOccurs: 無界限
屬性
QName 類型 固定 預設 使用 註解
參考資料 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: 複雜
分鐘數: 0
屬性
QName 類型 固定 預設 使用 註解
參考資料 DataType 必填
來源
<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: 複雜
分鐘數: 0
maxOccurs: 無界限
型號 info{0,1}type{0,1}, (value* |conceptValue{0,1})
子項 conceptValueinfotype
執行個體
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
屬性
QName 類型 固定 預設 使用 註解
概念 xs:QName 選用 所對應概念的概念參照 屬性。如果屬性指定了類型,請將類型 必須符合所參照概念的類型。對於 外部概念必須採用下列格式 「prefix:other_concept_id」,其中「prefix」為 外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
id LocalId 選用 概念屬性的 ID,此 ID 必須是 屬於特定類別 (所有屬性和屬性) 的不重複值 如果已指定概念屬性,則可省略 ID。在這個例子中 系統會建立隱含的 ID,並將值做為 所學概念例如 <attribute concept=&quot;unit:currency&quot;/&gt;相當於 <attribute id="currency" concept=&quot;unit:currency&quot;/&gt;
來源
<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
註解 概念的屬性。屬性代表了 概念執行個體的相關資訊 (例如某個概念 「city」例如「國家/地區」屬性。
圖表 圖表 dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
類型 ConceptProperty
屬性
content: 複雜
分鐘數: 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 類型 固定 預設 使用 註解
概念 xs:QName 選用 所對應概念的概念參照 。如果屬性指定類型,則類型: 必須符合所參照概念的類型。對於 外部概念必須採用下列格式 「prefix:other_concept_id」,其中「prefix」為 外部資料集命名空間使用的前置字串 (請參閱 XML 命名空間)。
id LocalId 選用 概念屬性的 ID,此 ID 必須是 屬於特定類別 (所有屬性和屬性) 的不重複值 如果已指定概念屬性,則可省略 ID。在這個例子中 系統會默示建立 ID,並將值設為 所學概念例如 <property concept=&quot;geo:country&quot;/&gt;等同於 <property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean false 選用 如果為 true,這個屬性必須參照一個概念,且 這個屬性代表此屬性在 模型和參照的概念所參照的每個例項 這個概念最多只有一個例項 概念。
isParent xs:boolean false 選用 如果為 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>

元素:概念 / defaultValue

命名空間 http://schemas.google.com/dspl/2010
註解 概念的預設值,供應用程式使用 需要選取可能出現的 概念。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
分鐘數: 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
類型 ConceptTableMapping
屬性
content: 複雜
分鐘數: 0
型號 mapConcept{0,1} , mapProperty*
子項 mapConceptmapProperty
執行個體
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
屬性
QName 類型 固定 預設 使用 註解
參考資料 LocalId 必填 列出 概念。
來源
<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」或「縣/市」)。概念可能是 與列舉所有可能值 (無論是否為列舉) 有關。A 罩杯 某些資料集中定義的概念;其他資料集內可能會參照這些概念 資料集
圖表 圖表 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}
子項 attributedefaultValueinfo屬性資料表主題類型
屬性
QName 類型 固定 預設 使用 註解
延伸 xs:QName 選用 該概念的專屬 ID 。參照的概念可在同一個資料集中定義 也就是在其他資料集中對外部 IP 位址的參照 概念必須採用「prefix:other_concept_id」格式、 其中「prefix」是 Pod 中 外部資料集 (請參閱 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>

屬性:概念 / 類型 / @ref

命名空間 沒有命名空間
類型 DataType
屬性
而應改為使用下列指令: 必填
facet
列舉 字串
列舉 float
列舉 整數
列舉 布林值
列舉 日期
列舉 概念
使用這項素材資源的廣告
元素 概念/類型
來源
<xs:attribute name="ref" type="DataType" use="required"/>

屬性:概念 / @id

命名空間 沒有命名空間
註解 概念的專屬 ID,必須是全域 與資料集內的 ID 不重複
類型 ID
屬性
而應改為使用下列指令: 必填
facet
maxLength 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 編輯器