mml:attlist.scopePeriod

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
end xs:date optional
extractPolicy restriction of xs:token optional
hasOtherInfo xs:boolean optional
isExtract xs:boolean optional
start xs:date optional

Used By

Element mml:scopePeriod

Source

<xs:attributeGroup name="attlist.scopePeriod">
  <xs:attribute name="start" type="xs:date" use="optional"/>
  <xs:attribute name="end" type="xs:date" use="optional"/>
  <xs:attribute name="hasOtherInfo" type="xs:boolean" use="optional"/>
  <xs:attribute name="isExtract" type="xs:boolean" use="optional"/>
  <xs:attribute name="extractPolicy" use="optional">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="firstEncounter"/>
        <xs:enumeration value="laboratory"/>
        <xs:enumeration value="prescription"/>
        <xs:enumeration value="summary"/>
        <xs:enumeration value="random"/>
        <xs:enumeration value="nonExtracted"/>
        <xs:enumeration value="other"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>