Skip to content

Commit

Permalink
openaire#61 Make the xml:lang codes optional
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Nov 28, 2019
1 parent 20f3535 commit 40afb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/includes/cerif-commons.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<xs:complexType name="cfMLangString__Type">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="xml:lang" use="required"/>
<xs:attribute ref="xml:lang" use="optional"/>
<xs:attribute default="o" name="trans" type="cfTrans__Type" use="optional"/>
<xs:attributeGroup ref="cfExtension__AttributeGroup"/>
</xs:extension>
Expand Down

0 comments on commit 40afb03

Please sign in to comment.