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

एलिमेंट: ConceptTableMapping / mapConcept

नाम-स्थान http://schemas.google.com/dspl/2010
व्याख्या करने की सुविधा टेबल कॉलम के आईडी के लिए मैपिंग, जिसमें कॉन्सेप्ट की वैल्यू शामिल हैं. अगर टेबल कॉलम में कॉन्सेप्ट वैल्यू वाले कॉलम का आईडी और कॉन्सेप्ट आईडी एक ही है, तो इस मैपिंग को हटाया जा सकता है.
डायग्राम डायग्राम dspl5.tmp#id61
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
विशेषताएं
QName टाइप तारीख की तय सीमा डिफ़ॉल्ट अपनी बिड को ऑटोमेट और ऑप्टिमाइज़ करने के लिए, व्याख्या
toColumn LocalId ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<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
अधिकतम घटना: अनबाउंड
विशेषताएं
QName टाइप तारीख की तय सीमा डिफ़ॉल्ट अपनी बिड को ऑटोमेट और ऑप्टिमाइज़ करने के लिए, व्याख्या
lang ज़रूरी नहीं
रेफ़रंस LocalId ज़रूरी है मैप की गई कॉन्सेप्ट प्रॉपर्टी का आईडी.
toColumn LocalId ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
सोर्स
<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} , mapप्रॉपर्टी*
बच्चे mapConcept, mapProperty
विशेषताएं
QName टाइप तारीख की तय सीमा डिफ़ॉल्ट अपनी बिड को ऑटोमेट और ऑप्टिमाइज़ करने के लिए, व्याख्या
रेफ़रंस LocalId ज़रूरी है उस टेबल का आईडी जिसमें कॉन्सेप्ट के लिए डेटा होता है.
सोर्स
<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

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

नाम-स्थान कोई नेमस्पेस नहीं
व्याख्या करने की सुविधा मैप की गई कॉन्सेप्ट प्रॉपर्टी का आईडी.
टाइप LocalId
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
maxLength 64
इस्तेमाल करने वाले
कौन-कौन सी चीज़ें शामिल हैं ConceptTableMapping/mapप्रॉपर्टी
सोर्स
<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

नाम-स्थान कोई नेमस्पेस नहीं
व्याख्या करने की सुविधा मैप किए गए टेबल कॉलम का आईडी.
टाइप LocalId
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
maxLength 64
इस्तेमाल करने वाले
कौन-कौन सी चीज़ें शामिल हैं ConceptTableMapping/mapप्रॉपर्टी
सोर्स
<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

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