कॉम्पोनेंट: एट्रिब्यूट

एलिमेंट: एट्रिब्यूट / जानकारी

नाम-स्थान 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 attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

एलिमेंट: एट्रिब्यूट / टाइप

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन एट्रिब्यूट का डेटा टाइप.
डायग्राम डायग्राम dspl14.tmp#id21 dspl14.tmp#id23
प्रॉपर्टी
सामग्री: जटिल
मिनट समय: 0
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
फ़ॉर्मैट xs:string ज़रूरी नहीं वैल्यू का फ़ॉर्मैट, इसका इस्तेमाल टेक्स्ट वाले टेक्स्ट को पार्स करने के लिए किया जाता है वैल्यू को निरूपित किया जा सकता है. इनके बारे में जानने के लिए, [तारीख के फ़ॉर्मैट की खास जानकारी] देखें तारीखें न जोड़ें.
रेफ़रंस DataType ज़रूरी है
स्रोत
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

कॉम्प्लेक्स टाइप: एट्रिब्यूट

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन डेटासेट या कॉन्सेप्ट का कोई एट्रिब्यूट.
डायग्राम डायग्राम dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
इस्तेमाल करने वाले
एलिमेंट सिद्धांत/एट्रिब्यूट, dspl/एट्रिब्यूट
मॉडल info{0,1} , टाइप{0,1} , (वैल्यू* | conceptValue{0,1})
बच्चे conceptValue, info, type, वैल्यू
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
सिद्धांत xs:QName ज़रूरी नहीं वैल्यू से मेल खाने वाले कॉन्सेप्ट का रेफ़रंस एट्रिब्यूट की वैल्यू डालें. अगर विशेषता किसी प्रकार के बारे में बताती है, तो दिए गए कॉन्सेप्ट के टाइप से मेल खाना चाहिए. बाहरी सिद्धांत इस रूप में होना चाहिए "prefix:other_Concept_id", जहां "prefix" इससे मेल खाता है बाहरी डेटासेट के नेमस्पेस के लिए इस्तेमाल किया गया प्रीफ़िक्स (एक्सएमएल देखें नेमस्पेस).
आईडी LocalId ज़रूरी नहीं सिद्धांत विशेषता का आईडी. यह पहचानकर्ता होना चाहिए यूनीक होनी चाहिए. (एट्रिब्यूट और प्रॉपर्टी में). कॉन्टेंट बनाने अगर सिद्धांत एट्रिब्यूट दिया गया है, तो आईडी को छोड़ा जा सकता है. इसमें केस, एक आईडी में आसानी से में बताया गया है. उदाहरण के लिए <attribute concept=&quot;unit:currency&quot;/&gt; इसके बराबर है <एट्रिब्यूट आईडी="मुद्रा" concept=&quot;unit:currency&quot;/&gt;
स्रोत
<xs:complexType name="Attribute">
  <xs:annotation>
    <xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the attribute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:group ref="ValuesGroup" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></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 attribute.

          If the attribute 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:complexType>

एट्रिब्यूट: एट्रिब्यूट / type / @ref

नाम-स्थान कोई नेमस्पेस नहीं
टाइप DataType
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी है
Facets
गिनती स्ट्रिंग
गिनती फ़्लोट
गिनती पूर्णांक
गिनती बूलियन
गिनती तारीख
गिनती सिद्धान्त
इस्तेमाल करने वाले
एलिमेंट एट्रिब्यूट/टाइप
स्रोत
<xs:attribute name="ref" type="DataType" use="required"/>

एट्रिब्यूट: एट्रिब्यूट / type / @format

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन वैल्यू का फ़ॉर्मैट, जिसका इस्तेमाल टेक्स्ट के तौर पर दिखाए गए कॉन्टेंट को पार्स करने के लिए किया जाता है वैल्यू का इस्तेमाल करके तय की गई वैल्यू शामिल करें. तारीखों के बारे में जानने के लिए, [तारीख के फ़ॉर्मैट की खास जानकारी] देखें.
टाइप xs:string
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
इस्तेमाल करने वाले
एलिमेंट एट्रिब्यूट/टाइप
स्रोत
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: एट्रिब्यूट / @id

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन सिद्धांत विशेषता का आईडी. यह आइडेंटिफ़ायर यूनीक होना चाहिए (एट्रिब्यूट और प्रॉपर्टी, दोनों में). आईडी यह हो सकती है: अगर कॉन्सेप्ट एट्रिब्यूट की वैल्यू नहीं दी गई है, तो इसे छोड़ दिया जाता है. इस मामले में, आईडी इस्तेमाल में आसान प्रोसेस, रेफ़रंस के तौर पर दिए गए कॉन्सेप्ट के स्थानीय नाम की वैल्यू को ध्यान में रखकर बनाई गई है. उदाहरण के लिए <attribute Concept="unit:currency"/> इससे मेल खाता है <attribute id="currency" के बराबर concept=&quot;unit:currency&quot;/&gt;
टाइप LocalId
प्रॉपर्टी
इस्तेमाल करें: ज़रूरी नहीं
Facets
maxLength 64
इस्तेमाल करने वाले
कॉम्प्लेक्स टाइप एट्रिब्यूट
स्रोत
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

एट्रिब्यूट: एट्रिब्यूट / @Concept

नाम-स्थान कोई नेमस्पेस नहीं
एनोटेशन ऐसे कॉन्सेप्ट का रेफ़रंस जो एट्रिब्यूट की वैल्यू सबमिट करें. अगर एट्रिब्यूट में कोई टाइप तय किया गया है, तो टाइप मैच होना चाहिए रेफ़रंस के तौर पर दिए गए कॉन्सेप्ट का टाइप. किसी बाहरी कॉन्सेप्ट का रेफ़रंस यह "prefix:other_concept_id" रूप में होना चाहिए, जहां "प्रीफ़िक्स" बाहरी के नेमस्पेस के लिए इस्तेमाल किया जाने वाला प्रीफ़िक्स है डेटासेट (एक्सएमएल नेमस्पेस देखें).
टाइप 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 attribute.

          If the attribute 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>

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