mmlRd:category

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlRd:tableId restriction of xs:token required

Used By

Source

<xs:element name="category">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="mmlRd:attlist.mmlRd.category"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

< mmlRd:categories xmlns:mmlRd = "http://www.medxml.net/MML/v4/ContentModule/RegisteredDiagnosis/1.0" >

< mmlRd:category mmlRd:tableId = "MML0012" >

mainDiagnosis

</ mmlRd:category>

< mmlRd:category mmlRd:tableId = "MML0013" >

academicDiagnosis

</ mmlRd:category>

< mmlRd:category mmlRd:tableId = "MML0014" >

operativeDiagnosis

</ mmlRd:category>

< mmlRd:category mmlRd:tableId = "MML0015" >

confirmedDiagnosis

</ mmlRd:category>

</ mmlRd:categories>