Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Schemas/markup.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<xs:element name="Priority" type="Priority" minOccurs="0"/>
<!-- ISG Jira issue BCF-8 Add a way save order the topics -->
<xs:element name="Index" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="Label" type="TopicLabel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Labels" type="TopicLabel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="CreationDate" type="xs:dateTime" minOccurs="0"/>
<xs:element name="CreationAuthor" type="UserIdType" minOccurs="0"/>
<xs:element name="ModifiedDate" type="xs:dateTime" minOccurs="0"/>
Expand All @@ -76,7 +76,7 @@
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="BimSnippet" type="BimSnippet" minOccurs="0" maxOccurs="1"/>
<!-- Name of the file in the topic folder or url -->
<xs:element name="DocumentReference" minOccurs="0" maxOccurs="unbounded">
<xs:element name="DocumentReferences" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<!-- Name of the file in the topic folder or url -->
Expand Down