المكوّن: Value

النوع المعقد: القيمة

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية قيمة البيانات الذرية
رسم بياني رسم بياني
النوع امتداد xs:string
قيد الاستخدام بواسطة
عنصر القيمة/المجموعة
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
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>

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