Skip to content

Commit 2236cb6

Browse files
authored
Fix Id type for GeneralSign (#231)
1 parent d5f21ad commit 2236cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Rail transport, Roads and Road transport
361361
<xsd:group ref="GeneralSignGroup"/>
362362
</xsd:sequence>
363363
</xsd:sequence>
364-
<xsd:attribute name="id" type="HeadingSignIdType" use="optional">
364+
<xsd:attribute name="id" type="GeneralSignIdType" use="optional">
365365
<xsd:annotation>
366366
<xsd:documentation>Identifier of ENTITY.</xsd:documentation>
367367
</xsd:annotation>

0 commit comments

Comments
 (0)