Component: SliceTableMapping

Element: SliceTableMapping / mapDimension

Namespace http://schemas.google.com/dspl/2010
Annotations 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).
Diagram Diagram dspl12.tmp#id79 dspl12.tmp#id80
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
concept xs:QName required The id of the mapped dimension concept.
toColumn LocalId required The id of the mapped table column.
Source
<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>

Element: SliceTableMapping / mapMetric

Namespace http://schemas.google.com/dspl/2010
Annotations 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).
Diagram Diagram dspl12.tmp#id82 dspl12.tmp#id83
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
concept xs:QName required The id of the mapped metric concept.
toColumn LocalId required The id of the mapped table column.
Source
<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>

Complex Type: SliceTableMapping

Namespace http://schemas.google.com/dspl/2010
Annotations A mapping to a table that provides data for a slice.
Diagram Diagram dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Used by
Element Slice/table
Model mapDimension* , mapMetric*
Children mapDimension, mapMetric
Attributes
QName Type Fixed Default Use Annotation
ref xs:QName required The identifier of the table that contains data for the slice.
Source
<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>

Attribute: SliceTableMapping / mapDimension / @concept

Namespace No namespace
Annotations The id of the mapped dimension concept.
Type xs:QName
Properties
use: required
Used by
Element SliceTableMapping/mapDimension
Source
<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>

Attribute: SliceTableMapping / mapDimension / @toColumn

Namespace No namespace
Annotations The id of the mapped table column.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element SliceTableMapping/mapDimension
Source
<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>

Attribute: SliceTableMapping / mapMetric / @concept

Namespace No namespace
Annotations The id of the mapped metric concept.
Type xs:QName
Properties
use: required
Used by
Element SliceTableMapping/mapMetric
Source
<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>

Attribute: SliceTableMapping / mapMetric / @toColumn

Namespace No namespace
Annotations The id of the mapped table column.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element SliceTableMapping/mapMetric
Source
<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>

Attribute: SliceTableMapping / @ref

Namespace No namespace
Annotations The identifier of the table that contains data for the slice.
Type xs:QName
Properties
use: required
Used by
Complex Type SliceTableMapping
Source
<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>

Created using the oXygen XML Editor.