רכיב: SliceTableMapping

רכיב: SliceTableMapping / mapDimension

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

רכיב: SliceTableMapping / mapMetric

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

סוג מורכב: SliceTableMapping

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

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

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

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