fvutils / pyucis

Python API to Unified Coverage Interoperability Standard (UCIS) Data
https://fvutils.github.io/pyucis
Apache License 2.0
21 stars 12 forks source link

Fix XSD file. #3

Closed cmarqu closed 2 years ago

cmarqu commented 4 years ago

Add missing attributes to COVERPOINT_BIN and CROSS_OPTIONS in XSD. Rename XSD file and re-indent.

Unfortunately, git does not recognize that the new and removed files are 99% the same content, probably due to the different indentation.

mballance commented 4 years ago

Hmm... Looks like we might have been working at cross-purposes ;-). I moved the .xsd inside the Python package to make it easier to distribute with and access from Python. Looks like your new ucis-1.0.xsd is outside the Python package. I'll look at resolving the conflict in the next couple of days.

cmarqu commented 4 years ago

Looks like your new ucis-1.0.xsd is outside the Python package.

Really? I think all I added is the "-1.0" to the name, not actually moved it?

mballance commented 2 years ago

Just cleaning this up, since my understanding is that the content of this PR is already incorporated