Skip to content

Commit c7830fb

Browse files
pcaspersjenkins
authored andcommitted
QPR-9557 add priority and min distance fields to schema
1 parent dc2aeed commit c7830fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xsd/curveconfig.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,8 @@
905905
<xs:element type="quoteType" name="Quotes"/>
906906
<xs:element type="xs:string" name="Conventions"/>
907907
<xs:element type="xs:string" name="PillarChoice" minOccurs="0"/>
908+
<xs:element type="xs:nonNegativeInteger" name="Priority" minOccurs="0"/>
909+
<xs:element type="xs:nonNegativeInteger" name="MinDistance" minOccurs="0"/>
908910
<xs:element type="xs:string" name="ProjectionCurve" minOccurs="0" maxOccurs="1"/>
909911
</xs:all>
910912
</xs:complexType>

0 commit comments

Comments
 (0)