DSPL स्कीमा

यह पेज और इसके लिंक किए गए सबपेज, DSPL एक्सएमएल स्कीमा को दस्तावेज़ के तौर पर पेश करते हैं. यह सामग्री उन बेहतर उपयोगकर्ताओं के लिए है जिन्हें भाषा की निचले लेवल वाली जानकारी को समझना है. ज़्यादातर उपयोगकर्ताओं के लिए, डेवलपर गाइड का कॉन्टेंट डीएसपीएल डेटासेट बनाने और उसमें बदलाव करने के लिए काफ़ी होना चाहिए.

पूरा एक्सएमएल स्कीमा DSPL कोड साइट पर डाउनलोड करने के लिए, XSD फ़ॉर्मैट में उपलब्ध है.

एलिमेंट: dspl

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह DPL की खास बातें, डेटासेट के बारे में बताती हैं. डेटासेट की पहचान उसके नेमस्पेस से की जाती है. डेटासेट में ये एलिमेंट शामिल होते हैं: टेबल: डेटासेट में बताए गए कॉन्सेप्ट और स्लाइस का डेटा - कॉन्सेप्ट: उपयोगकर्ता की बताई गई परिभाषाएं और डेटासेट में इस्तेमाल की गई स्लाइस - स्लाइस: विषय में मौजूद डाइमेंशन और मेट्रिक के कॉम्बिनेशन - विषय: डेटासेट के सिद्धांतों को व्यवस्थित करने के लिए, क्रम के हिसाब से लेबल का इस्तेमाल किया जाता है
डायग्राम डायग्राम dspl9.tmp#id103 dspl9.tmp#id2 dspl9.tmp#id5 dspl9.tmp#id16 dspl9.tmp#id17 dspl9.tmp#id27 dspl9.tmp#id35 dspl9.tmp#id68 dspl9.tmp#id86
प्रॉपर्टी
कॉन्टेंट: जटिल
मॉडल इंपोर्ट करें , जानकारी , सेवा देने वाली कंपनी , विशेषता* , विषय{0,1} , कॉन्सेप्ट{0,1} , स्लाइस{0,1} , टेबल{0,1}
बच्चे एट्रिब्यूट, कॉन्सेप्ट, इंपोर्ट करें, जानकारी, सेवा देने वाले, स्लाइस, टेबल, विषय
इंस्टेंस
<dspl targetNamespace="">
  <import location="" namespace="">{0,unbounded}</import>
  <info>{1,1}</info>
  <provider>{1,1}</provider>
  <attribute concept="" id="">{0,unbounded}</attribute>
  <topics>{0,1}</topics>
  <concepts>{0,1}</concepts>
  <slices>{0,1}</slices>
  <tables>{0,1}</tables>
