388 (E)- Invalid schema definition '%1' for XML dictionary
An extent or collection definition in an xml schema for an ODABA dictionary is not correct. The "element" block is missing. Collections must be defined as described below:
<xs:element minOccurs="0" maxOccurs="1" name="extentname" />
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" type="datatype" />
</xs:sequence>
</xs:complexType>
</xs:element" />