AlertPatchSet element

Type: alertPatchSet
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <AlertPatchSet> <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> <AlertPatch> <!--...--> </AlertPatch> <!--...more "AlertPatch" elements...--> </AlertPatchSet>