कॉम्पोनेंट: conceptInfo

एलिमेंट: conceptInfo / बहुवचन

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट के उदाहरणों को इकट्ठा करने के लिए, इस्तेमाल किया गया नाम (उदाहरण के लिए, "राज्य" का बहुवचन का नाम "राज्य" है).
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल value* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
सोर्स
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: conceptInfo / कुल नाम

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट के सभी इंस्टेंस के बारे में बताने वाला नाम, जैसे कि "राज्य" का कुल नाम "All US" है.
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल value* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
सोर्स
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: conceptInfo / समानार्थी शब्द

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह एक ऐसा मतलब जिसे इस कॉन्सेप्ट के बारे में बताने के लिए इस्तेमाल किया जा सकता है.
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल value* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
सोर्स
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह डेटासेट में किसी कॉन्सेप्ट के बारे में टेक्स्ट से जुड़ी जानकारी. बुनियादी जानकारी वाले टाइप के इस एक्सटेंशन में कुछ और फ़ील्ड जोड़े जाते हैं जो सिर्फ़ कॉन्सेप्ट पर लागू होते हैं.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
टाइप जानकारी का एक्सटेंशन
टाइप हैरारकी
इस्तेमाल करने वाले
एलिमेंट कॉन्सेप्ट/जानकारी
मॉडल नाम , ब्यौरा{0,1} , url{0,1} , बहुवचननाम{0,1} , कुलनाम{0,1} , समानार्थी*
बच्चे ब्यौरा, नाम, बहुनाम, समानार्थी, कुलनाम, url
सोर्स
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

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