المكون: SliceTableMapping

العنصر: SliceTableMapping / mapDimension

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية يشير إجراء التعيين إلى معرّف العمود الذي يحتوي على قيم a بُعد الشريحة. قد يتم حذف عملية الربط هذه في حال كان عمود الجدول الذي يحتوي على قيم أبعاد الشريحة مع رقم تعريف المفهوم كعمود المعرّف. إذا كان المفهوم المشار إليه يأتي من مجموعة بيانات خارجية، فإن عملية إذا كان مُعرّف العمود يطابق المُعرف المحلي المفهوم (أي بدون البادئة).
المخطط البياني المخطط البياني dspl12.tmp#id79 dspl12.tmp#id80
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 0
maxOccurs: غير محدود
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
مفهوم xs:QName مطلوب رقم تعريف مفهوم السمة التي تم ربطها.
toColumn 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
التعليقات التوضيحية يشير إجراء التعيين إلى معرّف العمود الذي يحتوي على قيم a مقياس الشريحة. ويمكن أن يتم حذف هذا التعيين إذا كان عمود الجدول الذي يحتوي على قيم مقياس الشريحة التي تحتوي على رقم تعريف المفهوم باعتباره رقم تعريف العمود. في حال حذف يأتي المفهوم المشار إليه من مجموعة بيانات خارجية، فقد تتم عملية يتم إسقاطه إذا كان مُعرّف العمود مطابقًا للمعرف المحلي للمفهوم (أي بدون البادئة).
المخطط البياني المخطط البياني dspl12.tmp#id82 dspl12.tmp#id83
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 0
maxOccurs: غير محدود
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
مفهوم xs:QName مطلوب رقم تعريف مفهوم المقياس الذي تم ربطه
toColumn 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#id84 dspl12.tmp#id78 dspl12.tmp#id81
قيد الاستخدام بواسطة
العنصر شريحة أو طاولة
الطراز mapDimension* وmapMetric*
أطفال mapDimension وmapMetric
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
ref 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
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 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
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 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: