Class VersionFactory

bcf.version

An XML file following the version.xsd schema with information of the BCF schema used. The file content should be identical to the contents of bcf.version

Read more:

https://github.com/BuildingSMART/BCF-XML/tree/release_3_0/Documentation#bcf-file-structure

Hierarchy

Constructors

Methods

Constructors

Methods

  • Example XML:

    <?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"/>

    Returns string

Generated using TypeDoc