</dspl>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
targetNamespace एक्सएस:कोई भी यूआरआई ज़रूरी नहीं हर डेटासेट में एक टारगेट नेमस्पेस हो सकता है. टारगेट नेमस्पेस, एक यूआरआई है जो डेटासेट की खास तौर पर पहचान करता है. एक्सएमएल में नेमस्पेस के इस्तेमाल के बारे में ज़्यादा जानकारी के लिए, यह देखें: http://www.w3.org/TR/आरईसी-एक्सएमएल-नाम/ अगर कोई targetNamespace नहीं दिया गया है, तो डेटासेट इंपोर्ट करने पर एक नेमस्पेस जनरेट होगा.
सोर्स
<xs:element name="dspl">
  <xs:annotation>
    <xs:documentation>A DSPL specification describes a dataset. A dataset is
        identified by its namespace. A dataset is comprised of the
        following elements:

        - Tables: Data for the concepts and slices defined in the
        dataset

        - Concepts: User-specified definitions and structures used in
        the dataset

        - Slices: Combinations of dimensions and metrics present in
        the dataset

        - Topics: Hierarchical labels used to organise the concepts of
        the dataset</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="import" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Import directive for external datasets -- modeled after
              the XML Schema import directive.  In order to use
              elements defined in an external dataset, the external
              dataset must be referenced using an import directive.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="namespace" use="required">
            <xs:annotation>
              <xs:documentation>The namespace of the imported dataset, specified as
                  a URI. A prefix must be associated with this
                  namespace before its contents can be referenced. See
                  [XML Namespaces] for more information about the use
                  of namespaces and prefixes in XML.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute name="location" use="optional">
            <xs:annotation>
              <xs:documentation>An optional location where the definition of the
                  imported dataset can be found, specified as a
                  URL. If the location is omitted, the system
                  processing this DSPL dataset must already know the
                  imported dataset.

                  Implementation note: The Google dataset importer
                  ignores the location attribute. Any imported dataset
                  must be known by the Google importer beforehand.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="info" type="Info" minOccurs="1">
        <xs:annotation>
          <xs:documentation>General information about the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="provider" type="Info">
        <xs:annotation>
          <xs:documentation>General information about the dataset provider.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Attribute associated with the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="topics" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A hierarchy of topics used to organize the contents of
              the dataset. The order in which topics are given is
              meaningful and should be respected by visualizations
              that displays these topics.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="topic" type="Topic" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="concepts" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A list of concepts defined in this dataset.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="concept" type="Concept" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="slices" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A list of slices defined in this dataset.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="slice" type="Slice" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="tables" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A list of tables defined in this dataset.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="table" type="Table" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="targetNamespace" type="xs:anyURI" use="optional">
      <xs:annotation>
        <xs:documentation>Each dataset may provide a target namespace. The
              target namespace is a URI that uniquely identifies the
              dataset. For more information about the use of namespaces in XML,
              see:

              http://www.w3.org/TR/REC-xml-names/

              If no targetNamespace is provided,  then a namespace will be
              generated when the dataset is imported.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

एलिमेंट: dspl / इंपोर्ट

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह बाहरी डेटासेट के लिए इंपोर्ट करने का निर्देश -- एक्सएमएल स्कीमा इंपोर्ट डायरेक्टिव की मदद से बनाया गया. किसी बाहरी डेटासेट में दिए गए एलिमेंट का इस्तेमाल करने के लिए, बाहरी डेटासेट को इंपोर्ट करने वाले निर्देश का इस्तेमाल करके ही रेफ़र किया जाना चाहिए.
डायग्राम डायग्राम dspl9.tmp#id3 dspl9.tmp#id4
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
स्थान ज़रूरी नहीं ऐसी वैकल्पिक जगह जहां इंपोर्ट किए गए डेटासेट की परिभाषा देखी जा सकती है, जिसे यूआरएल के तौर पर दिखाया जाता है. अगर जगह को खाली छोड़ दिया जाता है, तो सिस्टम को इस डीएसपीएल डेटासेट को प्रोसेस करने वाले सिस्टम को, पहले से ही इंपोर्ट किए गए डेटासेट की जानकारी होनी चाहिए. लागू करने की जानकारी: Google डेटासेट इंपोर्ट करने वाला, जगह की विशेषता पर ध्यान नहीं देता है. इंपोर्ट किए गए किसी भी डेटासेट के बारे में Google के इंपोर्टर को पहले से जानकारी होनी चाहिए.
नेमस्पेस इसे भरना ज़रूरी है इंपोर्ट किए गए डेटासेट का नेमस्पेस, जिसे यूआरआई के तौर पर बताया गया है. इस नाम स्थान की सामग्री का संदर्भ देने से पहले, प्रीफ़िक्स को इससे जोड़ा जाना चाहिए. एक्सएमएल में नेमस्पेस और प्रीफ़िक्स के इस्तेमाल के बारे में ज़्यादा जानने के लिए, [एक्सएमएल नेमस्पेस] देखें.
सोर्स
<xs:element name="import" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Import directive for external datasets -- modeled after
              the XML Schema import directive.  In order to use
              elements defined in an external dataset, the external
              dataset must be referenced using an import directive.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="namespace" use="required">
      <xs:annotation>
        <xs:documentation>The namespace of the imported dataset, specified as
                  a URI. A prefix must be associated with this
                  namespace before its contents can be referenced. See
                  [XML Namespaces] for more information about the use
                  of namespaces and prefixes in XML.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="location" use="optional">
      <xs:annotation>
        <xs:documentation>An optional location where the definition of the
                  imported dataset can be found, specified as a
                  URL. If the location is omitted, the system
                  processing this DSPL dataset must already know the
                  imported dataset.

                  Implementation note: The Google dataset importer
                  ignores the location attribute. Any imported dataset
                  must be known by the Google importer beforehand.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

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

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

