Next: The model
Element, Previous: The table
Element, Up: Structure Member Format [Contents][Index]
graph
Elementgraph :VDPId? :ViZmlSource? :commandName? :creator-version? :dataMapId? :dataMapURI? :editor? :refMapId? :refMapURI? :csvFileIds? :csvFileNames? => dataPath? path csvPath?
This element represents a graph. The dataPath
and path
elements name the Zip members that give the details of the graph.
Normally, both elements are present; there is only one counterexample
in the corpus.
csvPath
only appears in one SPV file in the corpus, for two
graphs. In these two cases, dataPath
, path
, and
csvPath
all appear. These csvPath
name Zip members with
names of the form number_csv.bin, where number is a
many-digit number and the same as the csvFileIds
. The named
Zip members are CSV text files (despite the .bin extension).
The CSV files are encoded in UTF-8 and begin with a U+FEFF byte-order
marker.