xsdata - PlantUML plugin
Generate PlantUML class diagrams from xml schemas, wsdl definitions and directly from xml documents.
Usage
$ pip install xsdata-plantuml
$ xsdata samples/order.xsd --output plantuml --package samples
@startuml
class Items {
+item : item[]
}
Items +-- item
class item {
+productName : string
+quantity : positiveInteger
+USPrice : decimal
+comment : comment
+shipDate : date
+partNum : string
}
class PurchaseOrderType {
+shipTo : USAddress
+billTo : USAddress
+comment : comment
+items : Items
+orderDate : date
}
class USAddress {
+name : string
+street : string
+city : string
+state : string
+zip : decimal
+country : NMTOKEN
}
class comment {
+value : string
}
class purchaseOrder {
}
purchaseOrder *- PurchaseOrderType
@enduml
Release files for xsdata-plantuml 24.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xsdata_plantuml-24.3.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xsdata_plantuml-24.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / xsdata_plantuml-24.3.tar.gz
| Download URL | xsdata_plantuml-24.3.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
069e678207a7f9691d2e301512776640b3619de664ad58ecade30776e703c990
|
|
BLAKE2b-256 checksum How to use checksums |
13190e4a73c384edd6638dd33f0e9f4b18c76456b9e4461cee41e01ca5299a10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / xsdata_plantuml-24.3-py3-none-any.whl
| Download URL | xsdata_plantuml-24.3-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0d32f8bc514c7ae52242702fc852f57135768611fb523910a352f704ba45e8b
|
|
BLAKE2b-256 checksum How to use checksums |
402eb613514af26e48867258178b86ac7b84014202e1792fc9a521634f8b235f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|