एलिमेंट: dspl / सेवा देने वाली कंपनी

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह डेटासेट देने वाली कंपनी के बारे में सामान्य जानकारी.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
टाइप जानकारी
प्रॉपर्टी
कॉन्टेंट: जटिल
मॉडल नाम , ब्यौरा{0,1} , url{0,1}
बच्चे ब्यौरा, नाम, url
इंस्टेंस
<provider>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</provider>
सोर्स
<xs:element name="provider" type="Info">
  <xs:annotation>
    <xs:documentation>General information about the dataset provider.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: dspl / एट्रिब्यूट

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह डेटासेट से जुड़ा एट्रिब्यूट.
डायग्राम डायग्राम dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl14.tmp#id18
टाइप एट्रिब्यूट
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल info{0,1} , type{0,1} , (value* | conceptValue{0,1})
बच्चे conceptValue, जानकारी, टाइप, वैल्यू
इंस्टेंस
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
कॉन्सेप्ट xs:सवाल का नाम ज़रूरी नहीं एक सिद्धांत का संदर्भ जो एट्रिब्यूट की वैल्यू से मेल खाता है. अगर एट्रिब्यूट किसी टाइप के बारे में बताता है, तो उसका रेफ़रंस किए गए कॉन्सेप्ट के टाइप से मेल खाना चाहिए. बाहरी कॉन्सेप्ट का रेफ़रंस "prefix:other_concept_id" होना चाहिए. इसमें "प्रीफ़िक्स", बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है (एक्सएमएल नेमस्पेस देखें).
आईडी स्थानीय आईडी ज़रूरी नहीं कॉन्सेप्ट एट्रिब्यूट का आईडी. यह आइडेंटिफ़ायर, पूरे एट्रिब्यूट और प्रॉपर्टी में, यूनीक होना चाहिए. अगर कॉन्सेप्ट एट्रिब्यूट की जानकारी दी गई है, तो हो सकता है कि आईडी को नज़रअंदाज़ किया जाए. ऐसी स्थिति में, आईडी को साफ़ तौर पर रेफ़रंस कॉन्सेप्ट के स्थानीय नाम की वैल्यू के साथ बनाया जाता है. उदाहरण के लिए, <attribute concept="unit:currency /> <attribute id="currency" concept="unit:currency /> के बराबर है
सोर्स
<xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Attribute associated with the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: dspl / विषय

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्टेंट का क्रम, जिसे डेटासेट के कॉन्टेंट को व्यवस्थित करने के लिए इस्तेमाल किया जाता है. विषयों को किस क्रम में दिया गया है वह मायने रखता है. ऐसे विज़ुअलाइज़ेशन का भी ध्यान रखना चाहिए जिनमें इन विषयों को दिखाया गया हो.
डायग्राम डायग्राम dspl9.tmp#id28
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल विषय+
बच्चे विषय
इंस्टेंस
<topics>
  <topic id="" parentTopic="">{1,unbounded}</topic>
</topics>
सोर्स
<xs:element name="topics" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A hierarchy of topics used to organize the contents of
              the dataset. The order in which topics are given is
              meaningful and should be respected by visualizations
              that displays these topics.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="topic" type="Topic" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

एलिमेंट: dspl / विषय / विषय

नाम-स्थान http://schemas.google.com/dspl/2010
डायग्राम डायग्राम dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
टाइप विषय
प्रॉपर्टी
कॉन्टेंट: जटिल
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल जानकारी , विषय*
बच्चे जानकारी, विषय
इंस्टेंस
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है डेटासेट में विषय का यूनीक आइडेंटिफ़ायर.
parentTopic xs:सवाल का नाम ज़रूरी नहीं अगर इस विषय का पैरंट विषय है, तो उसका आईडी. पैरंट टॉपिक को उन विषयों के लिए तय नहीं किया जा सकता जो दूसरे विषयों के साथ इनलाइन किए गए हों.
सोर्स
<xs:element name="topic" type="Topic" maxOccurs="unbounded"/>

