<xs:attributeGroup name="attlist.otherId">
<xs:attribute name="type" use="required" form="qualified">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="temporaryPatientId"/>
<xs:enumeration value="otherPatientId"/>
<xs:enumeration value="spouseId"/>
<xs:enumeration value="motherId"/>
<xs:enumeration value="fatherId"/>
<xs:enumeration value="childId"/>
<xs:enumeration value="relativeId"/>
<xs:enumeration value="roommateId"/>
<xs:enumeration value="friendId"/>
<xs:enumeration value="representativeId"/>
<xs:enumeration value="emergencyContactId"/>
<xs:enumeration value="coWorkerId"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |