Компонент: SliceTableMapping

Элемент: SliceTableMapping / mapDimension

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Сопоставление с идентификатором столбца, который содержит значения измерения среза. Это сопоставление может быть опущено, если столбец таблицы, содержащий значения измерения среза, имеет идентификатор понятия в качестве идентификатора столбца. Если указанное понятие происходит из внешнего набора данных, сопоставление может быть опущено, если идентификатор столбца совпадает с локальным идентификатором понятия (т. е. без префикса).
Диаграмма Диаграммаdspl12.tmp#id79dspl12.tmp#id80
Характеристики
содержание: сложный
minПроисходит: 0
maxПроисходит: неограниченный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
концепция хз: QName обязательный Идентификатор сопоставленного понятия измерения.
toColumn локальный идентификатор обязательный Идентификатор сопоставленного столбца таблицы.
Источник
<xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped dimension concept.</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:complexType>
</xs:element>

Элемент: SliceTableMapping /mapMetric

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Сопоставление с идентификатором столбца, содержащего значения метрики среза. Это сопоставление может быть опущено, если столбец таблицы, содержащий значения метрик среза, имеет идентификатор понятия в качестве идентификатора столбца. Если указанное понятие происходит из внешнего набора данных, сопоставление может быть опущено, если идентификатор столбца совпадает с локальным идентификатором понятия (т. е. без префикса).
Диаграмма Диаграммаdspl12.tmp#id82dspl12.tmp#id83
Характеристики
содержание: сложный
minПроисходит: 0
maxПроисходит: неограниченный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
концепция хз: QName обязательный Идентификатор сопоставленного понятия метрики.
toColumn локальный идентификатор обязательный Идентификатор сопоставленного столбца таблицы.
Источник
<xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped metric concept.</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:complexType>
</xs:element>

Сложный тип: SliceTableMapping

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Сопоставление с таблицей, предоставляющей данные для среза.
Диаграмма Диаграммаdspl12.tmp#id84dspl12.tmp#id78dspl12.tmp#id81
Использован
Элемент Срез/стол
Модель mapDimension* , mapMetric*
Дети mapDimension , mapMetric
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
ссылка хз: QName обязательный Идентификатор таблицы, содержащей данные для среза.
Источник
<xs:complexType name="SliceTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped dimension concept.</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:complexType>
    </xs:element>
    <xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped metric concept.</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:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="xs:QName" use="required">
    <xs:annotation>
      <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Атрибут: SliceTableMapping / mapDimension /@concept

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленного понятия измерения.
Тип хз: QName
Характеристики
использовать: обязательный
Использован
Элемент SliceTableMapping/mapDimension
Источник
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped dimension concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Атрибут: SliceTableMapping / mapDimension /@toColumn

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

Атрибут: SliceTableMapping / mapMetric /@concept

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленного понятия метрики.
Тип хз: QName
Характеристики
использовать: обязательный
Использован
Элемент SliceTableMapping/mapMetric
Источник
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped metric concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Атрибут: SliceTableMapping / mapMetric /@toColumn

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

Атрибут: SliceTableMapping / @ref

Пространство имен Нет пространства имен
Аннотации Идентификатор таблицы, содержащей данные для среза.
Тип хз: QName
Характеристики
использовать: обязательный
Использован
Сложный тип Отображение таблицы срезов
Источник
<xs:attribute name="ref" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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