المكون: المعرف
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
معرف النوع البسيط
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معرّف عام يُستخدم في مجموعة البيانات (للمفاهيم والشرائح
والموضوعات). يقتصر طول المعرّفات العامة على 64 حرفًا
الأحرف. لا يمكن أن تظهر أي قيمة مرتين كمعرّف عمومي في
مجموعة البيانات |
المخطط البياني |
 |
النوع |
تقييد xs:ID |
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<xs:simpleType name="Id">
<xs:annotation>
<xs:documentation>A global identifier used in the dataset (for concepts, slices
and topics). The length of global identifiers is limited to 64
characters. No value can appear twice as a global identifier
in a dataset.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:ID">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
|
تم إنشاؤه باستخدام
محرِّر XML oXygen:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-09-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Simple Type Id is a global identifier used for concepts, slices, and topics within a dataset."],["These identifiers have a maximum length of 64 characters and must be unique within the dataset."],["It is a restriction of the xs:ID type and is used as an attribute in Concept, Slice, Table, and Topic elements."]]],["Global identifiers, limited to 64 characters, are used within a dataset for concepts, slices, and topics. These identifiers must be unique throughout the dataset. The type is a restriction of `xs:ID`, and `maxLength` is defined as 64. It is applied to the `id` attribute of Concept, Slice, Table, and Topic elements. The definition is specified within the XML structure as a simple type with a maximum length restriction.\n"]]