Skip to content

Commit 6cc5271

Browse files
author
Nicole Aucoin
committed
ENH: add the pointfile to the schema
Add the pointfile to the schema as a point type that uses the same parameters as the point. Issue #2979
1 parent aa34a91 commit 6cc5271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ModuleDescriptionParser/ModuleDescription.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<xsd:element name="string" type="paramType"/>
3232
<xsd:element name="string-vector" type="paramType"/>
3333
<xsd:element name="point" type="pointType"/>
34+
<xsd:element name="pointfile" type="pointType"/>
3435
<xsd:element name="point-vector" type="pointType"/>
3536
<xsd:element name="region" type="pointType"/>
3637
<xsd:element name="region-vector" type="pointType"/>

0 commit comments

Comments
 (0)