Компонент: SliceTableMapping

Элемент: SliceTableMapping /mapDimension

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Сопоставление с идентификатором столбца, содержащего значения измерения среза. Это сопоставление можно опустить, если столбец таблицы, содержащий значения измерения среза, имеет идентификатор понятия в качестве идентификатора столбца. Если указанное понятие получено из внешнего набора данных, сопоставление может быть опущено, если идентификатор столбца соответствует локальному идентификатору понятия (т. е. без префикса).
Диаграмма Диаграммаdspl12.tmp#id79dspl12.tmp#id80
Характеристики
содержание: сложный
минПроисходит: 0
МаксПроисходит: неограниченный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
концепция xs: 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
Характеристики
содержание: сложный
минПроисходит: 0
МаксПроисходит: неограниченный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
концепция xs: 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 Тип Зафиксированный По умолчанию Использовать Аннотация
ссылка xs: 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

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

Пространство имен Нет пространства имен
Аннотации Идентификатор сопоставленной концепции метрики.
Тип xs: 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

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