구성요소: SliceTableMapping

요소: SliceTableMapping/mapDimension

네임스페이스 http://schemas.google.com/dspl/2010
주석 슬라이스 차원의 값이 포함된 열의 ID에 매핑 슬라이스 측정기준 값을 포함하는 테이블 열에 열 ID로 개념 ID가 있는 경우 이 매핑이 생략될 수 있습니다. 참조된 개념이 외부 데이터 세트에서 제공된 경우, 열의 ID가 개념의 로컬 ID와 일치하는 경우 (즉, 접두사 제외) 매핑을 생략할 수 있습니다.
다이어그램 다이어그램 dspl12.tmp#id79 dspl12.tmp#id80
속성
content: 복잡함
minCcurs: 0
maxOccurs: unbounded
속성
QName 유형 해결됨 기본 용도 Annotation
개념 xs:QName 필수 매핑된 측정기준 개념의 ID입니다.
toColumn 지역 ID 필수 매핑된 테이블 열의 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가 개념의 로컬 ID와 일치하는 경우(즉, 접두사 제외) 매핑을 생략할 수 있습니다.
다이어그램 다이어그램 dspl12.tmp#id82 dspl12.tmp#id83
속성
content: 복잡함
minCcurs: 0
maxOccurs: unbounded
속성
QName 유형 해결됨 기본 용도 Annotation
개념 xs:QName 필수 매핑된 측정항목 개념의 ID입니다.
toColumn 지역 ID 필수 매핑된 테이블 열의 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*
Children 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입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 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입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 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 편집기를 사용하여 만듭니다.