XML Representation Summary: ServiceDescriptor? ? Element | ||
<oslc_asset:ServiceDescriptor rdf:about="anyURI"> Content: {dc:title, dc:description?, dc:contributor?} </oslc_asset:ServiceDescriptor> | ||
Property | Representation | Presentable |
dc:title | The REQUIRED title string. Note that this element comes from the DC namespace, allowing tools unaware of the change management domain to access this element. | Yes |
dc:description | The REQUIRED description string. This element comes from the DC namespace, allowing tools completely unaware of the change management domain to access this element. | Yes |
dc:contributor | The OPTIONAL contributor string. This element comes from the DC namespace, defining the contributing entity of this service implementation. | N/A |
- dc:title | The OPTIONAL title string that could be used for display. | Yes |
- dc:identifier | The REQUIRED contributor identifier. This can be of any form but recommend to either be of URN com.{company name}.{product indentifier} or URL forms. This property is to be used by a client application to identify the provider of this service. | No |
- oslc_asset:icon | The OPTIONAL URL to an icon file that represents the provider. This icon should be a favicon format and 16x16 pixels in size | Yes |
- oslc_asset:home | The OPTIONAL home element when present it MUST have child elements <dc:title> and <oslc_cm:url>. This can be used by service providers to provide a URL to the main Web UI which clients may use to navigate to. There MUST only be one occurrence of this element. | Only <dc:title> |
- oslc_asset:factory | The OPTIONAL factory element with REQUIRED child elements <dc:title> and <oslc_asset:url>. There may be an optional <oslc_asset:identifier> element that is intended for use in a choice list. | Only <dc:title> |
- oslc_asset:simpleQuery | The OPTIONAL simple query element with REQUIRED child elements <dc:title> and <oslc_asset:url>. There MUST be only one simpleQuery element. | Only <dc:title> |
<?xml version="1.0" encoding="UTF-8"?> <oslc_asset:ServiceDescriptor rdf:about="https://server:9443/am/oslc/assets/services"> <dc:title>Asset Management Services</dc:title> <dc:description> Asset Manager OSLC Asset Management Service Description </dc:description> <dc:contributor> <dc:title>Asset Manager</dc:title> <dc:identifier>com.ibm.am.assets</dc:identifier> <oslc_asset:icon>https://am/images/RationalAssetManager.ico</oslc_asset:icon> </dc:contributor> <!-- Services --> <oslc_asset:assets oslc_asset:version="1.0"> <oslc_asset:home rdf:about="https://server:9443/am/oslc/assets"> <dc:title>Assets Home</dc:title> </oslc_asset:home> <!-- Create asset location --> <oslc_asset:factory rdf:about="https://server:9443/am/oslc/assets"> <dc:title>Default location for creation of assets</dc:title> </oslc_asset:factory> <!-- Asset Search --> <oslc_asset:simpleQuery rdf:about="https://server:9443/am/oslc/search"> <dc:title>Assets queries</dc:title> </oslc_asset:simpleQuery> </oslc_asset:assets> </oslc_asset:ServiceDescriptor>