คอมโพเนนต์: ConceptProperty

องค์ประกอบ: ConceptProperty / ข้อมูล

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ข้อมูลที่เป็นข้อความเกี่ยวกับพร็อพเพอร์ตี้แนวคิด
แผนภาพ แผนภาพ dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
ประเภท ข้อมูล
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 0
รุ่น ชื่อ , คำอธิบาย{0,1} , url{0,1}
เด็ก รายละเอียด ชื่อ 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 concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

องค์ประกอบ: ConceptProperty / ประเภท

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ประเภทข้อมูลของพร็อพเพอร์ตี้แนวคิด
แผนภาพ แผนภาพ dspl8.tmp#id52
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 0
Attributes
QName ประเภท คงที่ ค่าเริ่มต้น ใช้ หมายเหตุ
อ้างอิง 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, type
Attributes
QName ประเภท คงที่ ค่าเริ่มต้น ใช้ หมายเหตุ
แนวคิด xs:QName ไม่บังคับ การอ้างอิงแนวคิดที่สอดคล้องกับค่าต่างๆ ของพร็อพเพอร์ตี้ หากพร็อพเพอร์ตี้ระบุประเภท ให้กำหนดประเภท ต้องตรงกับประเภทของแนวคิดที่อ้างอิง การอ้างอิงถึง แนวคิดภายนอกต้องอยู่ในรูปแบบ "prefix:other_concept_id" โดยที่ "คำนำหน้า" เท่ากับ คำนำหน้าที่ใช้สำหรับเนมสเปซของชุดข้อมูลภายนอก (ดู XML เนมสเปซ)
id LocalId ไม่บังคับ รหัสของพร็อพเพอร์ตี้แนวคิด ตัวระบุนี้ต้องเป็น ไม่ซ้ำกันภายในแนวคิด (ทั้งแอตทริบิวต์และพร็อพเพอร์ตี้) ระบบอาจละเว้นรหัสหากระบุพร็อพเพอร์ตี้แนวคิด ในนั้น รหัสจะถูกสร้างขึ้นโดยปริยายโดยให้ค่ากับชื่อท้องถิ่นของ แนวคิดที่อ้างอิง ตัวอย่างเช่น <property concept=&quot;geo:country&quot;/&gt; เทียบเท่ากับ <property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean เท็จ ไม่บังคับ หากเป็นจริง พร็อพเพอร์ตี้นี้ต้องอ้างอิงแนวคิด และ พร็อพเพอร์ตี้นี้แสดงความสัมพันธ์แบบการแมป (1 ต่อ 1) ระหว่าง และแนวคิดที่อ้างอิง อินสแตนซ์แต่ละรายการของการอ้างอิง มีการอ้างอิงแนวคิดมากที่สุดโดย แนวคิด
isParent 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

เนมสเปซ ไม่มีเนมสเปซ
ประเภท DataType
พร็อพเพอร์ตี้
ใช้: จำเป็น
ข้อมูลประกอบ
การแจงนับ สตริง
การแจงนับ จำนวนลอยตัว
การแจงนับ จำนวนเต็ม
การแจงนับ boolean
การแจงนับ วันที่
การแจงนับ แนวคิด
ใช้โดย
องค์ประกอบ 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" โดยที่ "คำนำหน้า" เป็นคำนำหน้าที่ใช้สำหรับเนมสเปซภายนอก ชุดข้อมูล (ดูเนมสเปซ 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) ระหว่างแนวคิดนี้กับ แนวคิดที่อ้างอิง อินสแตนซ์แต่ละรายการของแนวคิดที่อ้างอิง อ้างอิงโดยอินสแตนซ์ของแนวคิดนี้มากที่สุด 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