http://www.endeca.com/endeca-server/sconfig/1/0
The semanticAttribute Complex Type
An element representing one Semantic Attribute of a Semantic Entity. Valid datatypes are listed in mdex.xsd. "isDimension" should be set on attributes that are useful to do a GROUP BY on (e.g. "Size", "Region", "Category").
Complex Type semanticAttribute
The semanticAttribute type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... datatype="v1_0:NonEmptyString"Click here to hide Comment This attribute is required. description="string" displayName="v1_0:NonEmptyString" isDimension="boolean"Click here to hide Comment This attribute is required. name="v1_0:NonEmptyString"Click here to hide Comment This attribute is required.></...>

 Collapse Attributes

Name Type Summary
datatype NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
description string
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
displayName NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
isDimension boolean
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
 

 Collapse XML
-<complexType  name="semanticAttribute">
-<annotation>
-<documentation>
An element representing one Semantic Attribute of a Semantic Entity. Valid datatypes are listed in mdex.xsd. "isDimension" should be set on attributes that are useful to do a
<code>GROUP BY</code>
on (e.g. "Size", "Region", "Category").
</documentation>
</annotation>
<attribute  name="name"  type="v1_0:NonEmptyString"  use="required" />
<attribute  name="displayName"  type="v1_0:NonEmptyString" />
<attribute  name="datatype"  type="v1_0:NonEmptyString"  use="required" />
<attribute  name="isDimension"  type="boolean"  use="required" />
<attribute  name="description"  type="string" />
</complexType>

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