جزء: برش

عنصر: برش / اطلاعات

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها اطلاعات متنی در مورد برش.
نمودار نمودارdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
تایپ کنید اطلاعات
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
مدل نام ، توضیحات{0،1} ، آدرس اینترنتی{0،1}
بچه ها توضیحات ، نام ، آدرس اینترنتی
نمونه
<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#id74dspl1.tmp#id73
تایپ کنید SliceConceptRef
خواص
محتوا: مجتمع
حداکثر اتفاق می افتد: نامحدود
صفات
QName تایپ کنید ثابت شد پیش فرض استفاده کنید حاشیه نویسی
مفهوم xs:QName مورد نیاز است مفهومی که بعد یا متریک با آن مطابقت دارد.
منبع
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

عنصر: برش / متریک

فضای نام http://schemas.google.com/dspl/2010
نمودار نمودارdspl1.tmp#id74dspl1.tmp#id73
تایپ کنید SliceConceptRef
خواص
محتوا: مجتمع
حداکثر اتفاق می افتد: نامحدود
صفات
QName تایپ کنید ثابت شد پیش فرض استفاده کنید حاشیه نویسی
مفهوم xs:QName مورد نیاز است مفهومی که بعد یا متریک با آن مطابقت دارد.
منبع
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

عنصر: برش / جدول

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها نقشه برداری به جدولی که در آن می توان به داده های برش دسترسی داشت.
نمودار نمودارdspl12.tmp#id84dspl12.tmp#id78dspl12.tmp#id81dspl12.tmp#id77
تایپ کنید SliceTableMapping
خواص
محتوا: مجتمع
مدل mapDimension* , mapMetric*
بچه ها mapDimension , mapMetric
نمونه
<table ref="">
  <mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
  <mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
صفات
QName تایپ کنید ثابت شد پیش فرض استفاده کنید حاشیه نویسی
رجوع کنید 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#id85dspl2.tmp#id71dspl2.tmp#id72dspl2.tmp#id75dspl2.tmp#id76
استفاده شده توسط
عنصر dspl/slices/slice
مدل اطلاعات{0،1} ، dimension+ ، متریک+ ، جدول
بچه ها بعد ، اطلاعات ، متریک ، جدول
صفات
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>

ویژگی: Slice / @id

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