xdw v3 oasis

Element : TXDWAuthor (XML Type: tXDWAuthor )


Package : xdw

XML Type : tXDWAuthor


Name Type cardinality Comment
assignedPerson
Element : assignedPerson
POCDMT000040Person 0...1
assignedAuthoringDevice
Element : assignedAuthoringDevice
POCDMT000040AuthoringDevice 0...1

constraintAuthor

  • ((not self.assignedAuthoringDevice.oclIsUndefined()) and (self.assignedPerson.oclIsUndefined())) or ((not self.assignedPerson.oclIsUndefined()) and (self.assignedAuthoringDevice.oclIsUndefined()))
  • At least one of the following shall be present : assignedPerson / assignedAuthoringDevice ( TF IHE_ITI_Suppl_XDW_Rev2-1_TI_2011-10-03.pdf, 5.4.3)

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tXDWAuthor">
        
<xs:sequence>
            
<xs:choice>
                
<xs:element minOccurs="0" name="assignedPerson" type="cda:POCD_MT000040.Person" />
                
<xs:element minOccurs="0" name="assignedAuthoringDevice" type="cda:POCD_MT000040.AuthoringDevice" />
            
</xs:choice>
        
</xs:sequence>
    
</xs:complexType>