Skip to content

Commit

Permalink
Rename TopicFiles to TopicFileIds
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Oct 9, 2023
1 parent eade8f4 commit df136b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<!-- The TopicFiles element lists the model files this viewpoint is supposed to load.-->
<xs:element name="TopicFiles" type="TopicFiles"/>
<!-- The TopicFileIds element lists the model files this viewpoint is supposed to load.-->
<xs:element name="TopicFileIds" type="TopicFileIds"/>
<!--
Although plural, 'Components' is not a collection
-->
Expand Down Expand Up @@ -108,7 +108,7 @@
<xs:maxExclusive value="180"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="TopicFiles">
<xs:complexType name="TopicFileIds">
<xs:sequence>
<!-- A viewpoint needs to list it's referenced files, so at least one file must be present. -->
<xs:element name="TopicFileId" type="TopicFileId" maxOccurs="unbounded"/>
Expand Down

0 comments on commit df136b5

Please sign in to comment.