구성요소: 슬라이스
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요소: 슬라이스 / 정보
네임스페이스 |
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 slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
요소: 슬라이스 / 크기
네임스페이스 |
http://schemas.google.com/dspl/2010 |
다이어그램 |
 |
유형 |
SliceConceptRef |
속성 |
content: |
복잡함 |
maxOccurs: |
unbounded |
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
개념 |
xs:QName |
|
|
필수 |
측정항목에 해당하는 측정기준 또는 측정항목의 개념은
하세요 |
|
소스 |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
요소: 슬라이스 / 측정항목
네임스페이스 |
http://schemas.google.com/dspl/2010 |
다이어그램 |
 |
유형 |
SliceConceptRef |
속성 |
content: |
복잡함 |
maxOccurs: |
unbounded |
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
개념 |
xs:QName |
|
|
필수 |
측정항목에 해당하는 측정기준 또는 측정항목의 개념은
하세요 |
|
소스 |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
요소: 슬라이스 / 테이블
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
슬라이스 데이터가 사용될 수 있는 테이블에 대한 매핑
확인할 수 있습니다 |
다이어그램 |
 |
유형 |
SliceTableMapping |
속성 |
|
모델 |
mapDimension* , mapMetric* |
어린이 |
mapDimension, mapMetric |
인스턴스 |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
참조 |
xs:QName |
|
|
필수 |
슬라이스의 한 유형입니다 |
|
소스 |
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
|
복합 유형: 슬라이스
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
슬라이스는 슬라이드에 나와 있는
존재하지 않습니다. 측정항목은 값을 제공하는 개념이고, 측정기준은
이러한 값에 액세스하는 데 사용되는 개념입니다. 더 정확하게는
차원은 슬라이스 데이터의 기본 키입니다. 즉, 모든
측정기준의 값 조합에서는 최대 1개의 데이터 행이
슬라이스를 선택합니다. 데이터 세트의 슬라이스는 다음 요구사항을 따라야 합니다. -
슬라이스에 있는 두 개의 측정기준 또는 측정항목이 같은 개념을 가리킬 수 없습니다. -
데이터 세트의 두 슬라이스는 같은 차원을 가질 수 없으며
측정항목 |
다이어그램 |
 |
사용 주체 |
|
모델 |
info{0,1} , 측정기준+ , 측정항목+
, 표 |
어린이 |
측정기준, 정보, 측정항목
표 |
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
id |
ID |
|
|
필수 |
슬라이스의 고유 식별자입니다. |
|
소스 |
<xs:complexType name="Slice">
<xs:annotation>
<xs:documentation>A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while
dimensions are the concepts used to access these values. More
precisely, the dimensions are a primary key for the data of
the slice. That is, for any combination of values of the
dimensions, there is at most one data row in the slice.
Slices in a dataset must follow the following requirements:
- No two dimensions or metrics in a slice may refer to the
same concept.
- No two slices in the dataset may have the same dimensions
and metrics.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</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 slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
속성: 슬라이스 / @id
네임스페이스 |
네임스페이스 없음 |
주석 |
슬라이스의 고유 식별자입니다. |
유형 |
ID |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
다음을 사용하여 생성:
oXygen XML 편집기.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(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"]],["최종 업데이트: 2025-07-25(UTC)"],[],["The core content defines the structure of a \"Slice,\" a combination of concepts with data. Each slice has a unique identifier and includes textual information, dimensions, metrics, and a table mapping. Dimensions and metrics refer to concepts, and their values are used to access data. The table mapping connects the slice to a specific data table. Slices cannot share dimensions or metrics and must have a unique ID. Dimensions and Metrics are defined with a concept.\n"]]