simpleType "AttachmentLevelCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Cube"
 - 
Attaches to the whole NCube.
"CoordinateRegion"
 - 
Attaches to a group of cells described by a coordinate region which specifies the range of coordinate values contained within the region.
"Dimension"
 - 
Attaches to a full dimension.
"Measurement"
 - 
Attaches to a specific measurement type.
"MeasurementValue"
 - 
Attaches to a specific value of a specified measurement.

All Direct / Indirect Based Attributes (1):
AttributeType/@attachmentLevel
Known Usage Locations
Annotation
Identifies the contextual level of an NCube to which the attribute is attached; the full cube, a specific set of coordinates, a full dimension, a specific measurement, or a specific measurement value.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  AttachmentLevelCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Cube"
 - 
Attaches to the whole NCube.
"CoordinateRegion"
 - 
Attaches to a group of cells described by a coordinate region which specifies the range of coordinate values contained within the region.
"Dimension"
 - 
Attaches to a full dimension.
"Measurement"
 - 
Attaches to a specific measurement type.
"MeasurementValue"
 - 
Attaches to a specific value of a specified measurement.
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="AttachmentLevelCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Cube"/>
<xs:enumeration value="CoordinateRegion"/>
<xs:enumeration value="Dimension"/>
<xs:enumeration value="Measurement"/>
<xs:enumeration value="MeasurementValue"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set