कॉम्पोनेंट: टेबल

एलिमेंट: टेबल / जानकारी

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन टेबल के बारे में टेक्स्ट के तौर पर जानकारी.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
टाइप जानकारी
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
मॉडल name , description{0,1} , यूआरएल{0,1}
बच्चे ब्यौरा, name, url
इंस्टेंस
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
स्रोत
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: टेबल / कॉलम

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन टेबल में मौजूद कॉलम की जानकारी.
डायग्राम डायग्राम dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
प्रॉपर्टी
सामग्री: जटिल
maxOccurs: अनबाउंड
मॉडल मान* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
फ़ॉर्मैट xs:string ज़रूरी नहीं कॉलम के लिए फ़ॉर्मैट, जिसका इस्तेमाल टेक्स्ट को पार्स करने के लिए किया जाता है वैल्यू को निरूपित किया जा सकता है. तारीख के फ़ॉर्मैट इनके हिसाब से तय किए जाते हैं: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
आईडी LocalId ज़रूरी है टेबल कॉलम का आइडेंटिफ़ायर.
टाइप DataType ज़रूरी है टेबल कॉलम का डेटा टाइप. सभी वैल्यू कॉलम इस डेटा टाइप के हिसाब से होना चाहिए.
स्रोत
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

एलिमेंट: टेबल / डेटा

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन ऐसा डेटा सोर्स जिसमें टेबल के लिए डेटा मिला.
डायग्राम डायग्राम dspl11.tmp#id99 dspl11.tmp#id98
टाइप डेटा
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
मॉडल फ़ाइल
बच्चे फ़ाइल
इंस्टेंस
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
स्रोत
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

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

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन टेबल में डेटासेट के लिए डेटा दिया जाता है. टेबल में डेटा मिल सकता है समझने के लिए भी एक अच्छा विकल्प है.
डायग्राम डायग्राम dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
इस्तेमाल करने वाले
एलिमेंट dspl/tables/table
मॉडल जानकारी{0,1} , कॉलम+ , डेटा{0,1}
बच्चे column, डेटा, जानकारी
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
आईडी आईडी ज़रूरी है डेटासेट शामिल है.
स्रोत
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</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 table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

एट्रिब्यूट: टेबल / कॉलम / @format

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन कॉलम के लिए फ़ॉर्मैट, जिसका इस्तेमाल टेक्स्ट के तौर पर दिखाए गए कॉन्टेंट को पार्स करने के लिए किया जाता है वैल्यू का इस्तेमाल करके तय की गई वैल्यू शामिल करें. तारीख के फ़ॉर्मैट इनके हिसाब से तय किए जाते हैं: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
टाइप xs:string
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
स्रोत
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / कॉलम / @id

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन टेबल कॉलम का आइडेंटिफ़ायर.
टाइप LocalId
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
maxLength 64
स्रोत
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / कॉलम / @type

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन टेबल कॉलम का डेटा टाइप. इसके कॉलम के सभी मान टेबल, इस डेटा टाइप के मुताबिक होनी चाहिए.
टाइप DataType
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
गिनती स्ट्रिंग
गिनती फ़्लोट
गिनती पूर्णांक
गिनती बूलियन
गिनती तारीख
गिनती सिद्धान्त
स्रोत
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: टेबल / @id

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन डेटासेट में टेबल का यूनीक आइडेंटिफ़ायर.
टाइप आईडी
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
maxLength 64
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप टेबल
स्रोत
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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