mmlSc:attlist.mmlSc.personName

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlSc:personCode restriction of xs:token required
mmlSc:personId optional
mmlSc:personIdType optional
mmlSc:tableId restriction of xs:string optional

Used By

Source

<xs:attributeGroup name="attlist.mmlSc.personName">
  <xs:attribute name="personCode" use="required" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="all"/>
        <xs:enumeration value="creator"/>
        <xs:enumeration value="patient"/>
        <xs:enumeration value="individual"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="tableId" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="MML0036"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="personId" form="qualified"/>
  <xs:attribute name="personIdType" form="qualified"/>
</xs:attributeGroup>