http://www.endeca.com/MDEX/conversation/1/0
The DimensionValueWithName Complex Type
DimensionValueWithName is basically a DimensionValue type with a required string contents. The string contents is the dimension value name.
Complex Type DimensionValueWithName
The DimensionValueWithName type does not allow mixed content. There is no restriction on type derivation. 
DimensionValueWithName is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
 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.>stringClick here to hide CommentSee XML snippet for more information.</...>

 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="DimensionValueWithName">
-<annotation>
<documentation> DimensionValueWithName is basically a DimensionValue type with a required string contents. The string contents is the dimension value name. </documentation>
</annotation>
-<simpleContent>
-<restriction  base="cs_v1_0:DimensionValue">
<minLength  value="1" />
</restriction>
</simpleContent>
</complexType>

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