المكوّن: سمة

العنصر: السمة / المعلومات

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية حول السمة.
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: مُعَقَّد
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
التعليقات التوضيحية نوع بيانات السمة.
رسم بياني رسم بياني dspl14.tmp#id21 dspl14.tmp#id23
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
format (التنسيق) xs:سلسلة إجراء اختياري تنسيق للقيمة، ويُستخدم لتحليل تمثيل نصي للقيم. اطّلِع على [مواصفات تنسيقات التاريخ] لمعرفة التواريخ.
المرجع نوع البيانات إجراء مطلوب
المصدر
<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
التعليقات التوضيحية سمة مجموعة بيانات أو مفهوم:
رسم بياني رسم بياني dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
قيد الاستخدام بواسطة
العناصر المفهوم/السمة، وdspl/attribute
الطراز info{0,1} , type{0,1} , (value* | conceptValue{0,1})
أطفال conceptValue، info، type، value
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
مفهوم xs:QName إجراء اختياري مرجع لمفهوم يتوافق مع قيم السمة. إذا كانت السمة تحدد نوعًا، يجب أن يتطابق النوع مع نوع المفهوم المشار إليه. يجب أن يكون مرجع مفهوم خارجي على الشكل التالي: "prefix:other_concept_id "، حيث تمثل "prefix" البادئة المستخدمة لمساحة الاسم لمجموعة البيانات الخارجية (راجع مساحات الأسماء بتنسيق XML).
المعرِّف المعرّف المحلي إجراء اختياري معرّف سمة المفهوم. ويجب أن يكون هذا المعرّف فريدًا ضمن المفهوم (في السمات والسمات). وقد يتم حذف المعرّف إذا تم تحديد سمة المفهوم. في هذه الحالة، يكون المعرّف عبارة عن مدى البساطة التي تم إنشاؤها من خلال إضافة قيمة للاسم المحلي للمفهوم المشار إليه. على سبيل المثال <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>

السمة: السمة / النوع / @ref

مساحة الاسم لا توجد مساحة اسم
النوع نوع البيانات
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
تعداد سلسلة
تعداد عدد عائم
تعداد عدد صحيح
تعداد منطقي
تعداد التاريخ
تعداد مفهوم
قيد الاستخدام بواسطة
عنصر السمة/النوع
المصدر
<xs:attribute name="ref" type="DataType" use="required"/>

السمة: السمة / النوع / @format

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية تنسيق للقيمة، ويُستخدم لتحليل تمثيل نصي للقيم. اطّلِع على [مواصفات تنسيقات التاريخ] لمعرفة التواريخ.
النوع xs:سلسلة
أماكن إقامة
استخدم: إجراء اختياري
قيد الاستخدام بواسطة
عنصر السمة/النوع
المصدر
<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>

السمة: السمة / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف سمة المفهوم. ويجب أن يكون هذا المعرّف فريدًا ضمن المفهوم (في السمات والسمات). وقد يتم حذف المعرّف إذا تم تحديد سمة المفهوم. وفي هذه الحالة، يكون المعرّف هو المفهوم الضمني الذي يتم إنشاؤه بقيمة الاسم المحلي للمفهوم المشار إليه. على سبيل المثال، تعادل السمة <attribute concept="unit:currency"/> مع السمة <attribute id="currency" concept="unit:currency"/>
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء اختياري
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
نوع المجمّع السمة
المصدر
<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>

السمة: السمة / @concept

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية مرجع لمفهوم يتوافق مع قيم السمة. إذا كانت السمة تحدد نوعًا، يجب أن يتطابق النوع مع نوع المفهوم المشار إليه. يجب أن يكون مرجع مفهوم خارجي على الشكل التالي "prefix:other_concept_id "، حيث تمثل "prefix" البادئة المستخدمة لمساحة الاسم لمجموعة البيانات الخارجية (راجع مساحات أسماء 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>

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