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

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

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन विषय के बारे में टेक्स्ट के तौर पर जानकारी.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
टाइप जानकारी
प्रॉपर्टी
सामग्री: जटिल
मॉडल name , description{0,1} , url{0,1}
बच्चे ब्यौरा, name, 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>

एलिमेंट: Topic / topic

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

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