<xs:attributeGroup name="attlist.extRef">
<xs:attribute name="contentType" form="qualified"/>
<xs:attribute name="medicalRole" form="qualified">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="laboratoryTest"/>
<xs:enumeration value="endoScopy"/>
<xs:enumeration value="xRay"/>
<xs:enumeration value="upperGi"/>
<xs:enumeration value="baEnema"/>
<xs:enumeration value="ctScan"/>
<xs:enumeration value="mri"/>
<xs:enumeration value="riInVivo"/>
<xs:enumeration value="angioGraphy"/>
<xs:enumeration value="otherRadiology"/>
<xs:enumeration value="echo"/>
<xs:enumeration value="ecg"/>
<xs:enumeration value="eeg"/>
<xs:enumeration value="emg"/>
<xs:enumeration value="pcg"/>
<xs:enumeration value="pulmonaryFunction"/>
<xs:enumeration value="otherPhysiologicalTest"/>
<xs:enumeration value="prescription"/>
<xs:enumeration value="vitalSign"/>
<xs:enumeration value="physicalExam"/>
<xs:enumeration value="anesthesiaCourse"/>
<xs:enumeration value="pathology"/>
<xs:enumeration value="surgicalFigure"/>
<xs:enumeration value="referencePaper"/>
<xs:enumeration value="referenceFigure"/>
<xs:enumeration value="treatment"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="title" type="xs:string" form="qualified"/>
<xs:attribute name="href" type="xs:string" use="required" form="qualified"/>
</xs:attributeGroup> |