جزء: ConceptProperty

عنصر: ConceptProperty / info

فضای نام 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 concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

عنصر: ConceptProperty / نوع

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها نوع داده ویژگی مفهوم.
نمودار نمودارdspl8.tmp#id52
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
مرجع نوع داده ضروری
منبع
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

نوع مجتمع: ConceptProperty

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها ویژگی یک مفهوم (به عنوان مثال، کشور یک شهر).
نمودار نمودارdspl8.tmp#id53dspl8.tmp#id54dspl8.tmp#id55dspl8.tmp#id56dspl8.tmp#id50dspl8.tmp#id51
استفاده شده توسط
عنصر مفهوم / خاصیت
مدل اطلاعات{0،1} ، نوع{0،1}
فرزندان اطلاعات ، نوع
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
مفهوم xs:QName اختیاری ارجاع به مفهومی که با مقادیر دارایی مطابقت دارد. اگر ویژگی یک نوع را مشخص می کند، آنگاه نوع باید با نوع مفهوم ارجاع شده مطابقت داشته باشد. ارجاع به یک مفهوم خارجی باید به شکل "prefix:other_concept_id" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام XML مراجعه کنید).
شناسه LocalId اختیاری شناسه ویژگی مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، ممکن است شناسه حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <property concept="geo:country"/> معادل <property id="country" concept="geo:country"/> است.
نقشه برداری است xs:boolean نادرست اختیاری اگر درست باشد، این ویژگی باید به یک مفهوم اشاره کند و این ویژگی نشان دهنده یک رابطه نگاشت (1-به-1) بین این مفهوم و مفهوم ارجاع شده است. هر نمونه از مفهوم ارجاع شده حداکثر با یک نمونه از این مفهوم ارجاع داده می شود.
والدین است xs:boolean نادرست اختیاری اگر درست باشد، این ویژگی باید به یک مفهوم اشاره کند و این ویژگی نشان دهنده رابطه سلسله مراتبی بین این مفهوم و مفهوم ارجاع شده است (مثلاً قاره یک کشور).
منبع
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></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 property.

          If the property 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:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

ویژگی: ConceptProperty / type / @ref

فضای نام بدون فضای نام
تایپ کنید نوع داده
خواص
استفاده کنید: ضروری
وجوه
شمارش رشته
شمارش شناور
شمارش عدد صحیح
شمارش بولی
شمارش تاریخ
شمارش مفهوم
استفاده شده توسط
عنصر ConceptProperty/نوع
منبع
<xs:attribute name="ref" type="DataType" use="required"/>

ویژگی: ConceptProperty / ID @

فضای نام بدون فضای نام
حاشیه نویسی ها شناسه ویژگی مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، ممکن است شناسه حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <property concept="geo:country"/> معادل <property id="country" concept="geo:country"/> است.
تایپ کنید LocalId
خواص
استفاده کنید: اختیاری
وجوه
بیشترین طول 64
استفاده شده توسط
نوع پیچیده ConceptProperty
منبع
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

ویژگی: ConceptProperty / @concept

فضای نام بدون فضای نام
حاشیه نویسی ها ارجاع به مفهومی که با مقادیر دارایی مطابقت دارد. اگر ویژگی یک نوع را مشخص می کند، آنگاه نوع باید با نوع مفهوم ارجاع شده مطابقت داشته باشد. ارجاع به یک مفهوم خارجی باید به شکل "prefix:other_concept_id" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام XML مراجعه کنید).
تایپ کنید xs:QName
خواص
استفاده کنید: اختیاری
استفاده شده توسط
نوع پیچیده ConceptProperty
منبع
<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 property.

          If the property 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>

ویژگی: ConceptProperty / @isParent

فضای نام بدون فضای نام
حاشیه نویسی ها اگر درست باشد، این ویژگی باید به یک مفهوم اشاره کند و این ویژگی نشان دهنده رابطه سلسله مراتبی بین این مفهوم و مفهوم ارجاع شده است (مثلاً قاره یک کشور).
تایپ کنید xs:boolean
خواص
استفاده کنید: اختیاری
پیش فرض: نادرست
استفاده شده توسط
نوع پیچیده ConceptProperty
منبع
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

ویژگی: ConceptProperty / @isMapping

فضای نام بدون فضای نام
حاشیه نویسی ها اگر درست باشد، این ویژگی باید به یک مفهوم اشاره کند و این ویژگی نشان دهنده یک رابطه نگاشت (1-به-1) بین این مفهوم و مفهوم ارجاع شده است. هر نمونه از مفهوم ارجاع شده حداکثر با یک نمونه از این مفهوم ارجاع داده می شود.
تایپ کنید xs:boolean
خواص
استفاده کنید: اختیاری
پیش فرض: نادرست
استفاده شده توسط
نوع پیچیده ConceptProperty
منبع
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

با استفاده از ویرایشگر XML oXygen ایجاد شده است.