...
Message contents | Expected action by recipient |
---|---|
aircraftRegistration element missing | Does not set or change aircraft registration value |
<aircraftRegistration>ABC123</aircraftRegistration> | Sets the value to ABC123 |
aircraftRegistration element missing | Does not change the value |
<aircraftRegistration> xs<aircraftRegistration xs:nil=’true’> | Clears the aircraftRegistration value |
...