mmlSg:operation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code xs:string optional
system xs:string optional

Used By

Source

<xs:element name="operation">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="code" type="xs:string" use="optional"/>
        <xs:attribute name="system" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

< mmlSg:procedureItem xmlns:mmlSg = "http://www.medxml.net/MML/v4/ContentModule/Surgery/1.0" >

< mmlSg:operation>

coronary artery bypass grafting

</ mmlSg:operation>

</ mmlSg:procedureItem>