This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Null Association"

From HL7Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
 
         ...
 
         ...
 
  </class>
 
  </class>
 +
 +
There is no concept of a null association, but there is the concept
 +
of an association to a null object. So the XML would look like this:
 +
 +
 +
<class>
 +
        <association nullFlavor='NI'/>
 +
</class>
 +
 +
There is no ...

Revision as of 17:13, 9 January 2007

What would the XML look like in case of a 'null association'? I don't know of a way in which the ITS supports this.

<class>
       <association nullFlavor='NI' xsi:nil='true'/>
       ...
</class>

There is no concept of a null association, but there is the concept of an association to a null object. So the XML would look like this:


<class>
       <association nullFlavor='NI'/>
</class>

There is no ...