कॉम्पोनेंट: Conceptप्रॉपर्टी

एलिमेंट: ConceptProperty / जानकारी

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन कॉन्सेप्ट प्रॉपर्टी के बारे में टेक्स्ट के तौर पर जानकारी.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
टाइप जानकारी
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
मॉडल name , description{0,1} , यूआरएल{0,1}
बच्चे ब्यौरा, name, 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
विशेषताएं
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>

कॉम्प्लेक्स टाइप: Conceptप्रॉपर्टी

नाम-स्थान 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}
बच्चे जानकारी, टाइप
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
सिद्धांत xs:QName ज़रूरी नहीं वैल्यू से मेल खाने वाले कॉन्सेप्ट का रेफ़रंस प्रॉपर्टी का इस्तेमाल किया जा सकता है. अगर प्रॉपर्टी किसी प्रकार के बारे में बताती है, तो दिए गए कॉन्सेप्ट के टाइप से मेल खाना चाहिए. बाहरी सिद्धांत इस रूप में होना चाहिए "prefix:other_Concept_id", जहां "prefix" इससे मेल खाता है बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया गया प्रीफ़िक्स (एक्सएमएल देखें नेमस्पेस).
आईडी LocalId ज़रूरी नहीं कॉन्सेप्ट प्रॉपर्टी का आईडी. यह पहचानकर्ता होना चाहिए यूनीक होनी चाहिए. (एट्रिब्यूट और प्रॉपर्टी में). कॉन्टेंट बनाने अगर कॉन्सेप्ट प्रॉपर्टी दी गई है, तो आईडी को हटाया जा सकता है. इसमें केस, एक आईडी स्पष्ट रूप से में बताया गया है. उदाहरण के लिए <property concept=&quot;geo:country&quot;/&gt; <property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean गलत ज़रूरी नहीं अगर सही है, तो इस प्रॉपर्टी में किसी कॉन्सेप्ट का रेफ़रंस होना चाहिए, और यह प्रॉपर्टी दिया गया है. रेफ़र की गई सभी फ़ाइलों का हर इंस्टेंस इस कॉन्सेप्ट का संदर्भ इस कॉन्सेप्ट शामिल है.
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
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
गिनती स्ट्रिंग
गिनती फ़्लोट
गिनती पूर्णांक
गिनती बूलियन
गिनती तारीख
गिनती सिद्धान्त
इस्तेमाल करने वाले
एलिमेंट 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
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
Facets
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" रूप में होगा, जहां "प्रीफ़िक्स" बाहरी के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है डेटासेट (एक्सएमएल नेमस्पेस देखें).
टाइप 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

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन अगर सही है, तो इस प्रॉपर्टी में किसी कॉन्सेप्ट का रेफ़रंस होना चाहिए, और इस प्रॉपर्टी, इस कॉन्सेप्ट और पढ़ें. रेफ़र किए गए कॉन्सेप्ट का हर इंस्टेंस दिया गया है.
टाइप 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>

इसका इस्तेमाल करके बनाया गया oXygen का एक्सएमएल एडिटर.