المكوِّن: ConceptProperty
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معلومات نصيّة عن سمة المفهوم: |
المخطط البياني |
 |
النوع |
معلومات |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
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>
|
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
نوع البيانات لخاصية المفهوم: |
المخطط البياني |
 |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
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 |
التعليقات التوضيحية |
خاصية مفهوم (على سبيل المثال، بلد
المدينة). |
المخطط البياني |
 |
قيد الاستخدام بواسطة |
|
الطراز |
info{0,1} , type{0,1} |
أطفال |
info، type |
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
مفهوم |
xs:QName |
|
|
اختياري |
إشارة إلى مفهوم يتوافق مع القيم
للمكان المخصّص للاستئجار. إذا كانت الخاصية تحدد نوعًا، يتم تحديد النوع
يجب أن يتطابق مع نوع المفهوم المُشار إليه. مرجع إلى
المفهوم الخارجي يجب أن يكون شكل
"prefix:other_concept_id"، حيث "prefix" CANNOT TRANSLATE
البادئة المستخدمة في مساحة الاسم لمجموعة البيانات الخارجية (راجع XML
ومساحات الاسم). |
المعرِّف |
LocalId |
|
|
اختياري |
رقم تعريف خاصية المفهوم. يجب أن يكون هذا المعرف
فريدة ضمن المفهوم (على مستوى السمات والخصائص). تشير رسالة الأشكال البيانية
يمكن حذف المعرّف إذا تم تحديد خاصية المفهوم. في ذلك،
الحالة، يتم إنشاء المعرف بشكل ضمني بقيمة الاسم المحلي
المفهوم المشار إليه. على سبيل المثال، <property
concept="geo:country"/> تعادل <property
id="country"
concept="geo:country"/> |
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>
|
مساحة الاسم |
لا توجد مساحة اسم |
النوع |
DataType |
أماكن إقامة |
|
الواجهات |
التعداد |
سلسلة |
|
التعداد |
عدد عائم |
|
التعداد |
عدد صحيح |
|
التعداد |
منطقي |
|
التعداد |
التاريخ |
|
التعداد |
مفهوم |
|
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:attribute name="ref" type="DataType" use="required"/>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
رقم تعريف خاصية المفهوم. يجب أن يكون هذا المعرّف فريدًا.
ضمن المفهوم (على مستوى السمات والخصائص). قد يكون رقم التعريف
سيتم حذفها إذا تم تحديد خاصية المفهوم. في هذه الحالة، يكون المعرف
يتم إنشاؤه ضمنيًا بقيمة الاسم المحلي للمفهوم المشار إليه.
على سبيل المثال: <property concept="geo:country"/> CANNOT TRANSLATE
يعادل <property id="country"
concept="geo:country"/> |
النوع |
LocalId |
أماكن إقامة |
|
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
يشير هذا المصطلح إلى إشارة إلى مفهوم يتجاوب مع قيم
الموقع. إذا كانت الخاصية تحدّد نوعًا، يجب أن يتطابق النوع مع
المفهوم المشار إليه. يجب أن تشير الإشارة إلى مفهوم خارجي
على شكل "prefix:other_concept_id"، حيث
"بادئة" هي البادئة المستخدمة في مساحة الاسم للجهاز الخارجي
مجموعة البيانات (اطّلِع على مساحات أسماء XML). |
النوع |
xs:QName |
أماكن إقامة |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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:boolean |
أماكن إقامة |
استخدام: |
اختياري |
الافتراضي: |
خطأ |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
إذا كانت القيمة صحيحة، يجب أن تشير هذه السمة إلى مفهوم معيّن،
الملكية علاقة تعيين (1 إلى 1) بين هذا المفهوم
المفهوم المشار إليه. كل مثيل للمفهوم المشار إليه
المشار إليها في مثال واحد على الأكثر من هذا المفهوم. |
النوع |
xs:boolean |
أماكن إقامة |
استخدام: |
اختياري |
الافتراضي: |
خطأ |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],["ConceptProperty defines a characteristic of a concept, with optional `info` and `type`. The `info` contains text about the property, including `name`, `description`, and `url`. `type` specifies the data type. Attributes include an optional `id` for unique identification, an optional `concept` to reference related concepts, `isParent` (hierarchical relationship), and `isMapping` (1-to-1 relationship), both booleans, defaulting to `false`. The `@ref` attribute is required for type and defines the data type of the referenced concept.\n"]]