组件:ConceptTableMapping

元素:ConceptTableMapping / mapConcept

命名空间 http://schemas.google.com/dspl/2010
注释 映射到包含概念值的表列的 ID。如果包含概念值的表列与概念 ID 具有相同的 ID,则可以省略此映射。
图示 图示 dspl5.tmp#id61
属性
content: 复杂
最少发生次数: 0
属性
QName 类型 Fixed 默认 使用情形 注解
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 为属性 ID,则可以省略此映射。通过为语言属性指定不同的值,可以将单个属性映射到多个表列(每种语言一个)。
图示 图示 dspl5.tmp#id63 dspl5.tmp#id64
属性
content: 复杂
最少发生次数: 0
maxOccurs: 无界限
属性
QName 类型 Fixed 默认 使用情形 注解
lang 可选
参考 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 类型 Fixed 默认 使用情形 注解
参考 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
属性
而应使用以下命令: 必填
分面
maxLength 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
属性
而应使用以下命令: 必填
分面
maxLength 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
属性
而应使用以下命令: 必填
分面
maxLength 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
属性
而应使用以下命令: 必填
分面
maxLength 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 编辑器创建。