רכיב: Slice

רכיב: פרוסה / מידע

מרחב שמות http://schemas.google.com/dspl/2010
הערות מידע טקסטי על הפלח.
תרשים תרשים dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
סוג מידע
מאפיינים
content: מורכב
minOccurs: 0
דגם name , description{0,1} , url{0,1}
ילדים description, name, url
Instance
<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
מאפיינים
content: מורכב
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
מאפיינים
content: מורכב
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
מאפיינים
content: מורכב
דגם mapDimension* , mapMetric*
ילדים mapDimension, mapMetric
Instance
<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>

סוג מורכב: Slice

מרחב שמות 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 סוג קבוע ברירת מחדל שימוש הערה
id מזהה חובה המזהה הייחודי של הפלח.
מקור
<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

מרחב שמות אין מרחב שמות
הערות המזהה הייחודי של הפלח.
סוג מזהה
מאפיינים
להשתמש ב: חובה
מאפיינים
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>

נוצר באמצעות oXygen XML Editor