구성요소: 테이블

요소: / 정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 테이블에 대한 텍스트 정보입니다.
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
유형 정보
속성
content: 복잡함
minCcurs: 0
모델 이름 , 설명{0,1} , URL{0,1}
Children 설명, 이름, 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 table.</xs:documentation>
  </xs:annotation>
</xs:element>

요소: 테이블 / 열

네임스페이스 http://schemas.google.com/dspl/2010
주석 표의 열 사양입니다.
다이어그램 다이어그램 dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
속성
content: 복잡함
maxOccurs: unbounded
모델 값* | conceptValue{0,1}
Children conceptValue,
인스턴스
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
속성
QName 유형 해결됨 기본 용도 Annotation
형식 xs:문자열 선택사항 값의 텍스트 표현을 파싱하는 데 사용되는 열 형식입니다. 날짜 형식은 http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html로 정의됩니다.
id 지역 ID 필수 테이블 열의 식별자입니다.
유형 데이터 유형 필수 테이블 열의 데이터 유형입니다. 테이블에 있는 열의 모든 값은 이 데이터 유형을 준수해야 합니다.
소스
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

요소: 테이블 / 데이터

네임스페이스 http://schemas.google.com/dspl/2010
주석 테이블의 데이터를 찾을 수 있는 데이터 소스입니다.
다이어그램 다이어그램 dspl11.tmp#id99 dspl11.tmp#id98
유형 데이터
속성
content: 복잡함
minCcurs: 0
모델 파일
Children 파일
인스턴스
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
소스
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

복합 유형: 테이블

네임스페이스 http://schemas.google.com/dspl/2010
주석 표는 데이터 세트에 대한 데이터를 제공합니다. 테이블은 개념 또는 슬라이스의 데이터를 제공할 수 있습니다.
다이어그램 다이어그램 dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
사용 중인 광고
요소 dspl/tables/table
모델 정보{0,1}, 열+, 데이터{0,1}
Children , 데이터, 정보
속성
QName 유형 해결됨 기본 용도 Annotation
id ID 필수 데이터 세트에 있는 테이블의 고유 식별자입니다.
소스
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

속성: 테이블 / / @format

네임스페이스 네임스페이스 없음
주석 값의 텍스트 표현을 파싱하는 데 사용되는 열 형식입니다. 날짜 형식은 http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html로 정의됩니다.
유형 xs:문자열
속성
대신 다음을 사용합니다. 선택사항
소스
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: 테이블 / / @id

네임스페이스 네임스페이스 없음
주석 테이블 열의 식별자입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
소스
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: 테이블 / / @type

네임스페이스 네임스페이스 없음
주석 테이블 열의 데이터 유형입니다. 테이블에 있는 열의 모든 값은 이 데이터 유형을 준수해야 합니다.
유형 데이터 유형
속성
대신 다음을 사용합니다. 필수
Facets
열거형 문자열
열거형 float
열거형 정수
열거형 boolean
열거형 date
열거형 개념
소스
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: 테이블 / @id

네임스페이스 네임스페이스 없음
주석 데이터 세트에 있는 테이블의 고유 식별자입니다.
유형 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
사용 중인 광고
복합 유형
소스
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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