구성요소: 테이블
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요소: 테이블 / 정보
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
테이블에 대한 텍스트 정보입니다. |
다이어그램 |
 |
유형 |
정보 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
모델 |
이름 , 설명{0,1} , URL{0,1} |
어린이 |
설명, 이름, 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 |
주석 |
테이블의 열 사양입니다. |
다이어그램 |
 |
속성 |
content: |
복잡함 |
maxOccurs: |
unbounded |
|
모델 |
값* | conceptValue{0,1} |
어린이 |
conceptValue, value |
인스턴스 |
<column format="" id="" type="">
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</column>
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
형식 |
xs:string |
|
|
선택사항 |
텍스트를 파싱하는 데 사용되는 열의 형식입니다.
알 수 있습니다. 날짜 형식은 다음으로 정의됩니다.
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
id |
LocalId |
|
|
필수 |
테이블 열의 식별자입니다. |
type |
DataType |
|
|
필수 |
테이블 열의 데이터 유형입니다. 이
이 데이터 유형을 준수해야 합니다. |
|
소스 |
<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 |
주석 |
테이블의 데이터를 저장할 수 있는 데이터 소스
발견. |
다이어그램 |
 |
유형 |
데이터 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
모델 |
파일 |
어린이 |
파일 |
인스턴스 |
<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 |
주석 |
테이블은 데이터 세트에 대한 데이터를 제공합니다. 표는
슬라이스의 목표 중 하나입니다. |
다이어그램 |
 |
사용 주체 |
|
모델 |
info{0,1} , column+ , data{0,1} |
어린이 |
열, 데이터, 정보 |
속성 |
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>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
텍스트 표현을 파싱하는 데 사용되는 열의 형식입니다.
얻습니다. 날짜 형식은 다음과 같이 정의됩니다.
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
유형 |
xs:string |
속성 |
|
소스 |
<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
네임스페이스 |
네임스페이스 없음 |
주석 |
테이블 열의 식별자입니다. |
유형 |
LocalId |
속성 |
|
패싯 |
|
소스 |
<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
네임스페이스 |
네임스페이스 없음 |
주석 |
테이블 열의 데이터 유형입니다. 열의 모든 값
테이블은 이 데이터 유형을 준수해야 합니다. |
유형 |
DataType |
속성 |
|
패싯 |
열거형 |
문자열 |
|
열거형 |
float |
|
열거형 |
정수 |
|
열거형 |
부울 |
|
열거형 |
날짜 |
|
열거형 |
개념 |
|
|
소스 |
<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 |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<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 편집기.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-09(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-09(UTC)"],[[["The Table complex type provides data for the dataset, potentially for a concept or a slice, and is identified by a unique ID."],["Each Table can contain multiple columns, each with an ID, data type, and optional format for parsing textual values."],["Tables may include optional textual information and a data source location for retrieving the actual data."],["Column data types are restricted to string, float, integer, boolean, date, and concept, ensuring data consistency."],["A Table's data source can be specified using the \"data\" element, indicating the file format and encoding."]]],["Tables store dataset information, and they are uniquely identified by an ID. Each table can have optional textual information in its \"info\" section. Tables are comprised of columns and data. Columns require a unique ID, data type and optionally include a format to parse text values. Columns can be of various data types. The data section provides a file, with a specified encoding and format, as a source. Each column may define multiple values and an optional concept.\n"]]