कॉम्पोनेंट: 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
एनोटेशन उस टेबल कॉलम के आईडी के लिए मैपिंग जिसमें कॉन्सेप्ट की प्रॉपर्टी की वैल्यू भी शामिल करें. इस मैपिंग को तब छोड़ा जा सकता है, जब टेबल कॉलम में, कॉन्सेप्ट प्रॉपर्टी की वैल्यू वाले टेबल कॉलम में प्रॉपर्टी होती है id को आईडी के रूप में शामिल करें. एक प्रॉपर्टी को कई टेबल कॉलम में मैप किया जा सकता है (हर भाषा के लिए एक) भाषा के लिए अलग-अलग वैल्यू तय करके एट्रिब्यूट.
डायग्राम डायग्राम dspl5.tmp#id63 dspl5.tmp#id64
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
maxOccurs: अनबाउंड
विशेषताएं
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} , mapProperty*
बच्चे 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/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

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

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन उस तालिका की आईडी जिसमें कॉन्सेप्ट को समझने की कोशिश करते हैं.
टाइप 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 का एक्सएमएल एडिटर.