कॉम्पोनेंट: जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एलिमेंट: जानकारी / नाम
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
बताए गए एलिमेंट का नाम. |
डायग्राम |
 |
टाइप |
वैल्यू |
प्रॉपर्टी |
|
मॉडल |
मान* | conceptValue{0,1} |
बच्चे |
conceptValue, value |
इंस्टेंस |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
स्रोत |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
एलिमेंट: जानकारी / ब्यौरा
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
बताए गए एलिमेंट का ब्यौरा. |
डायग्राम |
 |
टाइप |
वैल्यू |
प्रॉपर्टी |
सामग्री: |
जटिल |
मिनट समय: |
0 |
|
मॉडल |
मान* | conceptValue{0,1} |
बच्चे |
conceptValue, value |
इंस्टेंस |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
स्रोत |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
एलिमेंट: जानकारी / यूआरएल
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
उस वेबपेज का यूआरएल जहां के बारे में ज़्यादा जानकारी पाई जा सकती है
बताया गया एलिमेंट. यूआरएल में मौजूद किसी भी रिज़र्व या असुरक्षित वर्ण को प्रतिशत एस्केप नहीं किया जाना चाहिए.
|
डायग्राम |
 |
टाइप |
वैल्यू |
प्रॉपर्टी |
सामग्री: |
जटिल |
मिनट समय: |
0 |
|
मॉडल |
मान* | conceptValue{0,1} |
बच्चे |
conceptValue, value |
इंस्टेंस |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
स्रोत |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
जटिल टाइप: जानकारी
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
किसी एलिमेंट के बारे में टेक्स्ट के तौर पर जानकारी
डेटासेट शामिल है. |
डायग्राम |
 |
इस्तेमाल करने वाले |
|
मॉडल |
name , description{0,1} , यूआरएल{0,1} |
बच्चे |
ब्यौरा, name, url |
स्रोत |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
इसका इस्तेमाल करके बनाया गया
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) को अपडेट किया गया."],[],["The document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]