Informasjonsforvaltning / modelldcatnotordf

Apache License 2.0
4 stars 0 forks source link

Får warning: maxOccurs/minOccurs is not defined in namespace XSD #208

Open stigbd opened 3 years ago

stigbd commented 3 years ago
tests/integration/test_mapper.py::test_map_models_from_dict
  /home/stigbd/src/informasjonsforvaltning/fdk-model-publisher/.cache/integration_tests/lib/python3.9/site-packages/modelldcatnotordf/modelldcatno.py:1285: UserWarning: Code: minOccurs is not defined in namespace XSD
    self._g.add((selfobject, XSD.minOccurs, Literal(self.min_occurs)))

tests/integration/test_mapper.py::test_map_models_from_dict
  /home/stigbd/src/informasjonsforvaltning/fdk-model-publisher/.cache/integration_tests/lib/python3.9/site-packages/modelldcatnotordf/modelldcatno.py:1304: UserWarning: Code: maxOccurs is not defined in namespace XSD
    XSD.maxOccurs,