Skip to content

Commit

Permalink
DEckPlan further correction redo of a3d4fa8 from #695
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Mar 27, 2024
1 parent 13d857d commit 0f7f3c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Rail transport, Roads and Road transport
</xsd:annotation>
</xsd:element>
<xsd:element ref="OffSitePathLink"/>
<xsd:element ref="PathLink"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
Expand Down
29 changes: 29 additions & 0 deletions xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,35 @@ Rail transport, Roads and Road transport
<xsd:group ref="SiteComponentGroup"/>
</xsd:sequence>
</xsd:group>
<xsd:element name="PathLink" substitutionGroup="Link">
<xsd:annotation>
<xsd:documentation>DEPRECATED - use SITE PATH LINK </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:restriction base="SitePathLink_VersionStructure">
<xsd:sequence>
<xsd:sequence>
<xsd:group ref="EntityInVersionGroup" minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="DataManagedObjectGroup"/>
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="LinkGroup"/>
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="GenericPathLinkGroup"/>
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="SitePathLinkGroup"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="SiteGenericPathLinkIdType"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<!-- ====== SITE PATH JUNCTION ============================================= -->
<xsd:complexType name="sitePathJunctions_RelStructure">
<xsd:annotation>
Expand Down

0 comments on commit 0f7f3c5

Please sign in to comment.