Skip to main content
summaryrefslogtreecommitdiffstats
blob: ceb5dfae448a0a25683ebb5a674902fd80183f30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
attributeType "Name" extends StringAttribute {
	guid "AAMFEcF1AzV7PKuHmxwA"
	uuid 0x1000000000000070
	dataProvider DefaultAttributeDataProvider
	min 1
	max 1
	taggerId DefaultAttributeTaggerProvider
	description "Descriptive Name"
	defaultValue "unnamed"
}

attributeType "Annotation" extends CompressedContentAttribute {
	guid "AAMFEcWy0xc4e3tcemQA"
	uuid 0x1000000000000076
	dataProvider UriAttributeDataProvider
	min 0
	max unlimited
	taggerId DefaultAttributeTaggerProvider
	description "the version \'1.0\' is this \"1.2.0\""
}

attributeType "WordML" extends WordAttribute {
	guid "AAMFEcfcGS2V3SqQN2wA"
	uuid 0x100000000000007A
	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"
}

relationType "Requirement Relation" {
	guid "BOkzi3U9VTe2fcUz_9gA"
	uuid 0x2000000000000157
	sideAName "requirement-sideA"
	sideAArtifactType "Requirement"
	sideBName "subsystem-sideB"
	sideBArtifactType "SubSystem Requirement"
	defaultOrderType Lexicographical_Ascending
	multiplicity ONE_TO_MANY
}

artifactType "Artifact" {
	guid "AAMFDh6S7gRLupAMwywA"
	uuid 0x0000000000000001
	attribute "Name"
	attribute "Annotation"
}

abstract artifactType "Requirement" extends "Artifact" {
	guid "BOm4NmAq+HC1O2hkMagA"
	uuid 0x0000000000000015
	attribute "WordML"
}

artifactType "Software Requirement" extends "Requirement" {
	guid "BOm+AIG2snNbAM5FFcwA"
	uuid 0x0000000000000018
}

artifactType "System Requirement" extends "Requirement" {
	guid "BOnAaYTBOG68_Tw5Y_AA"
	uuid 0x000000000000001E
}

artifactType "SubSystem Requirement" extends "Requirement" {
	guid "BOnBhJ1XAFGKcrku3LgA"
	uuid 0x000000000000001D
}

Back to the top