• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Sep-2017-

common/H03-Sep-2017-195,861182,545

dc/H03-Sep-2017-2,2291,555

ecma376/H03-Sep-2017-129109

opengis/H03-May-2022-434309

reqif/H03-Sep-2017-8763

saml20/H03-Sep-2017-11,7818,971

wssplat/H03-Sep-2017-35,05125,801

.gitignoreH A D03-Sep-201714 32

READMEH A D03-Sep-20171 KiB2718

__init__.pyH A D03-Sep-201765 42

README

1This directory contains groups of bindings for related schema.  Each
2subdirectory represents a particular group.
3
4With a bundle directory, the following are expected:
5
6- A scripts directory, containing an executable genbind which retrieves the
7  schema and invokes pyxbgen to build the bindings
8
9- A schemas directory, into which the genbind script stores the schemas that
10  were used to build the bindings
11
12- The Python module files for namespace modules.  Normally these are
13  customization wrappers
14
15- A raw subdirectory, into which the generated bindings are placed.  Note
16  that this directory is normally removed and recreated as a consequence of
17  running genbind; ddn't expect anything in it to be persistent.
18
19- An examples directory, with programs that show how to use the capabilities
20  in the bundle
21
22- A tests directory which validates customizations
23
24Each directory also has a .svnignore file which is used to set the
25corresponding directory property in a development workspace.  It is
26recommended that you NOT add to this
27