Folder and file layout

The schemas and examples are arranged in the following arrangement relative to this folder.

    README.TXT		This file

    examples/		Folder containing examples of S211 messages
        arrivalTo.pcm.xml		Example message
        cargoCommenced.pcm.xml	Example message
        towageRequested.pcm.xml	Example message

    S100/			S100 schemas.
        4.0.0/		Schemas for S-100 Edition 4.0.0
            S100GML/		GML profile
                20180502/	May 02 2018 build of S-100 4.0.0 GML profile
	    (XSD files)	XSD files implementing the GML profile
            w3c/		Xlink schemas from W3C used by the GML profile

    S211/			S-211 data format container
        1.0.0/		Schemas for version 1.0.0 of S-211
            20190327/		March 27, 2019 build of S-211 schemas
                S211.xsd		S-211 data format schema file (XSD file)

See the example(s) in the examples/ folder for information on schema locations for namespaces.  Note that the schema locations in the examples are relative to the examples/ folder, so (for example) the location of the S211 XSD in the 3 March 2019 build is given by "../S211/1.0.0/20190327/S211.xsd" which is the second argument in the schemaLocation attribute of the root element. Systems or applications which set namespaces externally may have to adapt the locations according to their own conventions and folder layouts, e.g., by specifying absolute instead of relative locations.




