คอมโพเนนต์: SliceTableMapping

องค์ประกอบ: SliceTableMapping / mapdimension

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ การแมปกับรหัสของคอลัมน์ที่มีค่าของมิติข้อมูลของส่วนแบ่ง ระบบอาจข้ามการแมปนี้หากคอลัมน์ตารางที่มีค่ามิติข้อมูลส่วนย่อยมีรหัสแนวคิดเป็นรหัสคอลัมน์ หากแนวคิดที่อ้างอิงมาจากชุดข้อมูลภายนอก การแมปอาจไม่แสดงข้อมูลหากรหัสของคอลัมน์ตรงกับรหัสท้องถิ่นของแนวคิด (กล่าวคือ ไม่มีคํานําหน้า)
แผนผัง แผนผัง dspl12.tmp#id79 dspl12.tmp#id80
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
minOccurs: 0
maxOccurs: ไม่มีขอบเขต
แอตทริบิวต์
ชื่อ ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
แนวคิด xs:QName จำเป็น รหัสของแนวคิดมิติข้อมูลที่แมป
คอลัมน์ รหัสท้องถิ่น จำเป็น รหัสของคอลัมน์ในตารางที่แมป
แหล่งที่มา
<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
คำอธิบายประกอบ การแมปกับรหัสของคอลัมน์ที่มีค่าของเมตริกของส่วนแบ่ง ระบบอาจข้ามการแมปนี้หากคอลัมน์ตารางที่มีค่าเมตริกชิ้นส่วนมีรหัสแนวคิดเป็นรหัสคอลัมน์ หากแนวคิดที่อ้างอิงมาจากชุดข้อมูลภายนอก การแมปอาจไม่แสดงข้อมูลหากรหัสของคอลัมน์ตรงกับรหัสท้องถิ่นของแนวคิด (กล่าวคือ ไม่มีคํานําหน้า)
แผนผัง แผนผัง dspl12.tmp#id82 dspl12.tmp#id83
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
minOccurs: 0
maxOccurs: ไม่มีขอบเขต
แอตทริบิวต์
ชื่อ ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
แนวคิด xs:QName จำเป็น รหัสของแนวคิดเมตริกที่แมป
คอลัมน์ รหัสท้องถิ่น จำเป็น รหัสของคอลัมน์ในตารางที่แมป
แหล่งที่มา
<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
ใช้โดย
องค์ประกอบ สไลซ์/ตาราง
รุ่น mapมิติข้อมูล* , mapMetric*
เด็ก mapมิติข้อมูล, mapMetric
แอตทริบิวต์
ชื่อ ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
การอ้างอิง 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

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รหัสของแนวคิดมิติข้อมูลที่แมป
ประเภท 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

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รหัสของคอลัมน์ในตารางที่แมป
ประเภท รหัสท้องถิ่น
พร็อพเพอร์ตี้
ใช้ จำเป็น
ข้อมูลประกอบ
ความยาวสูงสุด 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 / @คอนเซ็ปต์

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รหัสของแนวคิดเมตริกที่แมป
ประเภท 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>

แอตทริบิวต์: SliceTableMapping / mapMetric / @toColumn

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รหัสของคอลัมน์ในตารางที่แมป
ประเภท รหัสท้องถิ่น
พร็อพเพอร์ตี้
ใช้ จำเป็น
ข้อมูลประกอบ
ความยาวสูงสุด 64
ใช้โดย
องค์ประกอบ การแมปตาราง/เมตริกเมตริก
แหล่งที่มา
<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 Editor