You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I want to detect and make a simple validation of each pdf and xml file that could be converted into a ZugferdDocument through the readers. For that I tried some of your sample files that are included into your tests.
The file xml_extended_1.xml could not be validated with the ZugferdXsdValidator.
Is the file xml_extended_1.xml supposed to work but isn't compatible with the Xsd validation rules?
Error:
[ERROR] [line 359] 1871 : Element
'{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}FormattedIssueDateTime':
Missing child element(s). Expected is (
{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}DateTimeString ).
[line 364] 1871 : Element
'{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}FormattedIssueDateTime':
Missing child element(s). Expected is (
{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}DateTimeString ).
In my project I want to detect and make a simple validation of each pdf and xml file that could be converted into a
ZugferdDocument
through the readers. For that I tried some of your sample files that are included into your tests.The file
xml_extended_1.xml
could not be validated with theZugferdXsdValidator
.Is the file
xml_extended_1.xml
supposed to work but isn't compatible with the Xsd validation rules?Error:
Laravel Console Command Class:
The text was updated successfully, but these errors were encountered: