कॉम्पोनेंट: विषय
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एलिमेंट: विषय / जानकारी
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
विषय के बारे में टेक्स्ट के तौर पर जानकारी. |
डायग्राम |
 |
टाइप |
जानकारी |
प्रॉपर्टी |
|
मॉडल |
name , description{0,1} , url{0,1} |
बच्चे |
ब्यौरा, name, url |
इंस्टेंस |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
स्रोत |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
एलिमेंट: Topic / topic
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
बच्चे के विषयों को उनके पैरंट विषय में शामिल किया जा सकता है. अगर ऐसा है, तो
बच्चों का क्रम अर्थपूर्ण है और उसका सम्मान करना चाहिए
जो इन विषयों को दिखाते हैं. |
डायग्राम |
 |
टाइप |
विषय |
प्रॉपर्टी |
सामग्री: |
जटिल |
minOccurs: |
0 |
maxOccurs: |
अनबाउंड |
|
मॉडल |
info , topic* |
बच्चे |
जानकारी, विषय |
इंस्टेंस |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
विशेषताएं |
QName |
टाइप |
तय |
डिफ़ॉल्ट |
इस्तेमाल करें |
टिप्पणी |
आईडी |
आईडी |
|
|
ज़रूरी है |
इस रिपोर्ट में मौजूद विषय का यूनीक आइडेंटिफ़ायर
डेटासेट शामिल है. |
parentTopic |
xs:QName |
|
|
ज़रूरी नहीं |
इस विषय के पैरंट विषय का आईडी, अगर वह मौजूद है.
अंदर इनलाइन किए गए विषयों के लिए, parentTopic के बारे में जानकारी नहीं दी जा सकती
दूसरे विषय. |
|
स्रोत |
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
|
कॉम्प्लेक्स टाइप: विषय
नाम-स्थान |
http://schemas.google.com/dspl/2010 |
एनोटेशन |
विषय एक लेबल होता है, जिसे कॉन्सेप्ट के साथ जोड़ा जा सकता है. विषय हैं
कॉन्टेंट को हैरारकी के हिसाब से व्यवस्थित किया जाता है. |
डायग्राम |
 |
इस्तेमाल करने वाले |
|
मॉडल |
जानकारी , विषय* |
बच्चे |
जानकारी, विषय |
विशेषताएं |
QName |
टाइप |
तय |
डिफ़ॉल्ट |
इस्तेमाल करें |
टिप्पणी |
आईडी |
आईडी |
|
|
ज़रूरी है |
डेटासेट में मौजूद विषय का यूनीक आइडेंटिफ़ायर. |
parentTopic |
xs:QName |
|
|
ज़रूरी नहीं |
इस विषय के पैरंट विषय का आईडी, अगर वह मौजूद है.
अंदर इनलाइन किए गए विषयों के लिए, parentTopic के बारे में जानकारी नहीं दी जा सकती
दूसरे विषय. |
|
स्रोत |
<xs:complexType name="Topic">
<xs:annotation>
<xs:documentation>A topic is a label that can be attached to concepts. Topics
are organized hierarchically.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</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 topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
एट्रिब्यूट: विषय / @id
नाम-स्थान |
कोई नेमस्पेस नहीं |
एनोटेशन |
डेटासेट में विषय का यूनीक आइडेंटिफ़ायर. |
टाइप |
आईडी |
प्रॉपर्टी |
|
Facets |
|
इस्तेमाल करने वाले |
|
स्रोत |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
एट्रिब्यूट: विषय / @parentTopic
नाम-स्थान |
कोई नेमस्पेस नहीं |
एनोटेशन |
इस विषय के पैरंट विषय का आईडी, अगर वह मौजूद है.
पैरंट टॉपिक उन विषयों के लिए नहीं बताए जा सकते जो अन्य के अंदर इनलाइन हैं
विषय. |
टाइप |
xs:QName |
प्रॉपर्टी |
इस्तेमाल करें: |
ज़रूरी नहीं |
|
इस्तेमाल करने वाले |
|
स्रोत |
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
oXygen एक्सएमएल एडिटर का इस्तेमाल करके बनाया गया.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-14 (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"]],["आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया."],[[["Topics are labels attached to concepts and are hierarchically organized, containing textual information and potentially child topics."],["Each topic has a unique identifier (\"id\") and an optional parent topic identifier (\"parentTopic\")."],["Child topics can be nested within their parent topic, with their order signifying importance for display."],["The \"info\" element provides textual information about the topic, including name, description, and URL."]]],["The core content describes the \"Topic\" element and its \"Info\" component within a data structure. A topic has an `id` for unique identification and an optional `parentTopic` to establish hierarchy. Topics contain `info` (textual information), and can have child `topic` elements, respecting their order. The `info` includes `name`, `description`, and `url`. Applications should maintain this hierarchical structure. `id` is required, `parentTopic` is optional, and child topics are inlined.\n"]]