एलिमेंट: dspl / कॉन्सेप्ट

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इस डेटासेट में बताए गए कॉन्सेप्ट की सूची.
डायग्राम डायग्राम dspl9.tmp#id36
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल concept+
बच्चे कॉन्सेप्ट
इंस्टेंस
<concepts>
  <concept extends="" id="">{1,unbounded}</concept>
</concepts>
सोर्स
<xs:element name="concepts" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A list of concepts defined in this dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="concept" type="Concept" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

एलिमेंट: dspl / कॉन्सेप्ट / कॉन्सेप्ट

नाम-स्थान http://schemas.google.com/dspl/2010
डायग्राम डायग्राम dspl6.tmp#id66 dspl6.tmp#id67 dspl6.tmp#id38 dspl6.tmp#id43 dspl6.tmp#id45 dspl6.tmp#id47 dspl6.tmp#id48 dspl6.tmp#id57 dspl6.tmp#id58 dspl6.tmp#id37
टाइप कॉन्सेप्ट
प्रॉपर्टी
कॉन्टेंट: जटिल
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल info , topic* , type{0,1} , attribute* , प्रॉपर्टी* , defaultValue{0,1} , टेबल{0,1}
बच्चे attribute, defaultValue, जानकारी, प्रॉपर्टी, टेबल, विषय, प्रकार
इंस्टेंस
<concept extends="" id="">
  <info>{1,1}</info>
  <topic ref="">{0,unbounded}</topic>
  <type ref="">{0,1}</type>
  <attribute concept="" id="">{0,unbounded}</attribute>
  <property concept="" id="" isMapping="false" isParent="false">{0,unbounded}</property>
  <defaultValue>{0,1}</defaultValue>
  <table ref="">{0,1}</table>
</concept>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
एक्सटेंडेड xs:सवाल का नाम ज़रूरी नहीं इस सिद्धांत का खास पहचानकर्ता, जिसे यह सिद्धांत बताता है. बताया गया सिद्धांत, उसी डेटासेट में या बाहर से दिखाया जा सकता है. जैसे, किसी दूसरे डेटासेट में. किसी बाहरी कॉन्सेप्ट का रेफ़रंस "prefix:other_concept_id" फ़ॉर्म में होना चाहिए. इसमें "प्रीफ़िक्स", बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है. एक्सएमएल नेमस्पेस देखें.
आईडी आईडी इसे भरना ज़रूरी है कॉन्सेप्ट का यूनीक आइडेंटिफ़ायर, जो डेटासेट में दुनिया भर में यूनीक होना चाहिए.
सोर्स
<xs:element name="concept" type="Concept" maxOccurs="unbounded"/>

एलिमेंट: dspl / स्लाइस

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इस डेटासेट में बताई गई स्लाइस की सूची.
डायग्राम डायग्राम dspl9.tmp#id69
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल स्लाइस+
बच्चे स्लाइस
इंस्टेंस
<slices>
  <slice id="">{1,unbounded}</slice>
</slices>
सोर्स
<xs:element name="slices" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A list of slices defined in this dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="slice" type="Slice" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

एलिमेंट: dspl / स्लाइस / स्लाइस

नाम-स्थान http://schemas.google.com/dspl/2010
डायग्राम डायग्राम dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76 dspl2.tmp#id70
टाइप स्लाइस
प्रॉपर्टी
कॉन्टेंट: जटिल
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल info{0,1} , डाइमेंशन+ , मेट्रिक+ , टेबल
बच्चे डाइमेंशन, जानकारी, मेट्रिक, टेबल
इंस्टेंस
<slice id="">
  <info>{0,1}</info>
  <dimension concept="">{1,unbounded}</dimension>
  <metric concept="">{1,unbounded}</metric>
  <table ref="">{1,1}</table>
</slice>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है स्लाइस का यूनीक आइडेंटिफ़ायर.
सोर्स
<xs:element name="slice" type="Slice" maxOccurs="unbounded"/>

एलिमेंट: dspl / टेबल

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इस डेटासेट में दी गई टेबल की सूची.
डायग्राम डायग्राम dspl9.tmp#id87
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल टेबल+
बच्चे टेबल
इंस्टेंस
<tables>
  <table id="">{1,unbounded}</table>
