组件:ConceptTableMapping

元素:ConceptTableMapping / mapConcept

命名空间 http://schemas.google.com/dspl/2010
注释 映射到包含 概念价值观。如果表格中的列 包含概念值的 ID 与概念相同 id。
图示 图示 dspl5.tmp#id61
属性
content: 复杂
最少发生次数: 0
属性
QName 类型 固定 默认 使用 注解
toColumn LocalId 必填 映射的表列的 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,则可以省略此映射。单个属性可映射到多个表中的列 (每种语言一个)来为语言指定不同的值, 属性。
图示 图示 dspl5.tmp#id63 dspl5.tmp#id64
属性
content: 复杂
最少发生次数: 0
maxOccurs: 无界限
属性
QName 类型 固定 默认 使用 注解
lang 可选
ref LocalId 必填 映射的概念属性的 ID。
toColumn LocalId 必填 映射的表列的 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 类型 固定 默认 使用 注解
参考 LocalId 必填 包含相应概念数据的表的 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
类型 LocalId
属性
而应使用以下命令: 必填
分面
长度上限 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。
类型 LocalId
属性
而应使用以下命令: 必填
分面
长度上限 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
类型 LocalId
属性
而应使用以下命令: 必填
分面
长度上限 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 概念。
类型 LocalId
属性
而应使用以下命令: 必填
分面
长度上限 64
使用方数量
复杂类型 ConceptTableMapping
来源
<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 编辑器创建。