רכיב: ConceptProperty

רכיב: ConceptProperty / מידע

מרחב שמות http://schemas.google.com/dspl/2010
הערות מידע טקסטי על מאפיין הקונספט.
תרשים תרשים dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
סוג מידע
מאפיינים
content: מורכב
minOccurs: 0
דגם name , description{0,1} , url{0,1}
ילדים description, name, url
Instance
<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 / type

מרחב שמות http://schemas.google.com/dspl/2010
הערות סוג הנתונים של נכס הקונספט.
תרשים תרשים dspl8.tmp#id52
מאפיינים
content: מורכב
minOccurs: 0
מאפיינים
QName סוג קבוע ברירת מחדל שימוש הערה
ref DataType חובה
מקור
<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#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
בשימוש על ידי
רכיב קונספט/נכס
דגם info{0,1} , סוג{0,1}
ילדים info, סוג
מאפיינים
QName סוג קבוע ברירת מחדל שימוש הערה
קונספט xs:QName אופציונלי הפניה לקונספט שתואם לערכים של הנכס. אם המאפיין מציין סוג, אז הסוג חייבים להתאים לסוג של הקונספט שאליו הוא מפנה. הפניה אל מושג חיצוני חייב להיות בצורה 'prefix:other_Concept_id', כאשר 'prefix' תואם לערך הקידומת שבה נעשה שימוש במרחב השמות של מערך הנתונים החיצוני (ראו XML מרחבי שמות).
id LocalId אופציונלי המזהה של נכס הקונספט. המזהה הזה חייב להיות ייחודיות בתפיסה (במאפיינים ובנכסים). להשמיט את המזהה אם צוין מאפיין הקונספט. כאן במקרה, נוצר מזהה במרומז עם ערך השם המקומי של של המונח שהוזכר. לדוגמה: <property concept=&quot;geo:country&quot;/&gt; זהה ל-<property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean false אופציונלי אם True, המאפיין הזה חייב להתייחס למושג מסוים, המאפיין הזה מציין קשר גומלין של מיפוי (1-1) בין הקונספט שאליו מתייחס הקריטריון. כל מופע של ההפניה המונח הזה מוזכר לפחות במופע אחד כזה של הקונספט.
isParent xs:boolean false אופציונלי אם True, המאפיין הזה חייב להתייחס למושג מסוים, המאפיין הזה מציין קשר היררכי בין הקונספט שאליו מתייחס הקריטריון (למשל, היבשת של מדינה).
מקור
<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

מרחב שמות אין מרחב שמות
סוג DataType
מאפיינים
להשתמש ב: חובה
מאפיינים
ספירה מחרוזת
ספירה מספר ממשי (float)
ספירה מספר שלם
ספירה בוליאני
ספירה תאריך
ספירה קונספט
בשימוש על ידי
רכיב ConceptProperty/type
מקור
<xs:attribute name="ref" type="DataType" use="required"/>

מאפיין: ConceptProperty / @id

מרחב שמות אין מרחב שמות
הערות המזהה של נכס הקונספט. המזהה הזה חייב להיות ייחודי בתוך הקונספט (במאפיינים ובנכסים). המזהה יכול להיות מושמט אם צוין מאפיין קונספט. במקרה כזה, המזהה הוא נוצר במרומז עם ערך של השם המקומי של הקונספט שאליו מתייחסים. לדוגמה: <property Concept="geo:country"/> תואם לערך מקביל ל-<property id="country" concept=&quot;geo:country&quot;/&gt;
סוג LocalId
מאפיינים
להשתמש ב: אופציונלי
מאפיינים
maxLength 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", כאשר 'prefix' היא הקידומת שמשמשת למרחב השמות של מערך נתונים (ראו מרחבי שמות של 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

מרחב שמות אין מרחב שמות
הערות אם True, המאפיין הזה חייב להתייחס למושג מציין קשר היררכי בין המושג הזה או מושג שהוא מפנה אליו (למשל, היבשת של מדינה).
סוג xs:boolean
מאפיינים
להשתמש ב: אופציונלי
ברירת מחדל: false
בשימוש על ידי
סוג המורכב 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

מרחב שמות אין מרחב שמות
הערות אם True, המאפיין הזה חייב להתייחס למושג מציין קשר של מיפוי (1 ל-1) בין הקונספט הזה לקונספט הנדון. כל מופע בקונספט שאליו הפניה שיש אליו התייחסות לכל היותר של מופע אחד של הקונספט הזה.
סוג xs:boolean
מאפיינים
להשתמש ב: אופציונלי
ברירת מחדל: false
בשימוש על ידי
סוג המורכב 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>

נוצר באמצעות oXygen XML Editor