</tables>
सोर्स
<xs:element name="tables" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A list of tables defined in this dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="table" type="Table" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

एलिमेंट: dspl / टेबल / टेबल

नाम-स्थान http://schemas.google.com/dspl/2010
डायग्राम डायग्राम dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97 dspl10.tmp#id88
टाइप टेबल
प्रॉपर्टी
कॉन्टेंट: जटिल
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल info{0,1} , कॉलम+ , डेटा{0,1}
बच्चे कॉलम, डेटा, जानकारी
इंस्टेंस
<table id="">
  <info>{0,1}</info>
  <column format="" id="" type="">{1,unbounded}</column>
  <data>{0,1}</data>
</table>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है डेटासेट में मौजूद टेबल का यूनीक आइडेंटिफ़ायर.
सोर्स
<xs:element name="table" type="Table" maxOccurs="unbounded"/>

एट्रिब्यूट: dspl / import / @namespace

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इंपोर्ट किए गए डेटासेट का नेमस्पेस, जिसे यूआरआई के तौर पर बताया गया है. किसी कॉन्टेंट के बारे में जानकारी पाने से पहले, इस नेमस्पेस से प्रीफ़िक्स जोड़ना ज़रूरी है. एक्सएमएल में नेमस्पेस और प्रीफ़िक्स के इस्तेमाल के बारे में ज़्यादा जानने के लिए, [एक्सएमएल नेमस्पेस] देखें.
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
इस्तेमाल करने वाले
एलिमेंट dspl/import
सोर्स
<xs:attribute name="namespace" use="required">
  <xs:annotation>
    <xs:documentation>The namespace of the imported dataset, specified as
                  a URI. A prefix must be associated with this
                  namespace before its contents can be referenced. See
                  [XML Namespaces] for more information about the use
                  of namespaces and prefixes in XML.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: dspl / import / @location

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह ऐसी वैकल्पिक जगह जहां इंपोर्ट किए गए डेटासेट की परिभाषा देखी जा सकती है, जिसे यूआरएल के तौर पर दिखाया जाता है. अगर जगह को छोड़ दिया जाता है, तो इस डीएसपीएल डेटासेट को प्रोसेस करने वाले सिस्टम को, इंपोर्ट किए गए डेटासेट की पहले से जानकारी होनी चाहिए. लागू करने की जानकारी: Google डेटासेट इंपोर्ट करने वाला, जगह की विशेषता को अनदेखा करता है. इंपोर्ट किए गए किसी भी डेटासेट के बारे में Google के इंपोर्टर को पहले से जानकारी होनी चाहिए.
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
इस्तेमाल करने वाले
एलिमेंट dspl/import
सोर्स
<xs:attribute name="location" use="optional">
  <xs:annotation>
    <xs:documentation>An optional location where the definition of the
                  imported dataset can be found, specified as a
                  URL. If the location is omitted, the system
                  processing this DSPL dataset must already know the
                  imported dataset.

                  Implementation note: The Google dataset importer
                  ignores the location attribute. Any imported dataset
                  must be known by the Google importer beforehand.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: dspl / @targetNamespace

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह हर डेटासेट में एक टारगेट नेमस्पेस हो सकता है. टारगेट नेमस्पेस, एक यूआरआई है जो डेटासेट की खास तौर पर पहचान करता है. एक्सएमएल में नेमस्पेस के इस्तेमाल के बारे में ज़्यादा जानकारी के लिए, यह देखें: http://www.w3.org/TR/आरईसी-एक्सएमएल-नाम/ अगर कोई targetNamespace नहीं दिया गया है, तो डेटासेट इंपोर्ट करने पर एक नेमस्पेस जनरेट होगा.
टाइप एक्सएस:कोई भी यूआरआई
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
इस्तेमाल करने वाले
एलिमेंट dspl
सोर्स
<xs:attribute name="targetNamespace" type="xs:anyURI" use="optional">
  <xs:annotation>
    <xs:documentation>Each dataset may provide a target namespace. The
              target namespace is a URI that uniquely identifies the
              dataset. For more information about the use of namespaces in XML,
              see:

              http://www.w3.org/TR/REC-xml-names/

              If no targetNamespace is provided,  then a namespace will be
              generated when the dataset is imported.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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