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

एलिमेंट: कॉन्सेप्ट / जानकारी

नाम-स्थान 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 dspl13.tmp#id39
टाइप conceptInfo
टाइप हैरारकी
प्रॉपर्टी
कॉन्टेंट: जटिल
मॉडल नाम , ब्यौरा{0,1} , url{0,1} , बहुवचननाम{0,1} , कुलनाम{0,1} , समानार्थी*
बच्चे ब्यौरा, नाम, बहुनाम, समानार्थी, कुलनाम, url
इंस्टेंस
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
सोर्स
<xs:element name="info" type="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: कॉन्सेप्ट / विषय

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट से जुड़ा विषय.
डायग्राम डायग्राम dspl6.tmp#id44
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
रेफ़रंस xs:सवाल का नाम ज़रूरी नहीं यह विषय जिस विषय से जुड़ा है उसका यूनीक आइडेंटिफ़ायर. बताया गया विषय, उसी डेटासेट में या बाहर से दिखाया जा सकता है. जैसे, किसी दूसरे डेटासेट में. बाहरी विषय का संदर्भ "prefix:other_topic_id" रूप में होना चाहिए, जहां "prefix" बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है (एक्सएमएल नेमस्पेस देखें).
सोर्स
<xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A topic the concept is associated with.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="xs:QName">
      <xs:annotation>
        <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट का डेटा टाइप. एक कॉन्सेप्ट को टाइप का एलान देना चाहिए या किसी दूसरे कॉन्सेप्ट को बढ़ाना चाहिए. अगर वह किसी कॉन्सेप्ट को बढ़ा रहा है, तो वह एक अलग तरह का एलान भी कर सकता है. एक्सटेंडेड कॉन्सेप्ट का टाइप, उस कॉन्सेप्ट के मुताबिक कम पाबंदियों वाला होना चाहिए. "इससे कम पाबंदी वाला" (एलआरटी) आंशिक क्रम है, जिसके बारे में नीचे बताया गया है: स्ट्रिंग एलआरटी फ्लोट एलआरटी पूर्णांक स्ट्रिंग एलआरटी तारीख स्ट्रिंग एलआरटी बूलियन
डायग्राम डायग्राम dspl6.tmp#id46
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
रेफ़रंस डेटा टाइप इसे भरना ज़रूरी है
सोर्स
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

एलिमेंट: कॉन्सेप्ट / एट्रिब्यूट

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इस कॉन्सेप्ट की विशेषता है. एट्रिब्यूट, कॉन्सेप्ट के बारे में ज़्यादा जानकारी दिखाते हैं (उदाहरण के लिए, GDP कुछ प्रतिशत है).
डायग्राम डायग्राम 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>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
  </xs:annotation>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट की प्रॉपर्टी. प्रॉपर्टी, कॉन्सेप्ट के उदाहरणों के बारे में ज़्यादा जानकारी दिखाती हैं. जैसे, "शहर" के कॉन्सेप्ट में "देश" की प्रॉपर्टी हो सकती है.
डायग्राम डायग्राम dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
टाइप conceptProperty
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
मॉडल info{0,1} , टाइप{0,1}
बच्चे जानकारी, टाइप
इंस्टेंस
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
कॉन्सेप्ट xs:सवाल का नाम ज़रूरी नहीं उस सिद्धांत के बारे में जानकारी जो प्रॉपर्टी की वैल्यू से जुड़ी है. अगर प्रॉपर्टी टाइप के बारे में बताती है, तो टाइप को ज़रूरी कॉन्सेप्ट के टाइप से मैच करना चाहिए. बाहरी कॉन्सेप्ट का रेफ़रंस "prefix:other_concept_id" होना चाहिए. इसमें "प्रीफ़िक्स", बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है (एक्सएमएल नेमस्पेस देखें).
आईडी स्थानीय आईडी ज़रूरी नहीं कॉन्सेप्ट प्रॉपर्टी का आईडी. यह आइडेंटिफ़ायर, पूरे एट्रिब्यूट और प्रॉपर्टी में, यूनीक होना चाहिए. अगर कॉन्सेप्ट प्रॉपर्टी की जानकारी दी गई है, तो आईडी को हटाया जा सकता है. ऐसी स्थिति में, इंप्लिसिट तरीके से एक आईडी बनाया जाता है. इसमें, उस कॉन्सेप्ट के स्थानीय नाम की वैल्यू शामिल होती है. उदाहरण के लिए: <property concept="geo:country /> <प्रॉपर्टी id="country" concept="geo:country /> के बराबर है
isMapping xs:बूलियन false ज़रूरी नहीं अगर यह सही है, तो इस प्रॉपर्टी को एक कॉन्टेक्स्ट को दिखाना होगा. साथ ही, इस प्रॉपर्टी में इस कॉन्सेप्ट और रेफ़रंस के कॉन्सेप्ट के बीच, मैपिंग (1-टू-1) के बारे में भी बताया गया है. यहां दिए गए कॉन्सेप्ट के हर इंस्टेंस का रेफ़रंस, ज़्यादा से ज़्यादा एक बार दिया गया है.
isParent xs:बूलियन false ज़रूरी नहीं अगर सही है, तो इस प्रॉपर्टी को एक कॉन्सेप्ट का रेफ़रंस देना होगा.साथ ही, इस प्रॉपर्टी में, इस कॉन्सेप्ट और रेफ़रंस के कॉन्सेप्ट के बीच, क्रम के बारे में बताया जाना चाहिए. उदाहरण के लिए, किसी देश का महाद्वीप.
सोर्स
<xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: कॉन्सेप्ट / डिफ़ॉल्ट वैल्यू

नाम-स्थान 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
इंस्टेंस
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
सोर्स
<xs:element name="defaultValue" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह उस टेबल का रेफ़रंस जिसमें कॉन्सेप्ट और उसके नॉन-कॉन्सटेंट प्रॉपर्टी के लिए, सभी संभावित वैल्यू दी गई हैं.
डायग्राम डायग्राम dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62 dspl5.tmp#id59
टाइप conceptTableMapping
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
मॉडल mapconcept{0,1} , mapProperty*
बच्चे mapconcept, mapProperty
इंस्टेंस
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
रेफ़रंस स्थानीय आईडी इसे भरना ज़रूरी है उस टेबल का आईडी जिसमें कॉन्सेप्ट का डेटा है.
सोर्स
<xs:element name="table" type="ConceptTableMapping" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
  </xs:annotation>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह कॉन्सेप्ट उस तरह के डेटा की परिभाषा है जो डेटासेट में दिखता है (उदाहरण, "GDP" या "काउंटी". किसी कॉन्सेप्ट को उसके सभी संभावित वैल्यू की गिनती से जोड़ा जा सकता है. कुछ डेटासेट में बताए गए सिद्धांत का ज़िक्र दूसरे डेटासेट में हो सकता है.
डायग्राम डायग्राम 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
इस्तेमाल करने वाले
एलिमेंट dspl/concepts/concept
मॉडल info , topic* , type{0,1} , attribute* , प्रॉपर्टी* , defaultValue{0,1} , टेबल{0,1}
बच्चे attribute, defaultValue, जानकारी, प्रॉपर्टी, टेबल, विषय, प्रकार
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
एक्सटेंडेड xs:सवाल का नाम ज़रूरी नहीं इस सिद्धांत का खास पहचानकर्ता, जिसे यह सिद्धांत बताता है. बताया गया सिद्धांत, उसी डेटासेट में या बाहर से दिखाया जा सकता है. जैसे, किसी दूसरे डेटासेट में. किसी बाहरी कॉन्सेप्ट का रेफ़रंस "prefix:other_concept_id" फ़ॉर्म में होना चाहिए. इसमें "प्रीफ़िक्स", बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है. एक्सएमएल नेमस्पेस देखें.
आईडी आईडी इसे भरना ज़रूरी है कॉन्सेप्ट का यूनीक आइडेंटिफ़ायर, जो डेटासेट में दुनिया भर में यूनीक होना चाहिए.
सोर्स
<xs:complexType name="Concept">
  <xs:annotation>
    <xs:documentation>A concept is a definition of a type of data that appears in the
        dataset (e.g., "GDP" or "County").  A concept may be associated with
        an enumeration of all its possible values or not. A concept defined in
        some dataset may be referenced in other datasets.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="ConceptInfo">
      <xs:annotation>
        <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A topic the concept is associated with.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="xs:QName">
          <xs:annotation>
            <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="defaultValue" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="table" type="ConceptTableMapping" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</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 concept, which must be globally
          unique within the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="extends" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: कॉन्सेप्ट / विषय / @ref

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह यह विषय जिस विषय से जुड़ा है उसका यूनीक आइडेंटिफ़ायर. रेफ़रंस के तौर पर दिए गए विषय को, एक ही डेटासेट में या बाहर दिखाया जा सकता है. जैसे, किसी दूसरे डेटासेट में. किसी बाहरी विषय का रेफ़रंस "prefix:other_topic_id" के रूप में होना चाहिए. इसमें, "prefix" बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है (एक्सएमएल नेमस्पेस देखें).
टाइप xs:सवाल का नाम
प्रॉपर्टी
कॉन्टेंट: आसान
इस्तेमाल करने वाले
एलिमेंट कॉन्सेप्ट/विषय
सोर्स
<xs:attribute name="ref" type="xs:QName">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: कॉन्सेप्ट / टाइप / @ref

नाम-स्थान कोई नेमस्पेस नहीं
टाइप डेटा टाइप
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
गिनती स्ट्रिंग
गिनती फ़्लोट
गिनती पूर्णांक
गिनती बूलियन
गिनती date
गिनती सिद्धान्त
इस्तेमाल करने वाले
एलिमेंट कॉन्सेप्ट/टाइप
सोर्स
<xs:attribute name="ref" type="DataType" use="required"/>

एट्रिब्यूट: कॉन्सेप्ट / @id

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

एट्रिब्यूट: कॉन्सेप्ट / @exext

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह इस सिद्धांत की पहचान करने वाला खास पहचानकर्ता है. बताया गया सिद्धांत, उसी डेटासेट में या बाहर से परिभाषित किया जा सकता है, जैसे कि किसी दूसरे डेटासेट में. किसी बाहरी सिद्धांत का संदर्भ "prefix:other_concept_id" रूप होना चाहिए, जिसमें "prefix" बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है (एक्सएमएल नेमस्पेस देखें).
टाइप xs:सवाल का नाम
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप कॉन्सेप्ट
सोर्स
<xs:attribute name="extends" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

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