Skip to content

Commit

Permalink
Updated IPXACT schema submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 30, 2023
1 parent e7df521 commit 99fd646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema
Submodule schema updated 56 files
+30 −0 .editorconfig
+14 −0 .github/dependabot.yml
+18 −0 .github/pull_request_template.md
+39 −0 .github/workflows/Pipeline.yml
+30 −0 .gitignore
+83 −0 LICENSE.md
+13 −0 NOTICE.md
+33 −23 README.md
+40 −0 ieee-1685-2009/README.md
+4,894 −0 ieee-1685-2009/TGI/TGI.html
+11,291 −0 ieee-1685-2009/TGI/TGI.wsdl
+2,723 −0 ieee-1685-2009/TGI/TGI.xml
+154 −0 ieee-1685-2009/TGI/TGI.xsd
+40 −0 ieee-1685-2014/README.md
+177 −0 ieee-1685-2022/LICENSE
+11 −0 ieee-1685-2022/NOTICE
+6 −0 ieee-1685-2022/README.md
+72,691 −0 ieee-1685-2022/TGI/TGI.wsdl
+66,935 −0 ieee-1685-2022/TGI/TGI.yaml
+302 −0 ieee-1685-2022/abstractionDefinition.xsd
+165 −0 ieee-1685-2022/abstractor.xsd
+109 −0 ieee-1685-2022/autoConfigure.xsd
+114 −0 ieee-1685-2022/busDefinition.xsd
+591 −0 ieee-1685-2022/busInterface.xsd
+79 −0 ieee-1685-2022/catalog.xsd
+1,134 −0 ieee-1685-2022/commonStructures.xsd
+441 −0 ieee-1685-2022/component.xsd
+19 −0 ieee-1685-2022/configurable.xsd
+261 −0 ieee-1685-2022/constraints.xsd
+73 −0 ieee-1685-2022/design.xsd
+187 −0 ieee-1685-2022/designConfig.xsd
+467 −0 ieee-1685-2022/file.xsd
+88 −0 ieee-1685-2022/fileType.xsd
+286 −0 ieee-1685-2022/generator.xsd
+102 −0 ieee-1685-2022/identifier.xsd
+72 −0 ieee-1685-2022/index.xsd
+1,862 −0 ieee-1685-2022/memoryMap.xsd
+364 −0 ieee-1685-2022/model.xsd
+1,161 −0 ieee-1685-2022/port.xsd
+221 −0 ieee-1685-2022/signalDrivers.xsd
+286 −0 ieee-1685-2022/simpleTypes.xsd
+376 −0 ieee-1685-2022/subInstances.xsd
+198 −0 ieee-1685-2022/typeDefinitions.xsd
+24 −0 ieee-1685-2022/xml.xsd
+4,094 −0 ipxact-1.4/TGI/TGI.html
+10,132 −0 ipxact-1.4/TGI/TGI.wsdl
+2,249 −0 ipxact-1.4/TGI/TGI.xml
+94 −0 ipxact-1.4/TGI/TGI.xsd
+4,894 −0 ipxact-1.5/TGI/TGI.html
+11,320 −0 ipxact-1.5/TGI/TGI.wsdl
+2,723 −0 ipxact-1.5/TGI/TGI.xml
+154 −0 ipxact-1.5/TGI/TGI.xsd
+55 −0 pyproject.toml
+0 −0 requirements.txt
+6 −0 tests/requirements.txt
+178 −0 tests/unit/IPXACT.py

0 comments on commit 99fd646

Please sign in to comment.