-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml
39 lines (32 loc) · 1.48 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# config.yml
# Linux Users: PHP Namespaces use back slash \ rather than a forward slash /
# So for destinations_php, the namespace would be TestNs\MyApp
xsd2php:
namespaces:
'http://www.tce.se.gov.br/sagres2024/xml/tabelasInternas': 'TabInternas'
'http://www.tce.se.gov.br/sagres2024/xml/sagresEdu': 'SagresEdu'
'http://www.tce.se.gov.br/sagres2024/xml/genericos': 'Genericos'
destinations_php:
'TabInternas': modules\sagres\soap\src\tabInternasClass
'SagresEdu': modules\sagres\soap\src\sagresEdu
'Genericos': modules\sagres\soap\src\genericosClass
# 'TestNs\MyApp': soap\src # on Windows
destinations_jms:
'TabInternas': modules\sagres\soap\metadata\tabInternasMetadata
'SagresEdu': modules\sagres\soap\metadata\sagresEduMetadata
'Genericos': modules\sagres\soap\metadata\genericosMetadata
# 'TestNs\MyApp': soap\metadata # on Windows
# Uncomment this section if you want to have also symfony/validator metadata to be generated from XSD
# destinations_validation:
# 'TestNs\MyApp': soap/validation
# 'TestNs\MyApp': soap\validation # on Windows
# aliases: # optional
# 'http://www.example.org/test/':
# MyCustomXSDType: 'MyCustomMappedPHPType'
naming_strategy: short # optional and default
path_generator: psr4 # optional and default
# known_locations: # optional
# known_namespace_locations: # optional
# "urn:veloconnect:catalog-1.1": xsd/catalog-1.1.xsd
configs_jms: #optional
xml_cdata: false # Disables CDATA