Help for this page

Select Code to Download


  1. or download this
        <PortDetails>
          <PortType>A</PortType>
    ...
          <PortCode>USMIA</PortCode>
          <ETD>2016-10-13</ETD>
        </PortDetails>
    
  2. 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>
    
  3. or download this
    <xsl:for-each select="ScheduleDetails/PortDetails">
    
    ...
    </xsl:when>
    </xsl:choose>
    </xsl:for-each>
    
  4. or download this
        <RoutingDetails>
          <StageQualifier>1</StageQualifier>
    ...
          <Destination>USMIA</Destination>
          <ETA>2016-10-13</ETA>
        </RoutingDetails>