Skip to content

Commit fe57632

Browse files
authored
Create partOf.puml
1 parent 1794ecd commit fe57632

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

src/plantuml/OrgStruct/partOf.puml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
@startuml
2+
top to bottom direction
3+
skinparam linetype ortho
4+
skinparam packageStyle rectangle
5+
skinparam wrapWidth 180
6+
skinparam nodesep 8
7+
skinparam ranksep 25
8+
hide empty members
9+
10+
package "Haupt_Organisation" {
11+
12+
class Haupt_Organization {
13+
}
14+
15+
class HealthcareService_Haupt_Organization {
16+
}
17+
18+
class Location_Haupt_Organization {
19+
}
20+
21+
class Endpoint_Haupt_Organization {
22+
}
23+
24+
Haupt_Organization <--- HealthcareService_Haupt_Organization : providedBy
25+
HealthcareService_Haupt_Organization ---> Location_Haupt_Organization : location
26+
HealthcareService_Haupt_Organization ---> Endpoint_Haupt_Organization : endpoint
27+
}
28+
29+
30+
31+
package "Unter_Organisation" {
32+
33+
class Unter_Organization {
34+
}
35+
36+
class HealthcareService_Unter_Organization {
37+
}
38+
39+
class Location_Unter_Organization {
40+
}
41+
42+
class Endpoint_Unter_Organization {
43+
}
44+
45+
Unter_Organization <--- HealthcareService_Unter_Organization : providedBy
46+
HealthcareService_Unter_Organization ---> Location_Unter_Organization : location
47+
HealthcareService_Unter_Organization ---> Endpoint_Unter_Organization : endpoint
48+
}
49+
50+
Haupt_Organization <--- Unter_Organization : providedBy
51+
52+
53+
@enduml

0 commit comments

Comments
 (0)