Skip to content

Commit bf4e881

Browse files
committed
QPR-13648 fix
1 parent 3356565 commit bf4e881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsd/curveconfig.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
<xs:element type="bool" name="Extrapolation" minOccurs="0" maxOccurs="1"/>
718718
<xs:element name="ExtrapolationMethod" minOccurs="0" maxOccurs="1">
719719
<xs:simpleType>
720-
<xs:restriction base=xs:string">
720+
<xs:restriction base="xs:string">
721721
<xs:enumeration value="ContinuousForward"/>
722722
<xs:enumeration value="DiscreteForward"/>
723723
</xs:restriction>

0 commit comments

Comments
 (0)