Skip to content

Commit

Permalink
add FacilityLocation to AffectedFacilityStructure
Browse files Browse the repository at this point in the history
  • Loading branch information
haeckerbaer committed Jun 12, 2024
1 parent eba6b89 commit 1a479c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xsd/siri_model/siri_situationAffects.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,11 @@ Rail transport, Roads and road transport
<xsd:documentation>Name of FACILITY. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FacilityLocation" type="FacilityLocationStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Location of facility in the form of point coordinates or a Transmodel object, e.g. STOP PLACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FacilityStatus" type="FacilityStatusEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Status of Facility</xsd:documentation>
Expand Down

0 comments on commit 1a479c3

Please sign in to comment.