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

एलिमेंट: conceptTableMapping / mapconcept

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल कॉलम के आईडी के लिए मैपिंग, जिसमें कॉन्सेप्ट की वैल्यू शामिल हैं. अगर कॉन्सेप्ट की वैल्यू वाले टेबल कॉलम का आईडी, कॉन्सेप्ट आईडी जैसा ही है, तो इस मैपिंग को हटाया जा सकता है.
डायग्राम डायग्राम dspl5.tmp#id61
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
toColumn स्थानीय आईडी इसे भरना ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<xs:element name="mapConcept" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

एलिमेंट: conceptTableMapping / mapProperty

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह टेबल कॉलम के आईडी के लिए मैपिंग. इसमें कॉन्सेप्ट की प्रॉपर्टी की वैल्यू शामिल होती हैं. अगर मैपिंग प्रॉपर्टी के सिद्धांत में कॉन्सेप्ट प्रॉपर्टी की वैल्यू दी गई है, तो इस मैपिंग को हटाया जा सकता है. किसी एक प्रॉपर्टी को भाषा एट्रिब्यूट के लिए, अलग-अलग वैल्यू बताने पर, हर भाषा के लिए एक से ज़्यादा टेबल कॉलम पर मैप किया जा सकता है.
डायग्राम डायग्राम dspl5.tmp#id63 dspl5.tmp#id64
प्रॉपर्टी
कॉन्टेंट: जटिल
कम से कम 0
ज़्यादा से ज़्यादा: अनबाउंड
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
lang ज़रूरी नहीं
रेफ़रंस स्थानीय आईडी इसे भरना ज़रूरी है मैप की गई प्रॉपर्टी का आईडी.
toColumn स्थानीय आईडी इसे भरना ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped concept property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="xml:lang" use="optional">
      <xs:annotation>
        <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह किसी कॉन्सेप्ट का डेटा देने वाली टेबल पर मैपिंग.
डायग्राम डायग्राम dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
इस्तेमाल करने वाले
एलिमेंट कॉन्सेप्ट/टेबल
मॉडल mapconcept{0,1} , mapProperty*
बच्चे mapconcept, mapProperty
विशेषताएं
सवाल का नाम टाइप तारीख की तय सीमा डिफ़ॉल्ट आपके कैंपेन के लक्ष्यों के हिसाब से किन लोगों के ग्राहक में बदलने की संभावना ज़्यादा है, यह जानने के लिए ब्यौरा
रेफ़रंस स्थानीय आईडी इसे भरना ज़रूरी है उस टेबल का आईडी जिसमें कॉन्सेप्ट का डेटा है.
सोर्स
<xs:complexType name="ConceptTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapConcept" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped concept property.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute ref="xml:lang" use="optional">
          <xs:annotation>
            <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="LocalId" use="required">
    <xs:annotation>
      <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: conceptTableMapping / mapconcept / @toColumn

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप किए गए टेबल कॉलम का आईडी.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
एलिमेंट conceptTableMapping/mapconcept
सोर्स
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: conceptTableMapping / mapProperty / @ref

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप की गई प्रॉपर्टी का आईडी.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
एलिमेंट conceptTableMapping/mapProperty
सोर्स
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped concept property.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: conceptTableMapping / mapProperty / @toColumn

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह मैप किए गए टेबल कॉलम का आईडी.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
एलिमेंट conceptTableMapping/mapProperty
सोर्स
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: conceptTableMapping / @ref

नाम-स्थान कोई नेमस्पेस नहीं
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह उस टेबल का आईडी जिसमें कॉन्सेप्ट का डेटा है.
टाइप स्थानीय आईडी
प्रॉपर्टी
इस्तेमाल करें: इसे भरना ज़रूरी है
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप conceptTableMapping
सोर्स
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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