구성요소: 데이터

요소: 데이터/파일

네임스페이스 http://schemas.google.com/dspl/2010
다이어그램 다이어그램 dspl11.tmp#id100 dspl11.tmp#id101
유형 xs:string 확장
속성
content: 복잡함
속성
QName 유형 해결됨 기본 용도 Annotation
인코딩 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
사용 중인 광고
요소 테이블/데이터
모델 파일
Children 파일
소스
<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>

속성: 데이터 / 파일 / @format

네임스페이스 네임스페이스 없음
주석 파일의 데이터 형식입니다. 구현 참고사항: CSV는 현재 Google 가져오기 도구에서 지원하는 유일한 형식입니다.
유형 xs:문자열
속성
대신 다음을 사용합니다. 선택사항
default: 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>

속성: 데이터 / 파일 / @encoding

네임스페이스 네임스페이스 없음
주석 파일의 데이터 인코딩.
유형 xs:문자열
속성
대신 다음을 사용합니다. 선택사항
default: 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>

oXygen XML 편집기를 사용하여 만듭니다.