QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
mmlDp:repCode | restriction of xs:token | required | ||||
mmlDp:tableId | xs:string | MML0025 | optional |
Element | mmlDp:Department |
<xs:element name="name"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="repCode" use="required" form="qualified"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="I"/> <xs:enumeration value="A"/> <xs:enumeration value="P"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="tableId" default="MML0025" form="qualified" type="xs:string"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
< 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> |