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
I am using XSD-PHP for the first time . My goal is to convert XSD files to PHP classes using XSD2PHP
The following is the contents of my config.yml file
xsd2php:
namespaces:
"": 'App\Dto\InfoCamereBilanci'
destinations_php:
'App\Dto\InfoCamereBilanci': app\Dto\InfoCamereBilanci
# 'App\Dto\InfoCamereBilanci': soap\src # on Windows
destinations_jms:
'App\Dto\InfoCamereBilanci': storage\bilanci\metadata
# 'InfoCamereBilanci': soap\metadata # on Windows
# Uncomment this section if you want to have also symfony/validator metadata to be generated from XSD
# destinations_validation:
# 'App\Dto\InfoCamereBilanci': validation
# 'App\Dto\InfoCamereBilanci': soap\validation # on Windows
aliases: # optional
"http://www.xbrl.org/2003/instance/":
union: "MyCustomMappedPHPType"
naming_strategy: short # optional and default
path_generator: psr4 # optional and default
# known_locations: # optional
# "http://www.example.org/test/somefile.xsd": somefile.xsd
# known_namespace_locations: # optional
# "urn:veloconnect:catalog-1.1": xsd/catalog-1.1.xsd
I am using XSD-PHP for the first time . My goal is to convert XSD files to PHP classes using XSD2PHP
The following is the contents of my config.yml file
The error message I am getting in the command prompt is as follows
Can't find type named {http://www.w3.org/2001/XMLSchema}#, at line 160 in http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd
Any help would be appreciated thank you.
The text was updated successfully, but these errors were encountered: