العنصر: الموضوع
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
العنصر: الموضوع / المعلومات
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معلومات نصيّة عن الموضوع: |
المخطط البياني |
 |
النوع |
معلومات |
أماكن إقامة |
|
الطراز |
name ، description{0,1} ، url{0,1} |
أطفال |
description و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>
|
العنصر: الموضوع / الموضوع
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
يمكن تضمين المواضيع الفرعية داخل الموضوع الرئيسي. إذا كان الأمر كذلك،
فإن ترتيب الأطفال له مغزى ويجب أن يحترمه
التطبيقات التي تعرض هذه المواضيع. |
المخطط البياني |
 |
النوع |
Topic |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
0 |
maxOccurs: |
غير محدود |
|
الطراز |
info ، topic* |
أطفال |
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 |
التعليقات التوضيحية |
الموضوع هو تصنيف يمكن إرفاقه بالمفاهيم. المواضيع هي
تسلسلاً هرميًا |
المخطط البياني |
 |
قيد الاستخدام بواسطة |
|
الطراز |
info ، topic* |
أطفال |
info، topic |
السمات |
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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
المعرّف الفريد للموضوع في مجموعة البيانات: |
النوع |
رقم التعريف |
أماكن إقامة |
|
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
معرّف الموضوع الرئيسي لهذا الموضوع، إذا كان متوفرًا.
لا يمكن تحديد 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>
|
تم إنشاؤه باستخدام
محرِّر XML oXygen:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[],["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"]]