mml:title

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
generationPurpose xs:string optional

Used By

Element mml:docInfo

Source

<xs:element name="title">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="generationPurpose" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

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

< mmlSg:title>

general anesthesia

</ mmlSg:title>

< mmlSg:title>

tracheal intubation

</ mmlSg:title>

< mmlSg:title>

G+O+Ethrane

</ mmlSg:title>

</ mmlSg:anesthesiaProcedure>