कॉम्पोनेंट: टेबल

एलिमेंट: टेबल / जानकारी

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल के बारे में टेक्स्ट से जुड़ी जानकारी.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
टाइप जानकारी
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल नाम , ब्यौरा{0,1} , url{0,1}
बच्चे ब्यौरा, नाम, url
इंस्टेंस
<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 table.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: टेबल / कॉलम

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल में किसी कॉलम की विशेषताएं.
डायग्राम डायग्राम dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
प्रॉपर्टी
कॉन्टेंट: जटिल
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल value* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
फ़ॉर्मैट एक्सएस:स्ट्रिंग ज़रूरी नहीं कॉलम का फ़ॉर्मैट, वैल्यू को टेक्स्ट के तौर पर दिखाने के लिए इस्तेमाल किया जाता है. तारीख के फ़ॉर्मैट इस तरह से तय किए जाते हैं: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
आईडी स्थानीय आईडी इसे भरना ज़रूरी है टेबल कॉलम का आइडेंटिफ़ायर.
टाइप डेटा टाइप इसे भरना ज़रूरी है टेबल कॉलम का डेटा टाइप. टेबल में मौजूद सभी वैल्यू, इस तरह के डेटा के मुताबिक होनी चाहिए.
सोर्स
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

एलिमेंट: टेबल / डेटा

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह ऐसा डेटा सोर्स जिसमें टेबल का डेटा देखा जा सकता है.
डायग्राम डायग्राम dspl11.tmp#id99 dspl11.tmp#id98
टाइप डेटा
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल फ़ाइल
बच्चे फ़ाइल
इंस्टेंस
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
सोर्स
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

कॉम्प्लेक्स टाइप: टेबल

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल में डेटासेट का डेटा होता है. टेबल में किसी कॉन्सेप्ट या स्लाइस का डेटा हो सकता है.
डायग्राम डायग्राम dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
इस्तेमाल करने वाले
एलिमेंट dspl/tables/table
मॉडल info{0,1} , कॉलम+ , डेटा{0,1}
बच्चे कॉलम, डेटा, जानकारी
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है डेटासेट में मौजूद टेबल का यूनीक आइडेंटिफ़ायर.
सोर्स
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</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 table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: टेबल / कॉलम / @फ़ॉर्मैट

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉलम का फ़ॉर्मैट, वैल्यू को टेक्स्ट के तौर पर दिखाने के लिए इस्तेमाल किया जाता है. तारीख के फ़ॉर्मैट इस तरह से तय किए जाते हैं: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
टाइप एक्सएस:स्ट्रिंग
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
सोर्स
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / कॉलम / @id

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल कॉलम का आइडेंटिफ़ायर.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
सोर्स
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / कॉलम / @type

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल कॉलम का डेटा टाइप. टेबल में मौजूद कॉलम की सभी वैल्यू, इस तरह के डेटा के मुताबिक होनी चाहिए.
टाइप डेटा टाइप
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
गिनती स्ट्रिंग
गिनती फ़्लोट
गिनती पूर्णांक
गिनती बूलियन
गिनती date
गिनती सिद्धान्त
सोर्स
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / @id

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह डेटासेट में मौजूद टेबल का यूनीक आइडेंटिफ़ायर.
टाइप आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप टेबल
सोर्स
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

oXygen XML Editor का इस्तेमाल करके बनाया गया.