جزء: صفت

عنصر: ویژگی / اطلاعات

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها اطلاعات متنی در مورد ویژگی.
نمودار نمودارdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
تایپ کنید اطلاعات
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
مدل نام ، توضیحات{0،1} ، آدرس اینترنتی{0،1}
فرزندان توضیحات ، نام ، آدرس اینترنتی
نمونه، مثال
<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#id21dspl14.tmp#id23
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
قالب 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#id24dspl14.tmp#id26dspl14.tmp#id19dspl14.tmp#id20dspl0.tmp#id10dspl0.tmp#id12dspl0.tmp#id9
استفاده شده توسط
عناصر مفهوم/ویژگی ، dspl/ویژگی
مدل اطلاعات{0,1} , type{0,1} , ( value* | conceptValue{0,1} )
فرزندان مفهوم ارزش ، اطلاعات ، نوع ، ارزش
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
مفهوم xs:QName اختیاری ارجاع به مفهومی که با مقادیر صفت مطابقت دارد. اگر خصیصه یک نوع را مشخص می کند، آنگاه نوع باید با نوع مفهوم ارجاع شده مطابقت داشته باشد. ارجاع به یک مفهوم خارجی باید به شکل "prefix:other_concept_id" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام XML مراجعه کنید).
شناسه LocalId اختیاری شناسه صفت مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، شناسه ممکن است حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <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"/>

ویژگی: ویژگی / نوع / فرمت @

فضای نام بدون فضای نام
حاشیه نویسی ها قالبی برای مقدار که برای تجزیه نمایش متنی مقادیر استفاده می شود. برای تاریخ ها به [مشخصات قالب های تاریخ] مراجعه کنید.
تایپ کنید 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>

ویژگی: Attribute / @id

فضای نام بدون فضای نام
حاشیه نویسی ها شناسه صفت مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، شناسه ممکن است حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <attribute concept="unit:currency"/> معادل <attribute id="currency" concept="unit:currency"/> است.
تایپ کنید LocalId
خواص
استفاده کنید: اختیاری
وجوه
بیشترین طول 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" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام 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 ایجاد شده است.