جزء: SliceTableMapping

عنصر: SliceTableMapping / mapDimension

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها یک نگاشت به شناسه ستون که حاوی مقادیر یک بعد از برش است. در صورتی که ستون جدول حاوی مقادیر ابعاد برش مفهوم id را به عنوان شناسه ستون خود داشته باشد، این نگاشت ممکن است حذف شود. اگر مفهوم ارجاع شده از یک مجموعه داده خارجی باشد، اگر شناسه ستون با شناسه محلی مفهوم مطابقت داشته باشد (یعنی بدون پیشوند) ممکن است نگاشت حذف شود.
نمودار نمودارdspl12.tmp#id79dspl12.tmp#id80
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
حداکثر اتفاق می افتد: نامحدود
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
مفهوم xs:QName ضروری شناسه مفهوم ابعاد نگاشت شده
به ستون LocalId ضروری شناسه ستون جدول نگاشت شده.
منبع
<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 ضروری شناسه مفهوم متریک نگاشت شده.
به ستون LocalId ضروری شناسه ستون جدول نگاشت شده.
منبع
<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

فضای نام بدون فضای نام
حاشیه نویسی ها شناسه ستون جدول نگاشت شده.
تایپ کنید LocalId
خواص
استفاده کنید: ضروری
وجوه
بیشترین طول 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

فضای نام بدون فضای نام
حاشیه نویسی ها شناسه ستون جدول نگاشت شده.
تایپ کنید LocalId
خواص
استفاده کنید: ضروری
وجوه
بیشترین طول 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 ایجاد شده است.