<n>
(Member Unique Name Index)
This element represents an index of a member unique name in metadata string store that is used to define the sort-by set.
Attributes |
Description |
---|---|
|
A Boolean flag indicating whether this string represents a set. True if the string represents a set, false otherwise. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Value of the zero based index. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MetadataStringIndex">
<attribute name="x" type="xsd:unsignedInt" use="required"/>
<attribute name="s" type="xsd:boolean" use="optional" default="false"/>
</complexType>