المكوّن: ConceptInfo

العنصر: ConceptInfo / pluralName

مساحة الاسم 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
مثال
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
المصدر
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

العنصر: ConceptInfo / totalName

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية اسم يُستخدم للإشارة إلى جميع مثيلات المفهوم (على سبيل المثال، totalName لـ "الولاية" هي "كل الولايات المتحدة").
رسم بياني رسم بياني dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dpl3.tmp#id8
النوع القيم
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
الطراز value* | conceptValue{0,1}
أطفال conceptValue، value
مثال
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
المصدر
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

العنصر: ConceptInfo / مرادف

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية مرادف يمكن استخدامه للإشارة إلى هذا المفهوم.
رسم بياني رسم بياني dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dpl3.tmp#id8
النوع القيم
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
maxOccurs: بلا حدود
الطراز value* | conceptValue{0,1}
أطفال conceptValue، value
مثال
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
المصدر
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

نوع المجمّع: ConceptInfo

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية حول مفهوم في مجموعة البيانات. تضيف هذه الإضافة لنوع المعلومات الأساسي بضعة حقول إضافية لا تنطبق إلا على المفاهيم.
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
النوع إضافة Info
التسلسل الهرمي للأنواع
قيد الاستخدام بواسطة
عنصر المفهوم/المعلومات
الطراز name ، description{0,1} ، url{0,1} ، pluralName{0,1} ، totalName{0,1} ، مرادف*
أطفال description وname وpluralName و مرادف وtotalName وurl
المصدر
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

تم إنشاؤه باستخدام oxygen XML Editor.