Bileşen: SliceTableMapping

Öğe: SliceTableMapping /mapmap

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Bir dilimin boyutunun değerlerini içeren sütunun kimliğine eşleme. Dilim boyut değerlerini içeren tablo sütununda sütun kimliği olarak kavram kimliği varsa bu eşleme atlanabilir. Başvurulan kavram harici bir veri kümesinden geliyorsa sütun kimliği kavramın yerel kimliğiyle (ör. ön ek olmadan) eşleşirse eşleme atlanabilir.
Şema Şema dspl12.tmp#kimlik79 dspl12.tmp#kimlik80
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
kavram xs:QAd zorunlu Eşlenen boyut kavramının kimliği.
toSütun YerelKimlik 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 Bir dilimin metriğinin değerlerini içeren sütunun kimliğine eşleme. Dilim metriği değerlerini içeren tablo sütununda sütun kimliği olarak kavram kimliği varsa bu eşleme atlanabilir. Başvurulan kavram harici bir veri kümesinden geliyorsa sütun kimliği kavramın yerel kimliğiyle (ör. ön ek olmadan) eşleşirse eşleme atlanabilir.
Şema Şema dspl12.tmp#kimlik82 dspl12.tmp#kimlik83
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
kavram xs:QAd zorunlu Eşlenen metrik kavramının kimliği.
toSütun YerelKimlik 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ü: SliceTableMapping

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Bir dilim için veri sağlayan tabloya eşleme.
Şema Şema dspl12.tmp#kimlik84 dspl12.tmp#kimlik78 dspl12.tmp#kimlik81
Kullanan reklam sayısı
Öğe Dilim/tablo
Model mapBoyut*, mapMetric*
Çocuk mapBoyut, mapMetric
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
ref xs:QAd zorunlu Dilim verileri içeren tablonun tanımlayıcısı.
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 / mapBoyut / @concept

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

Ad alanı Ad alanı yok
Ek açıklamalar Eşlenen tablo sütununun kimliği.
Tür YerelKimlik
Özellikler
kullanın: zorunlu
Özellikler
maksUzunluk 64
Kullanan reklam sayısı
Öğe SliceTableMapping/mapBoyut
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:QAd
Ö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 YerelKimlik
Özellikler
kullanın: zorunlu
Özellikler
maksUzunluk 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 verileri içeren tablonun tanımlayıcısı.
Tür xs:QAd
Özellikler
kullanın: zorunlu
Kullanan reklam sayısı
Karmaşık Türü Dilim Tablosu Eşleme
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>

oXygen XML Düzenleyici kullanılarak oluşturulur.