कॉम्पोनेंट: ConceptInfo

एलिमेंट: ConceptInfo / बहुवचन नाम

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन इस नाम के उदाहरण अवधारणा (जैसे, "राज्य" का बहुवचन नाम है "राज्य".
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
मॉडल मान* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
स्रोत
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: ConceptInfo / TotalName

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन कॉन्सेप्ट के सभी इंस्टेंस को बताने के लिए इस्तेमाल किया जाने वाला नाम (जैसे, "राज्य" के लिए TotalName "सभी अमेरिका" है).
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
मॉडल मान* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
स्रोत
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: ConceptInfo / समानार्थी

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन एक समानार्थी शब्द जिसका इस्तेमाल कॉन्सेप्ट को समझने की कोशिश करते हैं.
डायग्राम डायग्राम dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
टाइप वैल्यू
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
maxOccurs: अनबाउंड
मॉडल मान* | conceptValue{0,1}
बच्चे conceptValue, value
इंस्टेंस
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
स्रोत
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

कॉम्प्लेक्स टाइप: ConceptInfo

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन डेटासेट में किसी कॉन्सेप्ट के बारे में टेक्स्ट के तौर पर जानकारी. यह बेस जानकारी टाइप का एक्सटेंशन कुछ और फ़ील्ड जोड़ता है जो सिर्फ़ पर लागू होती है.
डायग्राम डायग्राम dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
टाइप Info का एक्सटेंशन
टाइप हैरारकी
इस्तेमाल करने वाले
एलिमेंट सिद्धांत/जानकारी
मॉडल name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , समानार्थी शब्द*
बच्चे ब्यौरा, नाम, pluralName, समानार्थी शब्द, totalName, url
स्रोत
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

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