Your oricd ID is http.
Can you change it to https and let me know if it is valid ?
You can either change it in database or delete in the backend and re-enter it.
<xsd:element name="ORCID">
<xsd:annotation>
<xsd:documentation>
The ORCID for an author. The schema performs basic pattern validation, checksum validation is performed upon deposit via a system check.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="orcid_t">
<xsd:attribute default="false" name="authenticated" type="xsd:boolean"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexTy
[Error] :49:20: cvc-complex-type.2.4.d: Invalid content was found starting with element ‘ORCID’. No child element is expected at this point.
I have a problem with all the articles in the issue
Perhaps I need to reinstall OJS
Receive answer from Сrossref:
So it was just that there were two elements in the wrong order in the xml file. The ORCID and alt-name elements were in the wrong order, they showed as:
I want to share how I got success in registering new DOIs using Crossref XML plugin version.
The ORCiD Profile plugin v1.1.2.5 released on 2020-08-16 is also installed and activated. OJS version is 3.2.1-1.
I was getting the same error during automatic/manual registration using Crossref XML registration plugin.
So, I exported the articles as XML batch file without checking XML validation option.
Then, moved all <ORCID>...</ORCID> nodes just above <alt-name> node throughout all records.
I think the XML file schema needs to be updated to match current Crossref schema and this file is produced by Crossref XML Export Plugin. I don’t know if this error plugin has been already fixed on Github, but I will wait for the next OJS 3 update.