Thành phần: Lát cắt
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Phần tử: Lát cắt / thông tin
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Thông tin văn bản về lát cắt. |
Sơ đồ |
 |
Loại |
Thông tin |
Thuộc tính |
nội dung: |
phức tạp |
minOccurs: |
0 |
|
Mẫu |
tên , nội dung mô tả{0,1} , url{0,1} |
Thiếu nhi |
nội dung mô tả, tên, URL |
Thực thể |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Nguồn |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
Phần tử: Lát cắt/phương diện
Không gian tên |
http://schemas.google.com/dspl/2010 |
Sơ đồ |
 |
Loại |
SliceConceptRef |
Thuộc tính |
nội dung: |
phức tạp |
maxOccurs: |
không giới hạn |
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
khái niệm |
xs:QName |
|
|
bắt buộc |
Khái niệm mà phương diện hoặc chỉ số tương ứng với
đến. |
|
Nguồn |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
Phần tử: Lát cắt / chỉ số
Không gian tên |
http://schemas.google.com/dspl/2010 |
Sơ đồ |
 |
Loại |
SliceConceptRef |
Thuộc tính |
nội dung: |
phức tạp |
maxOccurs: |
không giới hạn |
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
concept |
xs:QName |
|
|
bắt buộc |
Khái niệm mà phương diện hoặc chỉ số tương ứng với
đến. |
|
Nguồn |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
Phần tử: Lát / bảng
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Liên kết đến một bảng nơi có thể chứa dữ liệu lát cắt
truy cập. |
Sơ đồ |
 |
Loại |
SliceTableMapping |
Thuộc tính |
|
Mẫu |
mapDimension* , mapMetric* |
Thiếu nhi |
mapDimension, mapMetric |
Thực thể |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
tham chiếu |
xs:QName |
|
|
bắt buộc |
Giá trị nhận dạng của bảng chứa dữ liệu cho
lát cắt. |
|
Nguồn |
<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>
|
Loại phức tạp: Lát cắt
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Một lát cắt mô tả một tổ hợp các khái niệm mà dữ liệu
đã tồn tại. Chỉ số là các khái niệm cung cấp giá trị, còn phương diện là các khái niệm dùng để truy cập vào các giá trị này. Chính xác hơn,
thứ nguyên là khoá chính cho dữ liệu của lát cắt. Tức là đối với bất kỳ tổ hợp giá trị nào của các phương diện, tối đa sẽ có một hàng dữ liệu trong lát cắt. Các lát cắt trong một tập dữ liệu phải tuân theo các yêu cầu sau: – Không có hai phương diện hoặc chỉ số nào trong một lát cắt có thể đề cập đến cùng một khái niệm. –
Không có hai phần nào trong tập dữ liệu có thể có cùng kích thước và
chỉ số. |
Sơ đồ |
 |
Được sử dụng trong |
|
Mẫu |
thông tin{0,1} , phương diện+ , chỉ số+
, bảng |
Thiếu nhi |
phương diện, thông tin, chỉ số,
bảng |
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
id |
Mã nhận dạng |
|
|
bắt buộc |
Mã nhận dạng duy nhất của lát cắt. |
|
Nguồn |
<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>
|
Thuộc tính: Lát / @id
Không gian tên |
Không có không gian tên |
Chú thích |
Giá trị nhận dạng duy nhất của lát cắt. |
Loại |
Mã nhận dạng |
Thuộc tính |
|
Phương diện |
|
Được sử dụng trong |
|
Nguồn |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Được tạo bằng
Trình chỉnh sửa XML oXygen.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-12 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-12 UTC."],[[["A Slice is a combination of concepts defining data, where metrics provide values and dimensions are used to access them."],["Dimensions act as a primary key, ensuring each combination has at most one data row."],["Slices have an `info` section for textual information, `dimension` and `metric` elements referencing concepts, and a `table` element mapping data location."],["Each slice must have a unique identifier using the `id` attribute."],["Slices in a dataset should have unique combinations of dimensions and metrics, and avoid referencing the same concept multiple times within a single slice."]]],["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"]]