http://www.endeca.com/MDEX/conversation/1/0
The NonEmptyString Simple Type
Used to force string inputs to be non-empty.
Subtypes (4)
Boundderived by extension RecordFilterderived by extension ResultValuederived by extension SearchFilterderived by extension
Simple Type NonEmptyString
NonEmptyString 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.
 Collapse XML
-<simpleType  name="NonEmptyString">
-<annotation>
<documentation> Used to force string inputs to be non-empty. </documentation>
</annotation>
-<restriction  base="string">
<minLength  value="1" />
</restriction>
</simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 Collapse Attribute (54)
AttributeMetadata/@hierarchy  AttributeMetadata/@name  AttributeMetadata/@type  ColumnMetadata/@ColumnKey  ColumnMetadata/@DisplayName  ContentElement/@HandlerFunction  ContentElement/@HandlerNamespace  ContentElement/@Id  ContentElementConfig/@HandlerFunction  ContentElementConfig/@HandlerNamespace  ContentElementConfig/@Id  Control/@Label  DimensionValue/@DimensionName  DimensionValue/@Spec  GeneralizationOperator/@Name  GeneralizationOperator/@Spec  GroupSummary/@Key  PopRecordFilterOperator/@Name  PopRecordKindOperator/@Name  PrivateOperator/@OwnerId  PropertyMatches/@DisplayName  PropertyMatches/@Name  RangeFilter/@AttributeName  RecordFilter/@Name  RecordSelector/@Name  RecordSelector/@Spec  Refinement/@Label  Refinement/@Name  Refinement/@Spec  RefinementBreadcrumb/@DisplayName  RefinementBreadcrumb/@Name  RefinementBreadcrumb/@Spec  RefinementConfig/@Name  RefinementConfig/@Spec  RefinementExposeOperator/@Group  RefinementExposeOperator/@Name  RefinementExposeOperator/@Spec  RefinementGroupConfig/@Name  RefinementHideOperator/@Group  RefinementHideOperator/@Name  RefinementHideOperator/@Spec  RefinementOperator/@Name  RefinementOperator/@Spec  ResultRecords/@Name  SearchBreadcrumb/@DisplayName  SearchFilter/@Key  SearchFilter/@RelevanceRankingStrategy  SearchSnippets/@Key  SelectedRefinementFilter/@Name  SelectedRefinementFilter/@Spec  SelectRecordOperator/@Name  SelectRecordOperator/@Spec  Sort/@Key  ValueSearchConfig/@RelevanceRankingStrategy 
 
Generated by WSDLdoc ©