NonStop SOAP User's Manual
NonStop SOAP Features and Functions
NonStop SOAP User’s Manual—520501-012
4-49
Enhanced DDL Comment Tag @SOAP_OPTIONAL
In this message, the COUNTY-NAME element is not present. This is valid because the 
field NAME falls under the optional HOSPITAL hierarchy.
Example 4-36. XML Message 3
XML Message 3:
<patient_data>
 <id></id>
 <age></age>
 <hospital>
 <hosp_name></hosp_name>
 <address>
 <street></street>
 <city></city>
 <state></state>
 <zip></zip>
 </address>
 <county>
 <code></code>
 <details>
 <status></status>
 </details>
 <description></description>
 </county>
 </hospital>
</patient_data>










