AlertPatch element
Type: | alertPatch |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
This adds a note to all boardings of a given route or stop (optionally, in a given direction)
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<AlertPatch>
<alert>
<alertHeaderText>
<translations>
<entry key="..." value="..." />
<entry key="..." value="...">
<!--...-->
</entry>
<!--...more "entry" elements...-->
</translations>
</alertHeaderText>
<alertDescriptionText>
<translations>
<entry key="..." value="..." />
<entry key="..." value="...">
<!--...-->
</entry>
<!--...more "entry" elements...-->
</translations>
</alertDescriptionText>
<alertUrl>
<translations>
<entry key="..." value="..." />
<entry key="..." value="...">
<!--...-->
</entry>
<!--...more "entry" elements...-->
</translations>
</alertUrl>
<effectiveStartDate>...</effectiveStartDate>
</alert>
<id>...</id>
<route agency="..." id="..." />
<trip agency="..." id="..." />
<stop agency="..." id="..." />
<direction>...</direction>
<directionId>...</directionId>
</AlertPatch>