Skip to main content
summaryrefslogblamecommitdiffstats
blob: 576875f338d683f9e3abd5a5ae3900bd90aa33bb (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
                              





                                                 
                              


                                                               
                              




                                                           
                              


                                              
                              






                                                                                                                         
                                      


                                     
                              







                                                  
                         
            

                              


                                                        
             
                          


                                                           
             


                                                         
             


                                                            
             
 
attributeType "Name" extends StringAttribute {
	id 1152921504606847088
	dataProvider DefaultAttributeDataProvider
	min 1
	max 1
	taggerId DefaultAttributeTaggerProvider
	description "Descriptive Name"
	defaultValue "unnamed"
	mediaType "text/plain"
}

attributeType "Annotation" extends CompressedContentAttribute {
	id 1152921504606847094
	dataProvider UriAttributeDataProvider
	min 0
	max unlimited
	taggerId DefaultAttributeTaggerProvider
	description "the version \'1.0\' is this \"1.2.0\""
	mediaType "text/plain"
}

attributeType "WordML" extends WordAttribute {
	id 1152921504606847098
	dataProvider UriAttributeDataProvider
	min 0
	max 1
	taggerId XmlAttributeTaggerProvider
	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" {
	id 2305843009213694295
	sideAName "requirement-sideA"
	sideAArtifactType "Requirement"
	sideBName "subsystem-sideB"
	sideBArtifactType "SubSystem Requirement"
	defaultOrderType Lexicographical_Ascending
	multiplicity ONE_TO_MANY
}

artifactType "Artifact" {
	id 1
	attribute "Name"
	attribute "Annotation"
}

abstract artifactType "Requirement" extends "Artifact" {
	id 21
	attribute "WordML"
}

artifactType "Software Requirement" extends "Requirement" {
	id 24
}

artifactType "System Requirement" extends "Requirement" {
	id 30
}

artifactType "SubSystem Requirement" extends "Requirement" {
	id 29
}

Back to the top