कॉम्पोनेंट: विषय

एलिमेंट: विषय / जानकारी

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

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह बच्चे के विषय को उनके मुख्य विषय के अंदर अंडरलाइन किया जा सकता है. अगर हां, तो बच्चों के क्रम का मतलब साफ़ तौर पर बताया गया है. इसलिए, इन विषयों को दिखाने वाले ऐप्लिकेशन को इसका पालन करना चाहिए.
डायग्राम डायग्राम dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
टाइप विषय
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल जानकारी , विषय*
बच्चे जानकारी, विषय
इंस्टेंस
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है डेटासेट में विषय का यूनीक आइडेंटिफ़ायर.
parentTopic xs:सवाल का नाम ज़रूरी नहीं अगर इस विषय का पैरंट विषय है, तो उसका आईडी. पैरंट टॉपिक को उन विषयों के लिए तय नहीं किया जा सकता जो दूसरे विषयों के साथ इनलाइन किए गए हों.
सोर्स
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Child topics can be inlined inside their parent topic. If
            so, the order of children is meaningful and should be
            respected by applications that display these topics.</xs:documentation>
  </xs:annotation>
</xs:element>

कॉम्प्लेक्स टाइप: विषय

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह विषय वह लेबल होता है जिसे कॉन्सेप्ट के साथ अटैच किया जा सकता है. विषयों को क्रम के हिसाब से व्यवस्थित किया जाता है.
डायग्राम डायग्राम dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
इस्तेमाल करने वाले
एलिमेंट विषय/विषय, dspl/topic/topic
मॉडल जानकारी , विषय*
बच्चे जानकारी, विषय
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
आईडी आईडी इसे भरना ज़रूरी है डेटासेट में विषय का यूनीक आइडेंटिफ़ायर.
parentTopic xs:सवाल का नाम ज़रूरी नहीं अगर इस विषय का पैरंट विषय है, तो उसका आईडी. पैरंट टॉपिक को उन विषयों के लिए तय नहीं किया जा सकता जो दूसरे विषयों के साथ इनलाइन किए गए हों.
सोर्स
<xs:complexType name="Topic">
  <xs:annotation>
    <xs:documentation>A topic is a label that can be attached to concepts. Topics
        are organized hierarchically.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info">
      <xs:annotation>
        <xs:documentation>Textual information about the topic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Child topics can be inlined inside their parent topic. If
            so, the order of children is meaningful and should be
            respected by applications that display these topics.</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 topic in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="parentTopic" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
          cannot be specified for topics that are inlined inside other topics.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: विषय / @id

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

एट्रिब्यूट: विषय / @parentTopic

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह अगर इस विषय का पैरंट विषय है, तो उसका आईडी. पैरंट टॉपिक को उन विषयों के लिए तय नहीं किया जा सकता जो दूसरे विषयों के साथ इनलाइन किए गए हों.
टाइप xs:सवाल का नाम
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप विषय
सोर्स
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
          cannot be specified for topics that are inlined inside other topics.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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