Skip to content

Commit

Permalink
Remove erroneous default value for system attributes.
Browse files Browse the repository at this point in the history
Older eml documents may have set this explicitly, but the lack of sa default should not cause any compatibility issues.
  • Loading branch information
mbjones committed Nov 26, 2018
1 parent c2f7f0e commit ea2acf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsd/eml-resource.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="system" type="SystemType" use="optional" default="document"/>
<xs:attribute name="system" type="SystemType" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down

0 comments on commit ea2acf7

Please sign in to comment.