complexType "AttributeType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
"true" |
|
= |
("Cube" | "CoordinateRegion" | "Dimension" | "Measurement" | "MeasurementValue") : "Cube" |
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
Annotation
An attribute may be any object which should be attached to all or part of the NCube. It may be defined as a Variable or contain textual content (such as a footnote).
Type Derivation Tree
AttributeType
|
XML Source (w/o annotations (7); see within schema source)
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:choice>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Value"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 1/6)
attachmentLevel
-
Describes the attachment level of the attribute as Cube, CoordinateRegion, Dimension, Measurement, or MeasurementValue.
Attribute Value
enumeration of xs:NMTOKEN
|
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.
|
|
Default: |
"Cube" |
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 5/12)
-
Reference to the CoordinateRegion that defines the attachment point for the attribute.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
The value of the attachment expressed as a string, if not a variable.
XML Source (w/o annotations (1); see within schema source)
-
Reference to the MeasureDefinition that the attribute is attached to.
XML Source (w/o annotations (1); see within schema source)
-
Reference to the specified Value of the MeasureDefinition that the attribute is attached to.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Value"/>
|
-
A reference to a variable that describes the attribute.
XML Source (w/o annotations (1); see within schema source)