Component: SliceConceptRef

Complex Type: SliceConceptRef

Namespace http://schemas.google.com/dspl/2010
Annotations A dimension or metric of a slice.
Diagram Diagram dspl1.tmp#id74
Used by
Elements Slice/dimension, Slice/metric
Attributes
QName Type Fixed Default Use Annotation
concept xs:QName required The concept that the dimension or metric corresponds to.
Source
<xs:complexType name="SliceConceptRef">
  <xs:annotation>
    <xs:documentation>A dimension or metric of a slice.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="concept" type="xs:QName" use="required">
    <xs:annotation>
      <xs:documentation>The concept that the dimension or metric corresponds to.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Attribute: SliceConceptRef / @concept

Namespace No namespace
Annotations The concept that the dimension or metric corresponds to.
Type xs:QName
Properties
use: required
Used by
Complex Type SliceConceptRef
Source
<xs:attribute name="concept" type="xs:QName" use="required">
  <xs:annotation>
    <xs:documentation>The concept that the dimension or metric corresponds to.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Created using the oXygen XML Editor.