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

एलिमेंट: SliceTableMapping / mapDimension

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन उस कॉलम के आईडी की मैपिंग जिसमें वैल्यू के तौर पर स्लाइस का डाइमेंशन. अगर टेबल कॉलम में कॉलम की संख्या दिखती है, तो इस मैपिंग को हटाया जा सकता है जिसमें स्लाइस डाइमेंशन वैल्यू होती हैं, उनके कॉलम के तौर पर कॉन्सेप्ट आईडी होता है आईडी. अगर बताया गया कॉन्सेप्ट किसी बाहरी डेटासेट से लिया गया है, तो मैपिंग अगर कॉलम का आईडी स्थानीय आईडी से मेल खाता है, तो हटाया जा सकता है कॉन्सेप्ट (उदाहरण के लिए, प्रीफ़िक्स के बिना).
डायग्राम डायग्राम dspl12.tmp#id79 dspl12.tmp#id80
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
maxOccurs: अनबाउंड
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
सिद्धांत xs:QName ज़रूरी है मैप किए गए डाइमेंशन के कॉन्सेप्ट का आईडी.
toColumn LocalId ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
स्रोत
<xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped dimension concept.</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:complexType>
</xs:element>

एलिमेंट: SliceTableMapping / MapMetric

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन उस कॉलम के आईडी की मैपिंग जिसमें वैल्यू के तौर पर मेट्रिक को चुना जा सकता है. अगर टेबल कॉलम में, में स्लाइस मेट्रिक वैल्यू की वैल्यू के तौर पर कॉन्सेप्ट आईडी, कॉलम आईडी के तौर पर मौजूद होता है. अगर आपने यह सिद्धांत बाहरी डेटासेट से लिया गया है, इसलिए मैपिंग अगर कॉलम का आईडी, कॉन्सेप्ट के लोकल आईडी से मेल खाता है, तो छोड़ दिया जाता है (उदाहरण के लिए, प्रीफ़िक्स के बिना).
डायग्राम डायग्राम dspl12.tmp#id82 dspl12.tmp#id83
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
maxOccurs: अनबाउंड
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
सिद्धांत xs:QName ज़रूरी है मैप किए गए मेट्रिक के कॉन्सेप्ट का आईडी.
toColumn LocalId ज़रूरी है मैप किए गए टेबल कॉलम का आईडी.
स्रोत
<xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped metric concept.</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:complexType>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन ऐसी टेबल की मैपिंग जो स्लाइस.
डायग्राम डायग्राम dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
इस्तेमाल करने वाले
एलिमेंट स्लाइस/टेबल
मॉडल mapDimension* , mapMetric*
बच्चे mapDimension, mapMetric
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
रेफ़रंस xs:QName ज़रूरी है उस टेबल का आइडेंटिफ़ायर जिसमें स्लाइस.
स्रोत
<xs:complexType name="SliceTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a dimension of the slice.  This mapping may be omitted
            if the table column that contains the slice dimension
            values has the concept id as its column id. If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped dimension concept.</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:complexType>
    </xs:element>
    <xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the column that contains the values
            of a metric of the slice.  This mapping may be omitted if
            the table column that contains the slice metric values has
            the concept id as its column id.  If the referenced
            concept comes from an external dataset, the mapping may be omitted
            if the id of the column matches the local id of the concept
            (i.e., without the prefix).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped metric concept.</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:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="xs:QName" use="required">
    <xs:annotation>
      <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: SliceTableMapping / mapDimension / @Concept

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन मैप किए गए डाइमेंशन के कॉन्सेप्ट का आईडी.
टाइप xs:QName
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
इस्तेमाल करने वाले
एलिमेंट SliceTableMapping/mapDimension
स्रोत
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped dimension concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: SliceTableMapping / mapDimension / @toColumn

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

एट्रिब्यूट: SliceTableMapping / mapMetric / @Concept

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन मैप किए गए मेट्रिक के कॉन्सेप्ट का आईडी.
टाइप xs:QName
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
इस्तेमाल करने वाले
एलिमेंट SliceTableMapping/mapMetric
स्रोत
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped metric concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: SliceTableMapping / mapMetric / @toColumn

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

विशेषता: SliceTableMapping / @ref

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन उस टेबल का आइडेंटिफ़ायर जिसमें स्लाइस.
टाइप xs:QName
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप SliceTableMapping
स्रोत
<xs:attribute name="ref" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
  </xs:annotation>
</xs:attribute>

इसका इस्तेमाल करके बनाया गया oXygen का एक्सएमएल एडिटर.