Skip to content

Commit

Permalink
Revert "fix default value"
Browse files Browse the repository at this point in the history
This reverts commit cf6f0a7.
  • Loading branch information
ctapmex committed Nov 9, 2021
1 parent cf6f0a7 commit e220eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/v1/hrc.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</xs:annotation>
<xs:sequence>
<xs:element name="annotation" type="annotation" minOccurs="0"/>
<xs:element name="location" type='location' minOccurs="1" maxOccurs="1"/>
<xs:element name="location" type='location' minOccurs="0"/>
<xs:element name="filename" type="filename" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="firstline" type="firstline" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="parameters" type="parameters" minOccurs='0'/>
Expand Down Expand Up @@ -250,7 +250,7 @@
</xs:annotation>
<xs:simpleContent>
<xs:extension base="REstring">
<xs:attribute name="weight" type="xs:decimal" default="1">
<xs:attribute name="weight" type="xs:decimal" default="2">
<xs:annotation>
<xs:documentation>
This attribute defines weight, added to the total language
Expand All @@ -273,7 +273,7 @@
</xs:annotation>
<xs:simpleContent>
<xs:extension base="REstring">
<xs:attribute name="weight" type="xs:decimal" default="2">
<xs:attribute name="weight" type="xs:decimal" default="1">
<xs:annotation>
<xs:documentation>
This attribute defines weight, added to the total language
Expand Down

0 comments on commit e220eee

Please sign in to comment.