-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added stereotype property in General tab in Model metaclass. (#24)
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
decomposed/extensions/MDDE_LDM/Profile/Model/Forms/General.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<o:FormTargetItem Id="9DD2EE19-51E5-42B7-A2C0-6355A5C59C90"> | ||
<a:ObjectID>9DD2EE19-51E5-42B7-A2C0-6355A5C59C90</a:ObjectID> | ||
<a:Name>General</a:Name> | ||
<a:Code>GENERAL</a:Code> | ||
<a:FormTargetItem.Value><Form > | ||
<StandardNameAndCode Attribute="NameAndCode" SizeInChars="1" HorizontalResize="true" /> | ||
<StandardAttribute Attribute="Comment" Caption="Comment:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<StandardAttribute Attribute="Filename" Caption="File name:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<StandardAttribute Attribute="Author" Caption="Author:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<HorizontalLayout Name="HorizontalLayout" > | ||
<StandardAttribute Attribute="Version" Caption="Version:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<StandardAttribute Attribute="ExtractionFullVersion" Caption="Repository:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
</HorizontalLayout> | ||
<StandardAttribute Attribute="DefaultDiagram" Caption="Default Diagram:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<StandardAttribute Attribute="KeywordList" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> | ||
<StandardAttribute Attribute="Stereotype" Caption="Stereotype" SizeInChars="1" HorizontalResize="Yes" /> | ||
</Form> | ||
</a:FormTargetItem.Value> | ||
<a:CreationDate>1717621987</a:CreationDate> | ||
<a:Creator>HarmenWessels</a:Creator> | ||
<a:Comment>This form is the standard General tab for a Model. where the Stereotype property is added.</a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:FormType>GENERAL</a:FormType> | ||
</o:FormTargetItem> |