mmlRd:name

Element Information

Model

Attributes

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

Used By

Element mmlRd:dxItem

Source

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

Sample

< mmlFc:Facility xmlns:mmlFc = "http://www.medxml.net/MML/v4/SharedComponent/Facility/1.0" xmlns:mmlCm = "http://www.medxml.net/MML/v4/SharedComponent/Common/1.0" >

< mmlFc:name mmlFc:repCode = "A" mmlFc:tableId = "MML0025" >

New Millenium Medical College Hospital

</ mmlFc:name>

< mmlCm:Id mmlCm:type = "insurance" mmlCm:tableId = "MML0027" >

801.006.3

</ mmlCm:Id>

</ mmlFc:Facility>