under development
The generic Architecture Management Resource resource properties are not limited to the ones defined in this specification, service providers may provide additional properties.
- Name:
Resource
- Type URI
http://open-services.net/ns/am#Resource
Prefixed Name |
Occurs |
Read-only |
Value-type |
Representation |
Range |
Description |
OSLC Core: Common Properties |
|
|
|
|
|
|
oslc:shortTitle |
zero-or-one |
unspecified |
XMLLiteral |
n/a |
n/a |
Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element. |
dcterms:description |
zero-or-one |
unspecified |
XMLLiteral |
n/a |
n/a |
Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML <div> element. |
dcterms:title |
exactly-one |
unspecified |
XMLLiteral |
n/a |
n/a |
Title (reference: Dublin Core) or often a single line summary of the resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML <div> element. |
OSLC AM: Common relationships |
|
|
|
|
|
|
dcterms:relation |
zero-or-many |
unspecified |
Resource |
Reference |
any |
A related resource. This property is the most generic type of relationship and can be used when there is no better defined property. |
oslc_am:refines |
zero-or-many |
unspecified |
Resource |
Reference |
any |
From SysML profile. This resource is a refinement of the referenced resource. (e.g. A Use Case scenario might be a refinement of a textual requirement that describes the interaction). |
oslc_am:satisfies |
zero-or-many |
unspecified |
Resource |
Reference |
any |
From SysML profile. This resource satisfies a requirement (the referenced resource). (e.g. A UML Component satisfies a requirement to provide some type of functionality) |
oslc_am:verifies |
zero-or-many |
unspecified |
Resource |
Reference |
any |
From SysML profile. This resource traces to requirement (the referenced resource). (e.g. A Sequence diagram verifies a requirement that describes a protocol). |