المكوّن: المعلومات

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية اسم العنصر الموصوف.
رسم بياني رسم بياني dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dpl3.tmp#id8
النوع القيم
أماكن إقامة
المحتوى: مُعَقَّد
الطراز value* | 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
التعليقات التوضيحية وصف العنصر الموصوف.
رسم بياني رسم بياني dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dpl3.tmp#id8
النوع القيم
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
الطراز value* | 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>

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية عنوان URL لصفحة الويب التي يمكن العثور على مزيد من المعلومات فيها على العنصر الموضّح. يجب ألا يتم تخطي أي أحرف محجوزة أو غير آمنة في عنوان URL بنسبة مئوية.
رسم بياني رسم بياني dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dpl3.tmp#id8
النوع القيم
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
الطراز value* | 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
التعليقات التوضيحية معلومات نصية عن أحد عناصر مجموعة البيانات
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
قيد الاستخدام بواسطة
العناصر السمة/المعلومات وConceptProperty/info وSlice/info وTable/info وTopic/info وdspl/info وdspl/provider
نوع المجمّع مفهوم المعلومات
الطراز name ، description{0,1} ، url{0,1}
أطفال description و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 XML Editor.