Variable: XSI_NS
constXSI_NS:"http://www.w3.org/2001/XMLSchema-instance"="http://www.w3.org/2001/XMLSchema-instance"
The XML Schema Instance namespace. Carries the xsi:type attribute that
selects a concrete HL7 v3 datatype for a polymorphic element (e.g.
value xsi:type="PQ").
Example
import { XSI_NS } from "@cosyte/ccda";
console.log(XSI_NS); // "http://www.w3.org/2001/XMLSchema-instance"