Компонент: ConceptTableMapping

Элемент: ConceptTableMapping / mapConcept

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Сопоставление с идентификатором столбца таблицы, который содержит значения концепции. Это сопоставление может быть опущено, если столбец таблицы, содержащий значения понятия, имеет тот же идентификатор, что и идентификатор понятия.
Диаграмма Диаграммаdspl5.tmp#id61
Характеристики
содержание: сложный
minПроисходит: 0
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
toColumn локальный идентификатор обязательный Идентификатор сопоставленного столбца таблицы.
Источник
<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
Аннотации Сопоставление с идентификатором столбца таблицы, который содержит значения свойства концепции. Это сопоставление может быть опущено, если столбец таблицы, содержащий значения свойств концепта, имеет идентификатор свойства в качестве своего идентификатора. Одно свойство можно сопоставить с несколькими столбцами таблицы (по одному для каждого языка), указав разные значения атрибута языка.
Диаграмма Диаграммаdspl5.tmp#id63dspl5.tmp#id64
Характеристики
содержание: сложный
minПроисходит: 0
maxПроисходит: неограниченный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
язык необязательный
ссылка локальный идентификатор обязательный Идентификатор сопоставленного свойства концепта.
toColumn локальный идентификатор обязательный Идентификатор сопоставленного столбца таблицы.
Источник
<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#id65dspl5.tmp#id60dspl5.tmp#id62
Использован
Элемент Концепция/таблица
Модель mapConcept{0,1} , mapProperty*
Дети mapConcept , mapProperty
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
ссылка локальный идентификатор обязательный Идентификатор таблицы, содержащей данные для концепта.
Источник
<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

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленного столбца таблицы.
Тип локальный идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 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

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленного свойства концепта.
Тип локальный идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 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

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленного столбца таблицы.
Тип локальный идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 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

Пространство имен Нет пространства имен
Аннотации Идентификатор таблицы, содержащей данные для концепта.
Тип локальный идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 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>

Создан с помощью XML-редактора oXygen .