Creates a XML document string.
For example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Version xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VersionId="3.0" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_3_0/Schemas/version.xsd"/>
Generated using TypeDoc
A BCF file is a zip containing one folder for each topic with its file extension:
bcfzip
for BCFv1.0 and BCFv2.0.bcf
is introduced since BCFv2.1.The root of the BCF zip contains the following files.
It is possible to store additional files in the BCF container as documents. The documents must be located in a folder called Documents in the root directory, and must be referenced by the documents.xml file.
For uniqueness, the filename of a document in the BCF must be the document guid. The actual filename is stored in the documents.xml.
Read more:
https://github.com/BuildingSMART/BCF-XML/tree/release_3_0/Documentation#bcf-file-structure