Skip to content

Push Port XML Schemas for Python

License

Notifications You must be signed in to change notification settings

greenfrogs/DarwinPushPortPythonSchema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Darwin Push Port XML Schemas for Python

Darwin push port XML schema for Python v16 using generateDS

Setup

To generate updated files install generateDS, add the schema files to ./schema and run the following:

Single File:
$ python .\generateDS.py -f --use-source-file-as-module-name --one-file-per-xsd --external-encoding=utf-8 --output-directory ./darwin/ FILE_NAME

Multi File (pwsh):
$ Get-ChildItem -File ./schema | Foreach { python .\generateDS.py -f --use-source-file-as-module-name --one-file-per-xsd --external-encoding=utf-8 --output-directory ./darwin/ $_.fullname}