المكوِّن: SliceTableMapping

العنصر: SliceTableMapping / mapDimension

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

تم إنشاؤه باستخدام oxygen XML Editor.