घटक: मान

कॉम्प्लेक्स टाइप: वैल्यू

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन ऐटॉमिक डेटा की वैल्यू.
डायग्राम डायग्राम
टाइप xs:स्ट्रिंग का एक्सटेंशन
इस्तेमाल करने वाले
एलिमेंट ValuesGroup/वैल्यू
विशेषताएं
QName टाइप तय डिफ़ॉल्ट इस्तेमाल करें टिप्पणी
lang ज़रूरी नहीं
स्रोत
<xs:complexType name="Value">
  <xs:annotation>
    <xs:documentation>An atomic data value.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
          <xs:documentation>The language/locale that applies to the value.
              See [BCP 47] for possible values of the xml:lang
              attribute.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

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