कॉम्पोनेंट: डेटा

एलिमेंट: डेटा / फ़ाइल

नाम-स्थान http://schemas.google.com/dspl/2010
डायग्राम डायग्राम dspl11.tmp#id100 dspl11.tmp#id101
टाइप xs:स्ट्रिंग का एक्सटेंशन
प्रॉपर्टी
कॉन्टेंट: जटिल
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
एन्कोडिंग एक्सएस:स्ट्रिंग Utf-8 ज़रूरी नहीं फ़ाइल में डेटा को कोड में बदलने का तरीका.
फ़ॉर्मैट एक्सएस:स्ट्रिंग csv ज़रूरी नहीं फ़ाइल में डेटा का फ़ॉर्मैट. लागू करने की जानकारी: फ़िलहाल, सिर्फ़ CSV फ़ॉर्मैट में ही Google इंपोर्टर काम करता है.
सोर्स
<xs:element name="file">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="format" type="xs:string" use="optional" default="csv">
          <xs:annotation>
            <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
          <xs:annotation>
            <xs:documentation>The encoding of data in the file.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल के लिए डेटा.
डायग्राम डायग्राम dspl11.tmp#id99
इस्तेमाल करने वाले
एलिमेंट टेबल/डेटा
मॉडल फ़ाइल
बच्चे फ़ाइल
सोर्स
<xs:complexType name="Data">
  <xs:annotation>
    <xs:documentation>Data for a table.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="file">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="format" type="xs:string" use="optional" default="csv">
              <xs:annotation>
                <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
              <xs:annotation>
                <xs:documentation>The encoding of data in the file.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:complexType>

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

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह फ़ाइल में डेटा का फ़ॉर्मैट. लागू करने की जानकारी: फ़िलहाल, सिर्फ़ Google इंपोर्टर इस फ़ॉर्मैट का इस्तेमाल करता है.
टाइप एक्सएस:स्ट्रिंग
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
डिफ़ॉल्ट: csv
इस्तेमाल करने वाले
एलिमेंट डेटा/फ़ाइल
सोर्स
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
  <xs:annotation>
    <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: डेटा / फ़ाइल / @encoding

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह फ़ाइल में डेटा को कोड में बदलने का तरीका.
टाइप एक्सएस:स्ट्रिंग
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
डिफ़ॉल्ट: Utf-8
इस्तेमाल करने वाले
एलिमेंट डेटा/फ़ाइल
सोर्स
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
  <xs:annotation>
    <xs:documentation>The encoding of data in the file.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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