المكون: شريحة

العنصر: الشريحة / المعلومات

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية عن الشريحة:
المخطط البياني المخطط البياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 0
الطراز name ، description{0,1} ، url{0,1}
أطفال description وname وurl
آلة افتراضية
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
المصدر
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the slice.</xs:documentation>
  </xs:annotation>
</xs:element>

العنصر: الشريحة / السمة

مساحة الاسم http://schemas.google.com/dspl/2010
المخطط البياني المخطط البياني dspl1.tmp#id74 dspl1.tmp#id73
النوع SliceConceptRef
أماكن إقامة
المحتوى: معقد
maxOccurs: غير محدود
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
مفهوم xs:QName مطلوب مفهوم توافق السمة أو المقياس إليه
المصدر
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

العنصر: شريحة / مقياس

مساحة الاسم http://schemas.google.com/dspl/2010
المخطط البياني المخطط البياني dspl1.tmp#id74 dspl1.tmp#id73
النوع SliceConceptRef
أماكن إقامة
المحتوى: معقد
maxOccurs: غير محدود
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
مفهوم xs:QName مطلوب مفهوم توافق السمة أو المقياس إليه
المصدر
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

العنصر: الشريحة / الجدول

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية ربط إلى جدول حيث يمكن مشاركة بيانات الشريحة الوصول إليه
المخطط البياني المخطط البياني dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
النوع SliceTableMapping
أماكن إقامة
المحتوى: معقد
الطراز mapDimension* وmapMetric*
أطفال mapDimension وmapMetric
آلة افتراضية
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
ref xs:QName مطلوب معرّف الجدول الذي يحتوي على بيانات إلى شرائح.
المصدر
<xs:element name="table" type="SliceTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table where the slice data can be
            accessed.</xs:documentation>
  </xs:annotation>
</xs:element>

نوع مركّب: تقطيع

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية تصف الشريحة مجموعة من المفاهيم التي الموجودة. المقاييس هي المفاهيم التي توفر القيم، بينما السمات هي المفاهيم المستخدمة للوصول إلى هذه القيم. وبشكل أكثر دقة، والأبعاد هي مفتاح أساسي لبيانات الشريحة. أي، بالنسبة لأي مجموعة قيم السمات، يكون هناك صف بيانات واحد على الأكثر في الشريحة. يجب أن تتبع الشرائح في مجموعة البيانات المتطلبات التالية: لا يجوز لأي بُعد أو مقياسين في الشريحة أن يشير إلى المفهوم نفسه. - لا يجوز أن تكون لشريحتين في مجموعة البيانات نفس الأبعاد والمقاييس.
المخطط البياني المخطط البياني dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
قيد الاستخدام بواسطة
العنصر dspl/slices/slice
الطراز info{0,1} وdimension+ وmetric+ ، جدول
أطفال السمة والمعلومات والمقياس جدول
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
المعرِّف رقم التعريف مطلوب المعرّف الفريد للشريحة.
المصدر
<xs:complexType name="Slice">
  <xs:annotation>
    <xs:documentation>A slice describes a combination of concepts for which data
        exists.  Metrics are the concepts that provide values, while
        dimensions are the concepts used to access these values. More
        precisely, the dimensions are a primary key for the data of
        the slice. That is, for any combination of values of the
        dimensions, there is at most one data row in the slice.

        Slices in a dataset must follow the following requirements:

        - No two dimensions or metrics in a slice may refer to the
        same concept.

        - No two slices in the dataset may have the same dimensions
        and metrics.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the slice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
    <xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
    <xs:element name="table" type="SliceTableMapping">
      <xs:annotation>
        <xs:documentation>A mapping to a table where the slice data can be
            accessed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the slice.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

السمة: الشريحة / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية المعرّف الفريد للشريحة.
النوع رقم التعريف
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 64
قيد الاستخدام بواسطة
نوع معقد الشريحة
المصدر
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

تم إنشاؤه باستخدام محرِّر XML oXygen: