[GeoNetwork-users] Metadata Import Validation Error for GN 2.10.3

I have a metadata file as below:<?xml version="1.0" encoding="UTF-8"?>
<csw:Record xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;&gt;
<dc:identifier xmlns:dc="http://purl.org/dc/elements/1.1/&quot;&gt;TMM\_PR\_5C21F0007&lt;/dc:identifier&gt;
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/&quot;&gt;TMM PR Level 5C21 product</dc:title>
<dc:type xmlns:dc="http://purl.org/dc/elements/1.1/&quot;&gt;dataset&lt;/dc:type&gt;
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/&quot;&gt;netCDF&lt;/dc:format&gt;
<dct:modified xmlns:dct="http://purl.org/dc/terms/&quot;&gt;2015\-03\-31T00:00:00Z&lt;/dct:modified&gt;
<ows:BoundingBox xmlns:ows="http://www.opengis.net/ows&quot;&gt;
<ows:LowerCorner xmlns:ows="http://www.opengis.net/ows&quot;&gt;173\.959787 -35.373852</ows:LowerCorner>
<ows:UpperCorner xmlns:ows="http://www.opengis.net/ows&quot;&gt;174\.353290 -35.125987</ows:UpperCorner>
</ows:BoundingBox>
<gml:TimePeriod xmlns:gml="http://www.opengis.net/gml/3.2&quot; frame="#ISO-8601" gml:id="timePeriodId">
<gml:beginPosition>1999-12-31T00:00:00Z</gml:beginPosition>
<gml:endPosition>2015-03-31T00:00:00Z</gml:endPosition>
</gml:TimePeriod>
</csw:Record>

when I imported it with the following options: Import mode=File Upload; File type= Single File (XML,...); Import actions=No action on import; styleSheet=none; Validate=yes; Kind=Metadata; Group=Sample group; Datasets=Datasets
After I hit the "Insert" button, it return the following error message:SAXParseException : src-resolve: Cannot resolve the name 'xlink:simpleAttrs' to a(n) 'attribute group' component.

What may be wrong with it -- either this xml file misses any xlink attribute, or the schema is not correct? but which schema file to be updated, if a schema problem?

Any help on it is much appreciated. I am stuck on this for a while now.
Thank you so much.