Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audit info on viewpoints #389

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ In summary, after applying the following viewpoint:
```xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<VisualizationInfo Guid="9e913da8-860c-4d48-9d94-ccccc2e1d9ca">
<CreationDate>2024-10-21T12:42:36.513Z</CreationDate>
<CreationAuthor>[email protected]</CreationAuthor>
<Components>
<TopicFileIds>
<TopicFileId Id="4186dcbf-8b7d-4226-b9a8-7bf5b9747eb1" />
Expand Down
2 changes: 2 additions & 0 deletions Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CreationDate" type="xs:dateTime"/>
<xs:element name="CreationAuthor" type="NonEmptyOrBlankString"/>
<!-- The TopicFileIds element lists the model files this viewpoint is supposed to load.-->
<xs:element name="TopicFileIds" type="TopicFileIds" minOccurs="0"/>
<!--
Expand Down