NonStop SOAP User's Manual
NonStop SOAP Features and Functions
NonStop SOAP User’s Manual—520501-012
4-48
Enhanced DDL Comment Tag @SOAP_OPTIONAL
In this message, the ADDRESS element is not present. This is valid because the
parent element is HOSPITAL and the HOSPITAL element is optional.
Example 4-35. XML Message 2
<patient_data>
<id></id>
<age></age>
<hospital>
<hosp_name></hosp_name>
<county>
<code></code>
<details>
<county_name></county_name>
<status></status>
</details>
<description></description>
</county>
</hospital>
</patient_data>