구성요소: SliceTableMapping
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
값이 포함된 열의 ID에 대한 매핑은
슬라이스의 차원을 나타냅니다. 테이블 열이
슬라이스 측정기준 값이 포함된 이 열은 개념 ID를 열로 갖습니다.
있습니다. 참조된 개념의 출처가 외부 데이터 세트인 경우 매핑은
열의 ID가
접두사를 사용하지 않습니다. |
다이어그램 |
 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
maxOccurs: |
unbounded |
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
개념 |
xs:QName |
|
|
필수 |
매핑된 측정기준 개념의 ID입니다. |
toColumn |
LocalId |
|
|
필수 |
매핑된 테이블 열의 ID입니다. |
|
소스 |
<xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the column that contains the values
of a dimension of the slice. This mapping may be omitted
if the table column that contains the slice dimension
values has the concept id as its column id. If the referenced
concept comes from an external dataset, the mapping may be omitted
if the id of the column matches the local id of the concept
(i.e., without the prefix).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped dimension concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
슬라이스의 측정항목입니다. 이 매핑은
슬라이스 측정항목 값에 개념 ID가 열 ID로 있습니다. 만약
참조된 개념이 외부 데이터 세트에서 가져온다면 매핑은
열의 ID가 개념의 로컬 ID와 일치하는 경우 생략됩니다.
접두사 없이 입력하세요. |
다이어그램 |
 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
maxOccurs: |
unbounded |
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
개념 |
xs:QName |
|
|
필수 |
매핑된 측정항목 개념의 ID입니다. |
toColumn |
LocalId |
|
|
필수 |
매핑된 테이블 열의 ID입니다. |
|
소스 |
<xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the column that contains the values
of a metric of the slice. This mapping may be omitted if
the table column that contains the slice metric values has
the concept id as its column id. If the referenced
concept comes from an external dataset, the mapping may be omitted
if the id of the column matches the local id of the concept
(i.e., without the prefix).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped metric concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
복합 유형: SliceTableMapping
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
특정 목적에 대한 데이터를 제공하는 테이블에 대한 매핑은
슬라이스의 한 유형입니다 |
다이어그램 |
 |
사용 주체 |
|
모델 |
mapDimension* , mapMetric* |
어린이 |
mapDimension, mapMetric |
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
참조 |
xs:QName |
|
|
필수 |
슬라이스의 한 유형입니다 |
|
소스 |
<xs:complexType name="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table that provides data for a slice.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="mapDimension" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the column that contains the values
of a dimension of the slice. This mapping may be omitted
if the table column that contains the slice dimension
values has the concept id as its column id. If the referenced
concept comes from an external dataset, the mapping may be omitted
if the id of the column matches the local id of the concept
(i.e., without the prefix).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped dimension concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="mapMetric" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the column that contains the values
of a metric of the slice. This mapping may be omitted if
the table column that contains the slice metric values has
the concept id as its column id. If the referenced
concept comes from an external dataset, the mapping may be omitted
if the id of the column matches the local id of the concept
(i.e., without the prefix).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped metric concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ref" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table that contains data for the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
매핑된 측정기준 개념의 ID입니다. |
유형 |
xs:QName |
속성 |
|
사용 주체 |
|
소스 |
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped dimension concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
매핑된 테이블 열의 ID입니다. |
유형 |
LocalId |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
매핑된 측정항목 개념의 ID입니다. |
유형 |
xs:QName |
속성 |
|
사용 주체 |
|
소스 |
<xs:attribute name="concept" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped metric concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
매핑된 테이블 열의 ID입니다. |
유형 |
LocalId |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
슬라이스의 한 유형입니다 |
유형 |
xs:QName |
속성 |
|
사용 주체 |
|
소스 |
<xs:attribute name="ref" type="xs:QName" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table that contains data for 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 `SliceTableMapping` complex type maps data from a table to a slice. It uses `mapDimension` to link dimension values to table columns and `mapMetric` to link metric values. Each mapping can be omitted if the concept ID matches the column ID. `mapDimension` and `mapMetric` require a `concept` ID (dimension or metric) and a `toColumn` ID (table column). The `ref` attribute in `SliceTableMapping` identifies the table providing the slice data.\n"]]