- or download this
<PortDetails>
<PortType>A</PortType>
...
<PortCode>USMIA</PortCode>
<ETD>2016-10-13</ETD>
</PortDetails>
- or download this
<RoutingDetails>
<StageQualifier>1</StageQualifier> (If PortType is A)
...
<Destination>ESBCN</Destination> (If PortType is L)
<ETA>2017-01-20</ETA> (If PortType is L)
</RoutingDetails>
- or download this
<xsl:for-each select="ScheduleDetails/PortDetails">
...
</xsl:when>
</xsl:choose>
</xsl:for-each>
- or download this
<RoutingDetails>
<StageQualifier>1</StageQualifier>
...
<Destination>USMIA</Destination>
<ETA>2016-10-13</ETA>
</RoutingDetails>