רכיב: SliceTableמיפוי

הרכיב: SliceTableמיפוי /

מרחב שמות http://schemas.google.com/dspl/2010
הערות מיפוי למזהה העמודה שמכיל את הערכים של מאפיין מהפלח. ייתכן שהמיפוי יושמט אם עמודת הטבלה שמכילה את ערכי מאפייני הפלח כוללת את מזהה הקונספט כמזהה העמודה שלה. אם הקונספט שאליו מפנה הפניה מגיע ממערך נתונים חיצוני, ייתכן שהמיפוי יושמט אם המזהה של העמודה תואם למזהה המקומי של הקונספט (כלומר, ללא הקידומת).
דיאגרמה דיאגרמה dpl12.tmp#id79 dpl12.tmp#id00
נכסים
תוכן: מורכב
minOccurs: 0
maxOccurs: ללא הבחנה
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
קונספט 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>

הרכיב: SliceTableמיפוי / mapMetric

מרחב שמות http://schemas.google.com/dspl/2010
הערות מיפוי למזהה העמודה שמכיל את הערכים של מדד הפלח. ייתכן שהמיפוי יושמט אם עמודת הטבלה שמכילה את ערכי המדד של פרוסות כוללת את מזהה הקונספט כמזהה העמודה שלו. אם הקונספט שאליו מפנה הפניה הוא ממערך נתונים חיצוני, ייתכן שהמיפוי יושמט אם המזהה של העמודה תואם למזהה המקומי של הקונספט (כלומר, ללא הקידומת).
דיאגרמה דיאגרמה dpl12.tmp#id21 dpl12.tmp#id33
נכסים
תוכן: מורכב
minOccurs: 0
maxOccurs: ללא הבחנה
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
קונספט 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>

סוג מורכב: מיפוי מפות של SliceTable

מרחב שמות http://schemas.google.com/dspl/2010
הערות מיפוי לטבלה שמספקת נתונים לגבי פרוסה.
דיאגרמה דיאגרמה dpl12.tmp#id84 dpl12.tmp#id78 dpl12.tmp#id81
בשימוש על ידי
רכיב פרוסת/טבלה
דגם mapdimension* , mapMetric*
ילדים mapdimension , mapMetric
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
דקה 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
נכסים
משתמשים: חובה
בשימוש על ידי
רכיב SliceTableמיפוי/מפה
מקור
<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
נכסים
משתמשים: חובה
מאפיינים
אורך מקסימלי 64
בשימוש על ידי
רכיב SliceTableמיפוי/מפה
מקור
<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
נכסים
משתמשים: חובה
מאפיינים
אורך מקסימלי 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>

מאפיין: SliceTableמיפוי / @ref

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