Returns a single CIM XML Full Model file from within the NETS Maximum Demand solved case. Each file conforms to its corresponding LTDS merged profile and uses RDF/XML serialisation. The header (md:FullModel) is present at the start of every file and contains profile IRI, scenarioTime, modelingAuthoritySet, version, type, and DependentOn references.
CIM XML file within the NETS solved case archive
EQ.xml, SC.xml, GL.xml, DL.xml, SSH.xml, TP.xml, SV.xml "EQ.xml"
4-digit calendar year of the LTDS publication
2026
2-digit publication cycle number within the year. 01 = May publication cycle; 02 = November publication cycle.
01, 02 "01"
Version number of the .zip file. Starts at 1 for the initial publication; incremented by 1 for each correction within the cycle. Independent of md:Model.version inside the CIM XML files.
x >= 11
Date and time of the demand peak/trough, formatted as yyyy-mm-dd_hhmm (e.g. 2025-01-15_1730). Used in the .zip filename.
^\d{4}-\d{2}-\d{2}_\d{4}$"2025-01-15_1730"
CIM XML Full Model file (RDF/XML)
A CIM XML Full Model file serialised as RDF/XML (IEC 61970-552). Contains one md:FullModel header followed by grid instance data conforming to a single LTDS merged profile. RDF namespaces used: - md: http://iec.ch/TC57/61970-552/ModelDescription/1# - cim: http://iec.ch/TC57/CIM100# - eu: http://iec.ch/TC57/CIM100-European# - gb: http://ofgem.gov.uk/ns/CIM/LTDS/Extensions# - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#