diff --git a/src/DCC.ts b/src/DCC.ts index de8eb7c9a05f95c1458ea03533ce2facfc1951b8..e9c77a6ead23bb98e5718c2aa5c1de4727317362 100644 --- a/src/DCC.ts +++ b/src/DCC.ts @@ -2,7 +2,7 @@ import * as si from "./DSI"; import { XMLDate, XMLElement, XMLNumber, XMLBoolean, XMLList, INamespaced, ISchemaInformation, IAttributes } from "./BaseTypes"; import { ensureArray } from "./Util"; -const schemaVersion = "3.1.2"; +const schemaVersion = "3.2.0"; const namespace = "dcc"; const namespaceUrl = `https://ptb.de/${namespace}`; const schemaLocation = `${namespaceUrl}/v${schemaVersion}/dcc.xsd`;