Skip to content

Commit 8a6cef7

Browse files
authored
adding language attribute to the URL
possibility to give more details on the language in which the message has been recorded
1 parent 82382dd commit 8a6cef7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

xsd/siri_model/siri_situationActions.xsd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,13 @@ Rail transport, Roads and road transport
414414
<xsd:sequence>
415415
<xsd:element name="Url" type="xsd:anyURI" minOccurs="0">
416416
<xsd:annotation>
417-
<xsd:documentation>Url for the pre-recorded message</xsd:documentation>
417+
<xsd:documentation>Url for the pre-recorded message. If there is no language attribute specified, there is the assumption that the language is multilingual. Producers must change the URL whenever they want a different message to be broadcasted (i.e., situation has changed).</xsd:documentation>
418+
</xsd:annotation>
419+
<xsd:attribute name="lang" type="xsd:language" use="optional" />
420+
</xsd:element>
421+
<xsd:element >
422+
<xsd:annotation>
423+
<xsd:documentation></xsd:documentation>
418424
</xsd:annotation>
419425
</xsd:element>
420426
</xsd:sequence>

0 commit comments

Comments
 (0)