Skip to content

Commit

Permalink
Merge pull request #64 from venilillkall/relatedtopics
Browse files Browse the repository at this point in the history
Markup schema fix for recurring elements
  • Loading branch information
linhard authored Jul 20, 2016
2 parents 1ca0b57 + 773ba53 commit 12fa53f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion Schemas/markup.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<xs:element name="DueDate" type="xs:dateTime" 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="DocumentReference" minOccurs="0" maxOccurs="unbounded">
<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

0 comments on commit 12fa53f

Please sign in to comment.