घटक: मान

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

नाम-स्थान 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 एक्सएमएल एडिटर का इस्तेमाल करके बनाया गया है.