complexType "NCubeMeasureDefinitionReferenceType"
Namespace:
Content:
complex, 8 attributes, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
 = 
xs:integer : "1"
   
>
   
Content: 
</...>
Content Model Elements (6):
Agency, ID, MaintainableObject, TypeOfObject, URN, Version
All Direct / Indirect Based Elements (1):
NCubeMeasureDefinitionReference
Known Usage Locations
Annotation
This is a reference to a MeasureDefinition as described in the parent NCube logical structure. The reference has an additional attribute orderValue which defines the position of the referenced MeasureDefinition along the MeasureDimension so that it can be used as part of the cell address. The default value is "1". Additional MeasureDefinitions should have incremental values (2,3,4,...). TypeOfObject should be set to MeasureDefinition.
Type Definition Detail
Type Derivation Tree
ReferenceType (extension)
  NCubeMeasureDefinitionReferenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="NCubeMeasureDefinitionReferenceType">
<xs:complexContent>
<xs:extension base="ReferenceType">
<xs:attribute default="1" name="orderValue" type="xs:integer"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
orderValue
Type:
xs:integer, predefined
Use:
optional
The reference has an additional attribute orderValue which defines the position of the referenced MeasureDefinition along the MeasureDimension so that it can be used as part of the cell address. The default value is "1". Additional MeasureDefinitions should have incremental values (2,3,4,...)
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="orderValue" type="xs:integer"/>

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