Opened 12 years ago
Last modified 11 years ago
#41 assigned
RSpecs: Add component_manager and property to link Ads
Reported by: | ahelsing@bbn.com | Owned by: | ibaldin@renci.org |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | AM | Version: | SPIRAL4 |
Keywords: | Cc: | ||
Dependencies: |
Description
Add <component_manager> and <property> sub-elements on <link> elements.
<property> as in the ad RSpec schema:
<xs:complexType name="LinkPropertyContents"> <xs:group ref="rspec:AnyExtension"/> <xs:attributeGroup ref="rspec:AnyExtension"/> <xs:attribute name="source_id" use="required"/> <xs:attribute name="dest_id" use="required"/> <xs:attribute name="capacity"/> <xs:attribute name="latency"/> <xs:attribute name="packet_loss"/> </xs:complexType>
Where source_id and dest_id are the component_ids of the interfaces at the end points.
component_manager as in: manifest-request.xsd:
<xs:element name="component_manager"> <xs:complexType> <xs:attribute name="name" use="required"/> </xs:complexType> </xs:element>
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from somebody to ibaldin@renci.org |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Of the 2,
component_manager
is more important.