المكوّن: ConceptProperty

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية حول خاصية المفهوم.
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 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 / type

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية نوع البيانات لخاصية المفهوم.
رسم بياني رسم بياني dspl8.tmp#id52
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
المرجع نوع البيانات إجراء مطلوب
المصدر
<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
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
مفهوم xs:QName إجراء اختياري مرجع لمفهوم يتوافق مع قيم السمة. إذا كانت الخاصية تحدّد نوعًا، يجب أن يتطابق النوع مع نوع المفهوم المشار إليه. يجب أن يكون مرجع مفهوم خارجي على الشكل التالي: "prefix:other_concept_id "، حيث تمثل "prefix" البادئة المستخدمة لمساحة الاسم لمجموعة البيانات الخارجية (راجع مساحات الأسماء بتنسيق XML).
المعرِّف المعرّف المحلي إجراء اختياري معرّف خاصية المفهوم. ويجب أن يكون هذا المعرّف فريدًا ضمن المفهوم (في السمات والسمات). قد يتم حذف المعرّف إذا تم تحديد خاصية المفهوم. في هذه الحالة، يتم إنشاء رقم تعريف ضمنيًا بقيمة الاسم المحلي للمفهوم المشار إليه. على سبيل المثال <property concept="geo:country"/> يعادل <property id="country" concept="geo:country"/>
isMapping منطقي:منطقي خطأ إجراء اختياري إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم، وتشير هذه الخاصية إلى علاقة الربط (1-1) بين هذا المفهوم والمفهوم المشار إليه. وتتم الإشارة إلى كل مثيل من المفهوم المشار إليه من خلال مثال واحد على الأكثر من هذا المفهوم.
isParent منطقي:منطقي خطأ إجراء اختياري إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم، وتشير هذه الخاصية إلى علاقة هرمية بين هذا المفهوم والمفهوم المشار إليه (على سبيل المثال، قارة البلد).
المصدر
<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

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

السمة: ConceptProperty / @id

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

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم، وتشير هذه الخاصية إلى العلاقة الهرمية بين هذا المفهوم والمفهوم المشار إليه (مثل قارة البلد).
النوع منطقي:منطقي
أماكن إقامة
استخدم: إجراء اختياري
الافتراضي: خطأ
قيد الاستخدام بواسطة
نوع المجمّع موقع Concept
المصدر
<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) بين هذا المفهوم والمفهوم المشار إليه. وتتم الإشارة إلى كل مثيل من المفهوم المشار إليه مرة واحدة على الأكثر من هذا المفهوم.
النوع منطقي:منطقي
أماكن إقامة
استخدم: إجراء اختياري
الافتراضي: خطأ
قيد الاستخدام بواسطة
نوع المجمّع موقع Concept
المصدر
<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>

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