Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
index ceb5dfae448..1c5930a9691 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
@@ -7,6 +7,7 @@ attributeType "Name" extends StringAttribute {
taggerId DefaultAttributeTaggerProvider
description "Descriptive Name"
defaultValue "unnamed"
+ mediaType "text/plain"
}
attributeType "Annotation" extends CompressedContentAttribute {
@@ -17,6 +18,7 @@ attributeType "Annotation" extends CompressedContentAttribute {
max unlimited
taggerId DefaultAttributeTaggerProvider
description "the version \'1.0\' is this \"1.2.0\""
+ mediaType "text/plain"
}
attributeType "WordML" extends WordAttribute {
@@ -29,6 +31,7 @@ attributeType "WordML" extends WordAttribute {
description "value must comply with WordML xml schema"
defaultValue "<w:p xmlns:w=\"http://schemas.microsoft.com/office/word/2003/wordml\"><w:r><w:t></w:t></w:r></w:p>"
fileExtension "xml"
+ mediaType "application/msword"
}
relationType "Requirement Relation" {

Back to the top