attribute "RecordStatus"
Namespace:
Type:
anonymous (restriction of xs:string)
Defined:
Used:
never
XML Representation Summary
<...
    RecordStatus
 = 
enumeration of xs:string
...>
Attribute Value Detail:
Enumeration:
"9915001"
 - 
New Record
"9915003"
 - 
Updated Record
"9915005"
 - 
Delete Record
Annotation
An indicator of the status of the patient care report or incident report. The record may be new, updated, and request for deletion.
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9915001"
 - 
New Record
"9915003"
 - 
Updated Record
"9915005"
 - 
Delete Record
XML Source (w/o annotations (4); see within schema source)
<xs:attribute name="RecordStatus">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="9915001"/>
<xs:enumeration value="9915003"/>
<xs:enumeration value="9915005"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>