المكوّن: السمة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
العنصر: السمة / المعلومات
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معلومات نصية عن السمة: |
المخطط البياني |
 |
النوع |
معلومات |
أماكن إقامة |
المحتوى: |
معقد |
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 attribute.</xs:documentation>
</xs:annotation>
</xs:element>
|
العنصر: السمة / النوع
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
نوع بيانات السمة: |
المخطط البياني |
 |
أماكن إقامة |
المحتوى: |
معقد |
minOccurs: |
0 |
|
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
التنسيق |
xs:string |
|
|
اختياري |
تنسيق للقيمة، يُستخدَم لتحليل نص
وتمثيل القيم. راجِع [مواصفات تنسيقات التاريخ] للاطّلاع على
التواريخ. |
ref |
DataType |
|
|
مطلوب |
|
|
المصدر |
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
النوع المركّب: سمة
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
سمة لمجموعة بيانات أو مفهوم |
المخطط البياني |
 |
قيد الاستخدام بواسطة |
|
الطراز |
info{0,1} , type{0,1} , (القيمة*
| conceptValue{0,1}) |
أطفال |
conceptValue وinfo وtype
القيمة |
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
مفهوم |
xs:QName |
|
|
اختياري |
إشارة إلى مفهوم يتوافق مع القيم
للسمة. إذا كانت السمة تحدد نوعًا، يتم تحديد النوع
يجب أن يتطابق مع نوع المفهوم المُشار إليه. مرجع إلى
المفهوم الخارجي يجب أن يكون شكل
"prefix:other_concept_id"، حيث "prefix" CANNOT TRANSLATE
البادئة المستخدمة في مساحة الاسم لمجموعة البيانات الخارجية (راجع XML
ومساحات الاسم). |
المعرِّف |
LocalId |
|
|
اختياري |
معرّف سمة المفهوم: يجب أن يكون هذا المعرف
فريدة ضمن المفهوم (على مستوى السمات والخصائص). قد يتم حذف سمة
id في حال تحديد سمة concept. في ذلك،
الحالة، المعرف هو عبارة عن ترابط يتم إنشاؤه بقيمة الاسم المحلي
المفهوم المشار إليه. على سبيل المثال، <attribute
concept="unit:currency"/> تعادل
<attribute id="currency"
concept="unit:currency"/> |
|
المصدر |
<xs:complexType name="Attribute">
<xs:annotation>
<xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group ref="ValuesGroup" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></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 attribute.
If the attribute 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:complexType>
|
مساحة الاسم |
لا توجد مساحة اسم |
النوع |
DataType |
أماكن إقامة |
|
الواجهات |
enumeration |
سلسلة |
|
enumeration |
عدد عائم |
|
enumeration |
عدد صحيح |
|
enumeration |
منطقي |
|
enumeration |
التاريخ |
|
enumeration |
مفهوم |
|
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:attribute name="ref" type="DataType" use="required"/>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
تنسيق للقيمة، يُستخدَم لتحليل تمثيل نصي
القيم. يُرجى الاطّلاع على [مواصفات تنسيقات التاريخ] للتعرّف على التواريخ. |
النوع |
xs:string |
أماكن إقامة |
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
معرّف سمة المفهوم: يجب أن يكون هذا المعرّف فريدًا
ضمن المفهوم (على مستوى السمات والخصائص). قد يكون رقم التعريف
سيتم حذفها إذا تم تحديد تصنيف المفهوم. في هذه الحالة، يكون المعرف
ببساطة تم إنشاء الاسم المحلي للمفهوم المشار إليه.
على سبيل المثال: <attribute concept="unit:currency"/> CANNOT TRANSLATE
يعادل <attribute id="currency"
concept="unit:currency"/> |
النوع |
LocalId |
أماكن إقامة |
|
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></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 attribute.
If the attribute 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>
|
تم إنشاؤه باستخدام
محرِّر XML oXygen:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-13 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-10-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Attribute describes a dataset or concept attribute with optional textual information, data type, and values."],["It can optionally reference a concept corresponding to the attribute values."],["The attribute's data type can be specified using a \"ref\" attribute and optionally formatted using a \"format\" attribute."],["An optional \"id\" can be provided, which must be unique within the concept, otherwise it's implicitly derived from the referenced concept."]]],["The core content describes the structure and properties of an \"Attribute\" within a dataset or concept. An attribute can include optional textual information (`info`), its data `type` (required), and value. The `type` specifies the data type and can have a `format`. Attributes have an optional `id` for unique identification and can refer to another `concept`. The `info` section may include name, description, and URL.\n"]]