Skip to content

Commit

Permalink
typos and simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed May 10, 2024
1 parent 079ad91 commit 53b3752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/functions/simpleNetwork/Netex_SimpleNetwork_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ v1.1 revised ids
<OnwardRouteLinkRef version="any" ref="hde:hde:RL_001o@SSP0001A+RteP021"/>
<routeInstructions>
<RouteInstruction id="ri1" version="any">
<Instruction>false</Instruction>
<Instruction>3rd road to the left</Instruction>
<Distance>100</Distance>
</RouteInstruction>
<RouteInstruction id="ri3" version="any">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,18 @@ Rail transport, Roads and Road transport
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="strictContainmentAggregationStructure">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element ref="RouteInstructionRef" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A reference to an instruction on how to follow a ROUTE through the network.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element ref="RouteInstruction" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>An instruction on how to follow a ROUTE through the network.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down Expand Up @@ -141,27 +135,27 @@ Rail transport, Roads and Road transport
<xsd:element ref="PointOnRouteRef" minOccurs="0"/>
<xsd:element name="Instruction" type="MultilingualString" default="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Directions for following path step. </xsd:documentation>
<xsd:documentation>Directions for following path step.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PathHeading" type="PathHeadingEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Relative heading for Instruction</xsd:documentation>
<xsd:documentation>Relative heading for Instruction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Heading" type="CompassBearing16Enumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Heading for Instructioni nternational boundary between two countries may be crossed.</xsd:documentation>
<xsd:documentation>Heading for instruction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Bearing" type="AbsoluteBearingType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Compass Bearing for Instruction</xsd:documentation>
<xsd:documentation>Compass Bearing for Instruction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Distance" type="DistanceType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance for step. </xsd:documentation>
<xsd:documentation>Distance for step.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Transition" type="TransitionEnumeration" minOccurs="0">
Expand All @@ -171,7 +165,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="RoadName" type="MultilingualString" default="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Directions for following path staep. </xsd:documentation>
<xsd:documentation>Directions for following path step.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SimpleFeatureRef" minOccurs="0"/>
Expand Down

0 comments on commit 53b3752

Please sign in to comment.