구성요소: SliceTableMapping

요소: SliceTableMapping / mapDimension

네임스페이스 http://schemas.google.com/dspl/2010
주석 값이 포함된 열의 ID에 대한 매핑은 슬라이스의 차원을 나타냅니다. 테이블 열이 슬라이스 측정기준 값이 포함된 이 열은 개념 ID를 열로 갖습니다. 있습니다. 참조된 개념의 출처가 외부 데이터 세트인 경우 매핑은 열의 ID가 접두사를 사용하지 않습니다.
다이어그램 다이어그램 dspl12.tmp#id79 dspl12.tmp#id80
속성
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>

요소: SliceTableMapping / mapMetric

네임스페이스 http://schemas.google.com/dspl/2010
주석 슬라이스의 측정항목입니다. 이 매핑은 슬라이스 측정항목 값에 개념 ID가 열 ID로 있습니다. 만약 참조된 개념이 외부 데이터 세트에서 가져온다면 매핑은 열의 ID가 개념의 로컬 ID와 일치하는 경우 생략됩니다. 접두사 없이 입력하세요.
다이어그램 다이어그램 dspl12.tmp#id82 dspl12.tmp#id83
속성
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
주석 특정 목적에 대한 데이터를 제공하는 테이블에 대한 매핑은 슬라이스의 한 유형입니다
다이어그램 다이어그램 dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
사용 주체
요소 슬라이스/표
모델 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>

속성: SliceTableMapping / mapDimension / @concept

네임스페이스 네임스페이스 없음
주석 매핑된 측정기준 개념의 ID입니다.
유형 xs:QName
속성
대신 다음을 사용합니다. 필수
사용 주체
요소 SliceTableMapping/mapDimension
소스
<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>

속성: SliceTableMapping / mapDimension / @toColumn

네임스페이스 네임스페이스 없음
주석 매핑된 테이블 열의 ID입니다.
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
요소 SliceTableMapping/mapDimension
소스
<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>

속성: SliceTableMapping / mapMetric / @concept

네임스페이스 네임스페이스 없음
주석 매핑된 측정항목 개념의 ID입니다.
유형 xs:QName
속성
대신 다음을 사용합니다. 필수
사용 주체
요소 SliceTableMapping/mapMetric
소스
<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>

속성: SliceTableMapping / mapMetric / @toColumn

네임스페이스 네임스페이스 없음
주석 매핑된 테이블 열의 ID입니다.
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
요소 SliceTableMapping/mapMetric
소스
<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>

속성: SliceTableMapping / @ref

네임스페이스 네임스페이스 없음
주석 슬라이스의 한 유형입니다
유형 xs:QName
속성
대신 다음을 사용합니다. 필수
사용 주체
복합 유형 SliceTableMapping
소스
<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 편집기.