Bileşen: SliceTable Eşleme

Öğe: SliceTableMapping / mapDimension

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar boyutunu oluşturabilirsiniz. Tablo sütunu dilim boyut değerlerini içeren bir öğe, sütunu olarak kavram kimliğine sahiptir id [no] Başvuruda bulunulan kavram harici bir veri kümesinden geliyorsa eşleme Sütunun kimliği emin olun.
Şema Şema dspl12.tmp#id79 dspl12.tmp#id80
Özellikler
içerik: karmaşık
MinOccurs: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
kavram xs:QName zorunlu Eşlenen boyut kavramının kimliği.
toColumn LocalId zorunlu Eşlenen tablo sütununun kimliği.
Kaynak
<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>

Öğe: SliceTableMapping / mapMetric

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar metriğin değerini seçin. Değişiklik yapılan tablo sütunu içerir. Eğer başvurulan kavram harici bir veri kümesinden geliyorsa eşleme Sütunun kimliği kavramın yerel kimliğiyle eşleşirse atlanır (ör. önek olmadan).
Şema Şema dspl12.tmp#id82 dspl12.tmp#id83
Özellikler
içerik: karmaşık
MinOccurs: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
kavram xs:QName zorunlu Eşlenen metrik kavramının kimliği.
toColumn LocalId zorunlu Eşlenen tablo sütununun kimliği.
Kaynak
<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>

Karmaşık Tür: SliceTable Eşleme

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Bir dilim.
Şema Şema dspl12.tmp#id84 dspl12.tmp#id78 dspl12.tmp#id81
Kullanan reklam sayısı
Öğe Dilim/tablo
Model mapDimension* , mapMetric*
Çocuklar mapDimension ve mapMetric
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
başvuru xs:QName zorunlu dilim.
Kaynak
<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>

Özellik: SliceTableMapping / mapDimension / @concept

Ad alanı Ad alanı yok
Ek açıklamalar Eşlenen boyut kavramının kimliği.
Tür xs:QName
Özellikler
kullanın: zorunlu
Kullanan reklam sayısı
Öğe SliceTableMapping/mapDimension
Kaynak
<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>

Özellik: SliceTableMapping / mapDimension / @toColumn

Ad alanı Ad alanı yok
Ek açıklamalar Eşlenen tablo sütununun kimliği.
Tür LocalId
Özellikler
kullanın: zorunlu
Özellikler
maxLength 64
Kullanan reklam sayısı
Öğe SliceTableMapping/mapDimension
Kaynak
<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>

Özellik: SliceTableMapping / mapMetric / @concept

Ad alanı Ad alanı yok
Ek açıklamalar Eşlenen metrik kavramının kimliği.
Tür xs:QName
Özellikler
kullanın: zorunlu
Kullanan reklam sayısı
Öğe SliceTableMapping/mapMetric
Kaynak
<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>

Özellik: SliceTableMapping / mapMetric / @toColumn

Ad alanı Ad alanı yok
Ek açıklamalar Eşlenen tablo sütununun kimliği.
Tür LocalId
Özellikler
kullanın: zorunlu
Özellikler
maxLength 64
Kullanan reklam sayısı
Öğe SliceTableMapping/mapMetric
Kaynak
<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>

Özellik: SliceTableMapping / @ref

Ad alanı Ad alanı yok
Ek açıklamalar dilim.
Tür xs:QName
Özellikler
kullanın: zorunlu
Kullanan reklam sayısı
Karmaşık Tür SliceTableMapping
Kaynak
<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>

Oluşturulma: oXygen XML Düzenleyici.