File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 89
89
</xs : simpleType >
90
90
<xs : complexType name =" Components" >
91
91
<xs : sequence >
92
- <xs : element name =" ViewSetupHints" type =" ViewSetupHint " minOccurs =" 0" />
92
+ <xs : element name =" ViewSetupHints" type =" ViewSetupHints " minOccurs =" 0" />
93
93
<!-- Components with relevance to the viewpoint. They should be displayed highlighted or selected in a viewer -->
94
94
<xs : element name =" Selection" type =" ComponentSelection" minOccurs =" 0" />
95
95
<xs : element name =" Visibility" type =" ComponentVisibility" minOccurs =" 1" />
96
96
<xs : element name =" Coloring" type =" ComponentColoring" minOccurs =" 0" />
97
97
</xs : sequence >
98
98
</xs : complexType >
99
- <xs : complexType name =" ViewSetupHint " >
99
+ <xs : complexType name =" ViewSetupHints " >
100
100
<xs : attribute name =" SpacesVisible" type =" xs:boolean" />
101
101
<xs : attribute name =" SpaceBoundariesVisible" type =" xs:boolean" />
102
102
<xs : attribute name =" OpeningsVisible" type =" xs:boolean" />
You can’t perform that action at this time.
0 commit comments