Skip to content

Commit 2925760

Browse files
committed
Rename 'ViewSetupHint' type to 'ViewSetupHints'
1 parent a3207c9 commit 2925760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Schemas/visinfo.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@
8989
</xs:simpleType>
9090
<xs:complexType name="Components">
9191
<xs:sequence>
92-
<xs:element name="ViewSetupHints" type="ViewSetupHint" minOccurs="0" />
92+
<xs:element name="ViewSetupHints" type="ViewSetupHints" minOccurs="0" />
9393
<!-- Components with relevance to the viewpoint. They should be displayed highlighted or selected in a viewer -->
9494
<xs:element name="Selection" type="ComponentSelection" minOccurs="0" />
9595
<xs:element name="Visibility" type="ComponentVisibility" minOccurs="1" />
9696
<xs:element name="Coloring" type="ComponentColoring" minOccurs="0" />
9797
</xs:sequence>
9898
</xs:complexType>
99-
<xs:complexType name="ViewSetupHint">
99+
<xs:complexType name="ViewSetupHints">
100100
<xs:attribute name="SpacesVisible" type="xs:boolean"/>
101101
<xs:attribute name="SpaceBoundariesVisible" type="xs:boolean"/>
102102
<xs:attribute name="OpeningsVisible" type="xs:boolean"/>

0 commit comments

Comments
 (0)