المكوّن: القيمة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
نوع مركّب: قيمة
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
قيمة بيانات ذرية: |
مخطّط |
 |
النوع |
امتداد xs:string |
قيد الاستخدام بواسطة |
|
السمات |
QName |
النوع |
ثابت |
تلقائي |
استخدام |
تعليق توضيحي |
lang |
|
|
|
اختياري |
|
|
المصدر |
<xs:complexType name="Value">
<xs:annotation>
<xs:documentation>An atomic data value.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale that applies to the value.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|
تم إنشاؤه باستخدام
محرِّر 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Value` is a complex type that represents an atomic data value, extending the `xs:string` type."],["It is primarily used within the `ValuesGroup` element to define data values."],["This type allows specifying the language of the value using the `xml:lang` attribute, optionally referencing [BCP 47] for valid language codes."]]],["The content defines a \"Value\" as an atomic data element within the `http://schemas.google.com/dspl/2010` namespace. This \"Value\" is an extension of `xs:string`, allowing it to be any string. It is used by the `ValuesGroup/value` element. It includes an optional attribute, `xml:lang`, which is used to specify the language or locale of the value, as per BCP 47. This is defined using the `xs:complexType` and `xs:extension` to define its structure and properties.\n"]]