العنصر: الموضوع

العنصر: الموضوع / المعلومات

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصيّة عن الموضوع:
المخطط البياني المخطط البياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: معقد
الطراز 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
التعليقات التوضيحية يمكن تضمين المواضيع الفرعية داخل الموضوع الرئيسي. إذا كان الأمر كذلك، فإن ترتيب الأطفال له مغزى ويجب أن يحترمه التطبيقات التي تعرض هذه المواضيع.
المخطط البياني الرسم البياني dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
النوع Topic
أماكن إقامة
المحتوى: معقد
minOccurs: 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
التعليقات التوضيحية الموضوع هو تصنيف يمكن إرفاقه بالمفاهيم. المواضيع هي بتسلسل هرمي
الرسم البياني الرسم البياني dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
قيد الاستخدام بواسطة
العناصر الموضوع/الموضوع، dspl/topics/topic
الطراز 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>

السمة: الموضوع / @id

مساحة الاسم لا تتوفّر مساحة اسم.
التعليقات التوضيحية المعرّف الفريد للموضوع في مجموعة البيانات:
النوع رقم التعريف
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 64
قيد الاستخدام بواسطة
نوع المخطّط Topic
المصدر
<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
أماكن إقامة
استخدام: اختياري
قيد الاستخدام بواسطة
نوع معقد Topic
المصدر
<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: