http://www.endeca.com/MDEX/conversation/1/0
The DimensionValue Complex Type
Dimension values contain the dimension name and the spec of the dimension value. These two things together uniquely define a dimension value. The string contents of this type is not required, but allowed so that someone could plug an element of type DimensionValueWithName.
Subtypes (1)
DimensionValueWithNamederived by restriction
Complex Type DimensionValue
The DimensionValue type does not allow mixed content. There is no restriction on type derivation. 
DimensionValue is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace.
 CollapseClick here to hide comment XML Instance
<... DimensionName="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Spec="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required.>string</...>

 Collapse Attributes

Name Type Summary
DimensionName NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
Spec NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="DimensionValue">
-<annotation>
<documentation> Dimension values contain the dimension name and the spec of the dimension value. These two things together uniquely define a dimension value. The string contents of this type is not required, but allowed so that someone could plug an element of type DimensionValueWithName. </documentation>
</annotation>
-<simpleContent>
-<extension  base="string">
<attribute  name="DimensionName"  type="cs_v1_0:NonEmptyString"  use="required" />
<attribute  name="Spec"  type="cs_v1_0:NonEmptyString"  use="required" />
</extension>
</simpleContent>
</complexType>

 Collapse Uses
 Collapse Type (2)
 
 Collapse Used-By
Generated by WSDLdoc ©