Skip to content

Commit a887b2a

Browse files
committed
the attribute in the relationshipStructure should not be id but nameOfClass
1 parent c54937a commit a887b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsd/netex_framework/netex_responsibility/netex_relationship.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Rail transport, Roads and Road transport
195195
<xsd:annotation>
196196
<xsd:documentation>Abstract Type for a serialisation of a NeTEx relationship.</xsd:documentation>
197197
</xsd:annotation>
198-
<xsd:attribute name="id" type="RelationshipId">
198+
<xsd:attribute name="nameOfClass" type="RelationshipId">
199199
<xsd:annotation>
200200
<xsd:documentation>Identifier of the relationship.</xsd:documentation>
201201
</xsd:annotation>

0 commit comments

Comments
 (0)