कॉम्पोनेंट: SliceTableMapping

एलिमेंट: SliceTableMapping / mapdimension

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉलम की आईडी पर मैपिंग जिसमें स्लाइस के डाइमेंशन की वैल्यू होती हैं. अगर स्लाइस के डाइमेंशन की वैल्यू वाले टेबल कॉलम में कॉलम आईडी के तौर पर कॉन्सेप्ट आईडी है, तो इस मैपिंग को हटाया जा सकता है. अगर बताया गया कॉन्सेप्ट किसी बाहरी डेटासेट से लिया गया है, तो हो सकता है कि कॉलम के आईडी को कॉन्सेप्ट के स्थानीय आईडी (जैसे कि प्रीफ़िक्स के बिना) से मेल न खाए.
डायग्राम डायग्राम dspl12.tmp#id79 dspl12.tmp#id80
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
कॉन्सेप्ट xs:सवाल का नाम इसे भरना ज़रूरी है मैप किए गए डाइमेंशन के कॉन्सेप्ट का आईडी.
toColumn स्थानीय आईडी इसे भरना ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<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 / मैपमेट्रिक

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉलम की आईडी के लिए मैपिंग, जिसमें स्लाइस की मेट्रिक की वैल्यू शामिल होती है. अगर स्लाइस मेट्रिक वैल्यू वाले टेबल कॉलम में कॉन्सेप्ट आईडी अपने कॉलम आईडी के तौर पर मौजूद है, तो इस मैपिंग को हटाया जा सकता है. अगर रेफ़र किया गया सिद्धांत, किसी बाहरी डेटासेट से लिया गया है, तो कॉलम की आईडी, प्रीफ़िक्स के बिना, स्थानीय आईडी से मेल खाने पर, मैपिंग को हटाया जा सकता है.
डायग्राम डायग्राम dspl12.tmp#id82 dspl12.tmp#id83
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
कॉन्सेप्ट xs:सवाल का नाम इसे भरना ज़रूरी है मैप की गई मेट्रिक के कॉन्सेप्ट का आईडी.
toColumn स्थानीय आईडी इसे भरना ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<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
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
रेफ़रंस xs:सवाल का नाम इसे भरना ज़रूरी है टेबल का आइडेंटिफ़ायर, जिसमें स्लाइस का डेटा होता है.
सोर्स
<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:सवाल का नाम
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
इस्तेमाल करने वाले
एलिमेंट 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

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप किए गए टेबल कॉलम का आईडी.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 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 / @concept

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप की गई मेट्रिक के कॉन्सेप्ट का आईडी.
टाइप xs:सवाल का नाम
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
इस्तेमाल करने वाले
एलिमेंट 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

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप किए गए टेबल कॉलम का आईडी.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 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:सवाल का नाम
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप 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 का इस्तेमाल करके बनाया गया.