উপাদান: ডেটা

উপাদান: ডেটা / ফাইল

নামস্থান http://schemas.google.com/dspl/2010
ডায়াগ্রাম ডায়াগ্রামdspl11.tmp#id100dspl11.tmp#id101
টাইপ xs:স্ট্রিং এর এক্সটেনশন
বৈশিষ্ট্য
বিষয়বস্তু: জটিল
গুণাবলী
QName টাইপ স্থির ডিফল্ট ব্যবহার করুন টীকা
এনকোডিং xs:স্ট্রিং utf-8 ঐচ্ছিক ফাইলে ডেটার এনকোডিং।
বিন্যাস xs:স্ট্রিং csv ঐচ্ছিক ফাইলের মধ্যে তথ্য বিন্যাস. বাস্তবায়ন নোট: CSV হল একমাত্র বিন্যাস যা বর্তমানে Google আমদানিকারক দ্বারা সমর্থিত।
সূত্র
<xs:element name="file">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="format" type="xs:string" use="optional" default="csv">
          <xs:annotation>
            <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
          <xs:annotation>
            <xs:documentation>The encoding of data in the file.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

জটিল প্রকার: ডেটা

নামস্থান http://schemas.google.com/dspl/2010
টীকা একটি টেবিলের জন্য ডেটা।
ডায়াগ্রাম ডায়াগ্রামdspl11.tmp#id99
দ্বারা ব্যবহৃত
উপাদান টেবিল/ডেটা
মডেল ফাইল
শিশুরা ফাইল
সূত্র
<xs:complexType name="Data">
  <xs:annotation>
    <xs:documentation>Data for a table.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="file">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="format" type="xs:string" use="optional" default="csv">
              <xs:annotation>
                <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
              <xs:annotation>
                <xs:documentation>The encoding of data in the file.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:complexType>

বৈশিষ্ট্য: ডেটা / ফাইল / @ বিন্যাস

নামস্থান কোনো নামস্থান নেই
টীকা ফাইলের মধ্যে তথ্য বিন্যাস. বাস্তবায়ন নোট: CSV হল একমাত্র বিন্যাস যা বর্তমানে Google আমদানিকারক দ্বারা সমর্থিত।
টাইপ xs:স্ট্রিং
বৈশিষ্ট্য
ব্যবহার করুন: ঐচ্ছিক
ডিফল্ট: csv
দ্বারা ব্যবহৃত
উপাদান তথ্য ফাইল
সূত্র
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
  <xs:annotation>
    <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
  </xs:annotation>
</xs:attribute>

বৈশিষ্ট্য: ডেটা / ফাইল /@এনকোডিং

নামস্থান কোনো নামস্থান নেই
টীকা ফাইলে ডেটার এনকোডিং।
টাইপ xs:স্ট্রিং
বৈশিষ্ট্য
ব্যবহার করুন: ঐচ্ছিক
ডিফল্ট: utf-8
দ্বারা ব্যবহৃত
উপাদান তথ্য ফাইল
সূত্র
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
  <xs:annotation>
    <xs:documentation>The encoding of data in the file.</xs:documentation>
  </xs:annotation>
</xs:attribute>

অক্সিজেন এক্সএমএল এডিটর ব্যবহার করে তৈরি করা হয়েছে।