कॉम्पोनेंट: टेबल
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एलिमेंट: टेबल / जानकारी
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
टेबल के बारे में टेक्स्ट के तौर पर जानकारी. |
डायग्राम |
 |
टाइप |
जानकारी |
प्रॉपर्टी |
सामग्री: |
जटिल |
मिनट समय: |
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 |
एनोटेशन |
टेबल में मौजूद कॉलम की जानकारी. |
डायग्राम |
 |
प्रॉपर्टी |
सामग्री: |
जटिल |
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 |
एनोटेशन |
ऐसा डेटा सोर्स जिसमें टेबल के लिए डेटा
मिला. |
डायग्राम |
 |
टाइप |
डेटा |
प्रॉपर्टी |
सामग्री: |
जटिल |
मिनट समय: |
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 |
एनोटेशन |
टेबल में डेटासेट के लिए डेटा दिया जाता है. टेबल में डेटा मिल सकता है
समझने के लिए भी एक अच्छा विकल्प है. |
डायग्राम |
 |
इस्तेमाल करने वाले |
|
मॉडल |
जानकारी{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>
|
नाम-स्थान |
कोई नेमस्पेस नहीं |
एनोटेशन |
कॉलम के लिए फ़ॉर्मैट, जिसका इस्तेमाल टेक्स्ट के तौर पर दिखाए गए कॉन्टेंट को पार्स करने के लिए किया जाता है
वैल्यू का इस्तेमाल करके तय की गई वैल्यू शामिल करें. तारीख के फ़ॉर्मैट इनके हिसाब से तय किए जाते हैं:
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 |
|
स्रोत |
<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 |
|
इस्तेमाल करने वाले |
|
स्रोत |
<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 का एक्सएमएल एडिटर.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["Tables store dataset information, and they are uniquely identified by an ID. Each table can have optional textual information in its \"info\" section. Tables are comprised of columns and data. Columns require a unique ID, data type and optionally include a format to parse text values. Columns can be of various data types. The data section provides a file, with a specified encoding and format, as a source. Each column may define multiple values and an optional concept.\n"]]