المكوِّن: ConceptProperty

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصيّة عن سمة المفهوم:
المخطط البياني المخطط البياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 0
الطراز 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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

العنصر: ConceptProperty / النوع

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية نوع البيانات لخاصية المفهوم:
المخطط البياني المخطط البياني dspl8.tmp#id52
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 0
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
ref DataType مطلوب
المصدر
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

النوع المعقد: ConceptProperty

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية خاصية مفهوم (على سبيل المثال، بلد المدينة).
المخطط البياني المخطط البياني dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
قيد الاستخدام بواسطة
العنصر المفهوم/الموقع
الطراز info{0,1} , type{0,1}
أطفال info، type
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
مفهوم xs:QName اختياري إشارة إلى مفهوم يتوافق مع القيم للمكان المخصّص للاستئجار. إذا كانت الخاصية تحدد نوعًا، يتم تحديد النوع يجب أن يتطابق مع نوع المفهوم المُشار إليه. مرجع إلى المفهوم الخارجي يجب أن يكون شكل "prefix:other_concept_id"، حيث "prefix" CANNOT TRANSLATE البادئة المستخدمة في مساحة الاسم لمجموعة البيانات الخارجية (راجع XML ومساحات الاسم).
المعرِّف LocalId اختياري رقم تعريف خاصية المفهوم. يجب أن يكون هذا المعرف فريدة ضمن المفهوم (على مستوى السمات والخصائص). تشير رسالة الأشكال البيانية يمكن حذف المعرّف إذا تم تحديد خاصية المفهوم. في ذلك، الحالة، يتم إنشاء المعرف بشكل ضمني بقيمة الاسم المحلي المفهوم المشار إليه. على سبيل المثال، <property concept=&quot;geo:country&quot;/&gt; تعادل <property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean خطأ اختياري إذا كانت القيمة هي true، يجب أن تشير هذه السمة إلى مفهوم معيّن. تشير هذه السمة إلى علاقة تعيين (1 إلى 1) بين هذه المفهوم والمفهوم المشار إليه. كل مثيل من المرجع إلى المفهوم من خلال مثيل واحد على الأكثر من هذا مفهوم
isParent xs:boolean خطأ اختياري إذا كانت القيمة هي true، يجب أن تشير هذه السمة إلى مفهوم معيّن. أي علاقة تسلسلية بين هذه الخاصية المفهوم والمفهوم المشار إليه (على سبيل المثال، قارة واحدة).
المصدر
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

السمة: ConceptProperty / type / @ref

مساحة الاسم لا توجد مساحة اسم
النوع DataType
أماكن إقامة
استخدام: مطلوب
الواجهات
التعداد سلسلة
التعداد عدد عائم
التعداد عدد صحيح
التعداد منطقي
التعداد التاريخ
التعداد مفهوم
قيد الاستخدام بواسطة
العنصر ConceptProperty/type
المصدر
<xs:attribute name="ref" type="DataType" use="required"/>

السمة: ConceptProperty / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية رقم تعريف خاصية المفهوم. يجب أن يكون هذا المعرّف فريدًا. ضمن المفهوم (على مستوى السمات والخصائص). قد يكون رقم التعريف سيتم حذفها إذا تم تحديد خاصية المفهوم. في هذه الحالة، يكون المعرف يتم إنشاؤه ضمنيًا بقيمة الاسم المحلي للمفهوم المشار إليه. على سبيل المثال: <property concept="geo:country"/> CANNOT TRANSLATE يعادل <property id="country" concept=&quot;geo:country&quot;/&gt;
النوع LocalId
أماكن إقامة
استخدام: اختياري
الواجهات
maxLength 64
قيد الاستخدام بواسطة
نوع معقد ConceptProperty
المصدر
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

السمة: ConceptProperty / @Concept

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية يشير هذا المصطلح إلى إشارة إلى مفهوم يتجاوب مع قيم الموقع. إذا كانت الخاصية تحدّد نوعًا، يجب أن يتطابق النوع مع المفهوم المشار إليه. يجب أن تشير الإشارة إلى مفهوم خارجي على شكل "prefix:other_concept_id"، حيث "بادئة" هي البادئة المستخدمة في مساحة الاسم للجهاز الخارجي مجموعة البيانات (اطّلِع على مساحات أسماء XML).
النوع xs:QName
أماكن إقامة
استخدام: اختياري
قيد الاستخدام بواسطة
نوع معقد ConceptProperty
المصدر
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

السمة: ConceptProperty / @isParent

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم معيّن، وجود علاقة تسلسلية بين هذا المفهوم المفهوم المشار إليه (مثل قارة البلد).
النوع xs:boolean
أماكن إقامة
استخدام: اختياري
الافتراضي: خطأ
قيد الاستخدام بواسطة
نوع معقد ConceptProperty
المصدر
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

السمة: ConceptProperty / @isMapping

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم معيّن، الملكية علاقة تعيين (1 إلى 1) بين هذا المفهوم المفهوم المشار إليه. كل مثيل للمفهوم المشار إليه المشار إليها في مثال واحد على الأكثر من هذا المفهوم.
النوع xs:boolean
أماكن إقامة
استخدام: اختياري
الافتراضي: خطأ
قيد الاستخدام بواسطة
نوع معقد ConceptProperty
المصدر
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

تم إنشاؤه باستخدام محرِّر XML oXygen: