المكوِّن: 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" هي البادئة المستخدمة في مساحة الاسم لمجموعة البيانات الخارجية (راجِع مساحات الاسم بتنسيق XML).
المعرِّف LocalId إجراء اختياري رقم تعريف خاصية المفهوم. ويجب أن يكون هذا المعرّف فريدًا ضمن المفهوم (على مستوى السمات والخصائص). ويمكن حذف المعرّف في حال تحديد سمة المفهوم. في هذه الحالة، يتم إنشاء المعرّف ضمنيًا بقيمة الاسم المحلي للمفهوم المُشار إليه. على سبيل المثال، <property concept="geo:country"/> تعادل <property id="country" Concept="geo:country"/>
isMapping xs:boolean false إجراء اختياري إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم معيّن، وتشير هذه السمة إلى علاقة ربط (1 إلى 1) بين هذا المفهوم والمفهوم المُشار إليه. وتتم الإشارة إلى كل مثيل من المفهوم المشار إليه من خلال مثيل واحد على الأكثر لهذا المفهوم.
isParent xs:boolean false إجراء اختياري إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم معيّن، وتشير هذه السمة إلى علاقة هرمية بين هذا المفهوم والمفهوم المُشار إليه (على سبيل المثال، قارة البلد).
المصدر
<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
أماكن إقامة
استخدام: يجب ملؤه
الواجهات
التعداد سلسلة
التعداد float
التعداد عدد صحيح
التعداد boolean
التعداد التاريخ
التعداد مفهوم
قيد الاستخدام بواسطة
عنصر خاصية مفهوم/نوع
المصدر
<xs:attribute name="ref" type="DataType" use="required"/>

السمة: ConceptProperty / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية رقم تعريف خاصية المفهوم. ويجب أن يكون هذا المعرّف فريدًا ضمن المفهوم (على مستوى السمات والخصائص). يمكن أن يتم حذف رقم التعريف إذا تم تحديد خاصية المفهوم. في هذه الحالة، يتم إنشاء المعرّف ضمنيًا بقيمة الاسم المحلي للمفهوم المُشار إليه. على سبيل المثال، <property concept="geo:country"/> مكافئة لـ <property id="country" Concept="geo:country"/>
النوع 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"، حيث "prefix" هي البادئة المستخدمة في مساحة الاسم لمجموعة البيانات الخارجية (راجِع مساحات أسماء 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
أماكن إقامة
استخدام: إجراء اختياري
الافتراضي: false
قيد الاستخدام بواسطة
نوع معقد 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
أماكن إقامة
استخدام: إجراء اختياري
الافتراضي: false
قيد الاستخدام بواسطة
نوع معقد 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.