구성요소: 슬라이스

요소: 슬라이스 / 정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 슬라이스에 관한 텍스트 정보.
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
유형 정보
속성
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
다이어그램 다이어그램 dspl1.tmp#id74 dspl1.tmp#id73
유형 SliceConceptRef
속성
content: 복잡함
maxOccurs: unbounded
속성
QName 유형 고정 기본값 사용 Annotation
개념 xs:QName 필수 측정항목에 해당하는 측정기준 또는 측정항목의 개념은 하세요
소스
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>

요소: 슬라이스 / 측정항목

네임스페이스 http://schemas.google.com/dspl/2010
다이어그램 다이어그램 dspl1.tmp#id74 dspl1.tmp#id73
유형 SliceConceptRef
속성
content: 복잡함
maxOccurs: unbounded
속성
QName 유형 고정 기본값 사용 Annotation
개념 xs:QName 필수 측정항목에 해당하는 측정기준 또는 측정항목의 개념은 하세요
소스
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>

요소: 슬라이스 / 테이블

네임스페이스 http://schemas.google.com/dspl/2010
주석 슬라이스 데이터가 사용될 수 있는 테이블에 대한 매핑 확인할 수 있습니다
다이어그램 다이어그램 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81 dspl12.tmp#id77
유형 SliceTableMapping
속성
content: 복잡함
모델 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개의 데이터 행이 슬라이스를 선택합니다. 데이터 세트의 슬라이스는 다음 요구사항을 따라야 합니다. - 슬라이스에 있는 두 개의 측정기준 또는 측정항목이 같은 개념을 가리킬 수 없습니다. - 데이터 세트의 두 슬라이스는 같은 차원을 가질 수 없으며 측정항목
다이어그램 다이어그램 dspl2.tmp#id85 dspl2.tmp#id71 dspl2.tmp#id72 dspl2.tmp#id75 dspl2.tmp#id76
사용 주체
요소 dspl/slices/slice
모델 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
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
복합 유형 슬라이스
소스
<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 편집기.