Skip to content

Commit 04a1133

Browse files
authored
docu upgrade for stopPlaces (#578)
* docu upgrade * Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd * improve documentation
1 parent b95f280 commit 04a1133

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

xsd/netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Rail transport, Roads and Road transport
768768
</xsd:element>
769769
<xsd:element name="StopPlace_" type="Site_VersionStructure" abstract="true" substitutionGroup="Site">
770770
<xsd:annotation>
771-
<xsd:documentation>Dummy Type to get round SG limitations</xsd:documentation>
771+
<xsd:documentation>Dummy Type to get round SG limitations. Can be a STOP PLACE, VEHICLE MEETING POINT, TAXI RANK.</xsd:documentation>
772772
</xsd:annotation>
773773
</xsd:element>
774774
<xsd:element name="Quay_" type="Site_VersionStructure" abstract="true" substitutionGroup="Site">

xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,16 @@ Rail transport, Roads and Road transport
105105
<!-- ===ENTIITY IN VERSION IN FRAME====(Used in SITE FRAME)=================================================== -->
106106
<xsd:complexType name="stopPlacesInFrame_RelStructure">
107107
<xsd:annotation>
108-
<xsd:documentation>Type for containment in frame of STOP PLACE.</xsd:documentation>
108+
<xsd:documentation>Type for containment in frame of STOP PLACE, VEHICLE MEETING POINT, TAXI RANK.</xsd:documentation>
109109
</xsd:annotation>
110110
<xsd:complexContent>
111111
<xsd:extension base="containmentAggregationStructure">
112112
<xsd:sequence>
113-
<xsd:element ref="StopPlace_" maxOccurs="unbounded"/>
113+
<xsd:element ref="StopPlace_" maxOccurs="unbounded">
114+
<xsd:annotation>
115+
<xsd:documentation>Can be a STOP PLACE, VEHICLE MEETING POINT, TAXI RANK.</xsd:documentation>
116+
</xsd:annotation>
117+
</xsd:element>
114118
</xsd:sequence>
115119
</xsd:extension>
116120
</xsd:complexContent>
@@ -147,7 +151,7 @@ Rail transport, Roads and Road transport
147151
</xsd:complexType>
148152
<xsd:element name="StopPlace" substitutionGroup="StopPlace_">
149153
<xsd:annotation>
150-
<xsd:documentation>Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location.</xsd:documentation>
154+
<xsd:documentation>Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. Can be a STOP PLACE, VEHICLE MEETING POINT, TAXI RANK.</xsd:documentation>
151155
</xsd:annotation>
152156
<xsd:complexType>
153157
<xsd:complexContent>

0 commit comments

Comments
 (0)