المكوّن: السمة

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

مساحة الاسم 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
السمات
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
التعليقات التوضيحية سمة لمجموعة بيانات أو مفهوم
المخطط البياني المخطط البياني dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
قيد الاستخدام بواسطة
العناصر Concept/attribute، dspl/attribute
الطراز 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=&quot;unit:currency&quot;/&gt; تعادل <attribute id="currency" concept=&quot;unit:currency&quot;/&gt;
المصدر
<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>

السمة: السمة / type / @ref

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

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

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية تنسيق للقيمة، يُستخدَم لتحليل تمثيل نصي القيم. يُرجى الاطّلاع على [مواصفات تنسيقات التاريخ] للتعرّف على التواريخ.
النوع 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 / @id

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

السمة: Attribute / @concept

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