http://www.endeca.com/MDEX/XQuery/2009/09
The DimensionValue Complex Type
Represents the lowest-level building block that composes dimensions, navigations, and classifications of records. A DimensionValue is a node in the dimension tree. The Spec element is the identifier of this dimension value.
Local elements (4)
spec spec/property property synonym
Complex Type DimensionValue
The DimensionValue type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... dimension="tns:NonEmptyString"Click here to hide Comment This attribute is required. name="tns:NonEmptyString"Click here to hide Comment This attribute is required. parent="tns:NonEmptyString"Click here to hide Comment This attribute is required.>
-Begin Sequence [1...1]
<tns:spec>
<tns:property key="tns:NonEmptyString"Click here to hide Comment This attribute is required.>tns:Property</property> [1..1]
</spec> [1..1]
<tns:property key="tns:NonEmptyString"Click here to hide Comment This attribute is required.>tns:Property</property> [0..*]
<tns:synonym>tns:NonEmptyString</synonym> [0..*]
End Sequence
</...>
 Collapse Attributes
Name Type Summary
dimension NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
name NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
parent NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse XML
-<complexType  name="DimensionValue">
-<annotation>
-<documentation>
Represents the lowest-level building block that composes dimensions, navigations, and classifications of records. A DimensionValue is a node in the dimension tree. The
<code>Spec</code>
element is the identifier of this dimension value.
</documentation>
</annotation>
-<sequence>
-<element  maxOccurs="1"  minOccurs="1"  name="spec">
-<complexType>
-<sequence>
<element  maxOccurs="1"  minOccurs="1"  name="property"  type="tns:Property" />
</sequence>
</complexType>
</element>
<element  maxOccurs="unbounded"  minOccurs="0"  name="property"  type="tns:Property" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="synonym"  type="tns:NonEmptyString" />
</sequence>
<attribute  name="name"  type="tns:NonEmptyString"  use="required" />
<attribute  name="dimension"  type="tns:NonEmptyString"  use="required" />
<attribute  name="parent"  type="tns:NonEmptyString"  use="required" />
</complexType>
 Collapse Uses
 Collapse Type (2)
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by XSDdoc 2.0 ©