Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ ReferencedDocument | Yes | URI to document. <br> IsExternal=false “..\example
Description | Yes | Description of the document


### RelatedTopics (optional)
### RelatedTopic (optional)
Relation between topics (Clash -> PfV -> Opening)

Element/Attribute | Optional | Description |
Attribute | Optional | Description |
:-----------|:------------|:------------
RelatedTopics/GUID | Yes | List of GUIDs of the referenced topics.
Guid | Yes | Guid of the referenced topic.


### Comment
Expand Down
6 changes: 3 additions & 3 deletions Schemas/markup.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<xs:element name="ModifiedAuthor" type="UserIdType" minOccurs="0"/>
<xs:element name="AssignedTo" type="UserIdType" minOccurs="0"/>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
<xs:element name="BimSnippet" type="BimSnippet" minOccurs="0"/>
<xs:element name="BimSnippet" type="BimSnippet" minOccurs="0" maxOccurs="unbounded"/>
<!-- Name of the file in the topic folder or url -->
<xs:element name="DocumentReferences" minOccurs="0" maxOccurs="unbounded">
<xs:element name="DocumentReference" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<!-- Name of the file in the topic folder or url -->
Expand All @@ -81,7 +81,7 @@
<xs:attributeGroup ref="DocumentReference"/>
</xs:complexType>
</xs:element>
<xs:element name="RelatedTopics" minOccurs="0" maxOccurs="unbounded">
<xs:element name="RelatedTopic" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Guid" type="Guid" use="required"/>
</xs:complexType>
Expand Down
2 changes: 1 addition & 1 deletion Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</xs:complexType>
</xs:element>
<!-- ISG Jira issue BCF-17: Add support for text in the viewpoints -->
<xs:element name="Bitmaps" minOccurs="0" maxOccurs="unbounded">
<xs:element name="Bitmap" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Bitmap" type="BitmapFormat"/>
Expand Down