-<schema  elementFormDefault="qualified"  targetNamespace="http://www.endeca.com/MDEX/XQuery/2009/09"  xmlns="http://www.w3.org/2001/XMLSchema"  xmlns:tns="http://www.endeca.com/MDEX/XQuery/2009/09">
-<simpleType  name="NonEmptyString">
-<annotation>
<documentation> A string that must have at least one character. </documentation>
</annotation>
-<restriction  base="string">
<minLength  value="1" />
</restriction>
</simpleType>
-<complexType  name="Property">
-<annotation>
-<documentation>
Represents an Endeca property. The
<code>Key</code>
attribute specifies the name of the property.
</documentation>
</annotation>
-<simpleContent>
-<extension  base="tns:NonEmptyString">
<attribute  name="key"  type="tns:NonEmptyString"  use="required" />
</extension>
</simpleContent>
</complexType>
<!-- The dgraph enforces the Record schema in a C++ function, not by consulting this xsd. If the Record schema changes, please edit the put() method in RecordsCollection. -->
-<complexType  name="Record">
-<annotation>
<documentation> Represents an individual Endeca record from the data set stored in an MDEX Engine. </documentation>
</annotation>
-<sequence>
<any  maxOccurs="unbounded"  minOccurs="0"  namespace="##local"  processContents="skip" />
</sequence>
</complexType>
-<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>
<element  name="record"  type="tns:Record" />
<element  name="dimensionValue"  type="tns:DimensionValue" />
</schema>
Generated by XSDdoc 2.0 ©