Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created September 20, 2012 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/3756999 to your computer and use it in GitHub Desktop.
Save wboykinm/3756999 to your computer and use it in GitHub Desktop.
DB config errors
root@ip-10-80-85-229:/projects/DistrictBuilder/django/publicmapping# ./setup.py -v2 ../../docs/config.xsd ../../docs/config.xml
The data does not conform to the provided schema.
../../docs/config.xml:49:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'ScorePanels': This element is not expected.
../../docs/config.xml:57:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'Criteria': Missing child element(s). Expected is ( Criterion ).
../../docs/config.xml:113:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'GeoLevelCharacteristics': This element is not expected. Expected is ( Description ).
../../docs/config.xml:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'ScoreDisplay': No match found for key-sequence ['ward'] of keyref 'ScoreDisplayLegislativeBody'.
../../docs/config.xml:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'ScorePanel': No match found for key-sequence ['panel1'] of keyref 'ScoreDisplayScorePanel'.
../../docs/config.xml:57:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'Criteria': No match found for key-sequence ['ward'] of keyref 'ValidationLegislativeBody'.
Configuration could not be validated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment