Skip to content

Commit

Permalink
Update load_specification_schema.xsd
Browse files Browse the repository at this point in the history
allow ', ' in limitedstringtype definition
  • Loading branch information
bikegeek authored Oct 12, 2024
1 parent b4eb935 commit c6bb818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions METdbLoad/ush/load_specification_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<xs:simpleType name="limitedstringtype">
<!--Limit the database group and description -->
<xs:restriction base="xs:string">
<xs:pattern value="[\s\-._a-zA-z0-9]+"/>
<xs:pattern value="[\s\-._,a-zA-z0-9]+"/>
<xs:minLength value="1"/>
<xs:maxLength value="300"/>
</xs:restriction>
Expand Down Expand Up @@ -160,4 +160,4 @@
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>

0 comments on commit c6bb818

Please sign in to comment.