complexType "AttributeType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
"true" |
|
= |
("Cube" | "CoordinateGroup" | "Dimension" | "Measurement" | "MeasurementValue") : "Cube" |
|
|
> |
|
|
</...> |
Content Model Elements (11):
-
AttachmentGroupReference,
AttachmentValue,
r:Agency,
r:ID,
r:MaintainableObject,
r:MeasureDefinitionReference,
r:URN,
r:UserID,
r:Value,
r:VariableReference,
r:Version
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
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 Definition Detail
Type Derivation Tree AttributeType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="AttributeType"> <xs:complexContent> <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, CoordinateGroup, Dimension, Measurement, or MeasurementValue.
Attribute Value
enumeration of xs:NMTOKEN |
Enumeration: |
"Cube" |
- |
Attaches to the whole NCube. |
"CoordinateGroup" |
- |
Attaches to a group of cells described by a coordinate group which specifies the range of coordinate values contained within the group. |
"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/11) -
Reference to the CoordinateGroup 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)