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

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

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ข้อมูลที่เป็นข้อความเกี่ยวกับพร็อพเพอร์ตี้แนวคิด
แผนผัง แผนผัง dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
ประเภท ข้อมูล
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
minOccurs: 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
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
minOccurs: 0
แอตทริบิวต์
ชื่อ ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
การอ้างอิง ประเภทข้อมูล จำเป็น
แหล่งที่มา
<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
ใช้โดย
องค์ประกอบ แนวคิด/พร็อพเพอร์ตี้
รุ่น ข้อมูล{0,1},ประเภท{0,1}
เด็ก ข้อมูล, ประเภท
แอตทริบิวต์
ชื่อ ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
แนวคิด xs:QName ไม่บังคับ การอ้างถึงแนวคิดที่สอดคล้องกับค่าของพร็อพเพอร์ตี้ หากพร็อพเพอร์ตี้ระบุประเภท ประเภทจะต้องตรงกับประเภทแนวคิดที่อ้างอิง การอ้างอิงไปยังแนวคิดภายนอกต้องอยู่ในรูปแบบ "prefix:other_concept_id" โดยที่ "คํานําหน้า" เป็นคํานําหน้าที่ใช้สําหรับเนมสเปซของชุดข้อมูลภายนอก (ดูเนมสเปซ XML)
id รหัสท้องถิ่น ไม่บังคับ รหัสของพร็อพเพอร์ตี้แนวคิด ตัวระบุนี้ต้องไม่ซ้ํากันในแนวคิด (ในแอตทริบิวต์และพร็อพเพอร์ตี้) ระบบอาจละเว้นรหัสหากระบุพร็อพเพอร์ตี้แนวคิดไว้ ในกรณีนี้ ระบบจะสร้างรหัสขึ้นโดยปริยายด้วยชื่อท้องถิ่นของแนวคิดที่อ้างอิง ตัวอย่างเช่น <property concept="geo:country"/> เทียบเท่ากับ <property id="country" concept="geo:country"/>
กําลังแมป xs:บูลีน เท็จ ไม่บังคับ หากจริง พร็อพเพอร์ตี้นี้ต้องอ้างอิงแนวคิด และพร็อพเพอร์ตี้นี้แสดงความสัมพันธ์การแมป (1 ต่อ 1) ระหว่างแนวคิดนี้กับแนวคิดที่อ้างอิง อินสแตนซ์ของแนวคิดที่อ้างอิงแต่ละอินสแตนซ์อ้างอิงได้สูงสุด 1 อินสแตนซ์ของแนวคิดนี้
ผู้ปกครอง xs:บูลีน เท็จ ไม่บังคับ หากจริง พร็อพเพอร์ตี้นี้ต้องอ้างอิงแนวคิด และพร็อพเพอร์ตี้นี้หมายถึงความสัมพันธ์ตามลําดับชั้นระหว่างแนวคิดนี้กับแนวคิดที่อ้างอิง (เช่น ทวีปของประเทศ)
แหล่งที่มา
<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 / ประเภท / @ref

เนมสเปซ ไม่มีเนมสเปซ
ประเภท ประเภทข้อมูล
พร็อพเพอร์ตี้
ใช้ จำเป็น
ข้อมูลประกอบ
การแจกแจง สตริง
การแจกแจง จำนวนลอยตัว
การแจกแจง จำนวนเต็ม
การแจกแจง บูลีน
การแจกแจง วันที่
การแจกแจง แนวคิด
ใช้โดย
องค์ประกอบ พร็อพเพอร์ตี้/ประเภทแนวคิด
แหล่งที่มา
<xs:attribute name="ref" type="DataType" use="required"/>

แอตทริบิวต์: ConceptProperty / @id

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รหัสของพร็อพเพอร์ตี้แนวคิด ตัวระบุนี้ต้องไม่ซ้ํากันในแนวคิด (ในแอตทริบิวต์และพร็อพเพอร์ตี้) ระบบอาจละเว้นรหัสหากระบุพร็อพเพอร์ตี้แนวคิดไว้ ในกรณีนี้รหัสจะสร้างขึ้นด้วยค่าชื่อท้องถิ่นของแนวคิดที่อ้างอิงโดยปริยาย เช่น <property concept="geo:country"/> เทียบเท่ากับ <property id="country" concept="geo:country"/>
ประเภท รหัสท้องถิ่น
พร็อพเพอร์ตี้
ใช้ ไม่บังคับ
ข้อมูลประกอบ
ความยาวสูงสุด 64
ใช้โดย
ประเภทที่ซับซ้อน พร็อพเพอร์ตี้แนวคิด
แหล่งที่มา
<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 / @คอนเซ็ปต์

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