Skip to content

Commit

Permalink
use the linetype type for the line_type to enforce expected character…
Browse files Browse the repository at this point in the history
…s and string lengths
  • Loading branch information
bikegeek committed Oct 23, 2024
1 parent 0d868e0 commit e7b94cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/ush/load_specification_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<xs:element name="line_type" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="val" maxOccurs="800" minOccurs="0"/>
<xs:element type="linetype" name="val" maxOccurs="800" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit e7b94cf

Please sign in to comment.