元件:ConceptTableMapping

元素:ConceptTableMapping / mapConcept

命名空間 http://schemas.google.com/dspl/2010
註解 對應至含有資料欄值的資料表資料欄 ID。如果包含概念值的表格資料欄 ID 與概念 ID 相同,則可省略這項對應。
圖表 圖表 dspl5.tmp#id61
屬性
content: 複雜
minOccurs: 0
屬性
QName 類型 Fixed 預設 使用 註解
toColumn 地區 ID 必要 對應表格欄的 ID。
資料來源
<xs:element name="mapConcept" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

元素:ConceptTableMapping / mapProperty

命名空間 http://schemas.google.com/dspl/2010
註解 對應至含有資料欄屬性值的資料表資料欄 ID。如果包含概念屬性值的表格欄具有屬性 ID 做為 ID,則可能會省略這項對應。您可以為語言屬性指定不同的值,藉此將單一屬性對應至多個資料表資料欄 (每種語言各一個)。
圖表 圖表 dspl5.tmp#id63 dspl5.tmp#id64
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
屬性
QName 類型 Fixed 預設 使用 註解
lang 選擇性
參考 地區 ID 必要 對應概念屬性的 ID。
toColumn 地區 ID 必要 對應表格欄的 ID。
資料來源
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped concept property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="xml:lang" use="optional">
      <xs:annotation>
        <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

複雜類型:ConceptTableMapping

命名空間 http://schemas.google.com/dspl/2010
註解 用於為概念提供資料的資料表。
圖表 圖表 dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
使用這項素材資源的廣告
元素 概念/表格
模型 mapConcept{0,1}mapProperty*
兒童 mapConceptmapProperty
屬性
QName 類型 Fixed 預設 使用 註解
參考 地區 ID 必要 包含概念資料的資料表 ID。
資料來源
<xs:complexType name="ConceptTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapConcept" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped concept property.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute ref="xml:lang" use="optional">
          <xs:annotation>
            <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="LocalId" use="required">
    <xs:annotation>
      <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

屬性:ConceptTableMapping / mapConcept / @toColumn

命名空間 沒有命名空間
註解 對應表格欄的 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
元素 ConceptTableMapping/mapConcept
資料來源
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

屬性:ConceptTableMapping / mapProperty / @ref

命名空間 沒有命名空間
註解 對應概念屬性的 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
元素 ConceptTableMapping/mapProperty
資料來源
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped concept property.</xs:documentation>
  </xs:annotation>
</xs:attribute>

屬性:ConceptTableMapping / mapProperty / @toColumn

命名空間 沒有命名空間
註解 對應表格欄的 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
元素 ConceptTableMapping/mapProperty
資料來源
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

屬性:ConceptTableMapping / @ref

命名空間 沒有命名空間
註解 包含概念資料的資料表 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 64
使用這項素材資源的廣告
複雜類型 概念 對應
資料來源
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

使用 oXygen XML 編輯器建立。