Closed giuseppeverduciALMA closed 8 months ago
Since 0.9.6 that's not the case; entity has minoccurs set at 1.
<xs:complexType name="partOfType">
<xs:sequence>
<xs:element name="entity" type="ids:entityType" minOccurs="1" />
</xs:sequence>
<xs:attribute name="relation" type="ids:relations" />
</xs:complexType>
IDS-Audit-tool reports this error:
Error 106: Invalid empty attribute "entity" on "partOf at line 17, position 18
with this ids:
The ids schema allows a "partOf" to be declared without an "entity" element, with only the "relation" attribute