OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: open ubl schemas with xsv


Hi,
I'm trying to run xsv against an instance of an Invoice, referring to the
starting schema via xsi:schemaLocation here is a relevant portion of my xsv
result:

  <schemaDocAttempt
URI="file:///C:/projects/tests/installs/validators/xsv/xsd/maindoc/UBL-Invoi
ce-1.0.xsd"
namespace="urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0"
outcome="success" source="schemaLoc" /> 
- <schemaDocAttempt
URI="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.
0"
namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParamet
ers-1.0" outcome="failure" source="new namespace">
  <notASchema
filename="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParamete
rs-1.0">couldn't open</notASchema> 
  </schemaDocAttempt>
  <schemaDocAttempt
URI="file:///C:/projects/tests/installs/validators/xsv/xsd/common/UBL-CoreCo
mponentParameters-1.0.xsd"
namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParamet
ers-1.0" outcome="success" source="import" /> 
  <schemaDocAttempt
URI="file:///C:/projects/tests/installs/validators/xsv/xsd/common/UBL-Common
BasicComponents-1.0.xsd"
namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponent
s-1.0" outcome="success" source="import" /> 
  <schemaDocAttempt
URI="file:///C:/projects/tests/installs/validators/xsv/xsd/common/UBL-CoreCo
mponentParameters-1.0.xsd"
namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParamet
ers-1.0" outcome="redundant" source="import" /> 
- <schemaDocAttempt
URI="file:///C:/projects/tests/installs/validators/xsv/xsd/common/UBL-Unspec
ializedDatatypes-1.0.xsd"
namespace="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatyp
es-1.0" outcome="failure" source="import">
  <notASchema errors="12"
filename="file:///C:/projects/tests/installs/validators/xsv/xsd/common/UBL-U
nspecializedDatatypes-1.0.xsd" /> 
  </schemaDocAttempt>

Has anyone tried to get the import order working in such a way that XSV can
get everything together, if so can you send it to me. Thanks. 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]