-
Key: GEMS14-3
-
Legacy Issue Number: 18813
-
Status: closed
-
Source: Amergint Technologies ( Rob Andzik)
-
Summary:
The ParameterSetDefType needs a multiplicity attribute similar to ParameterDefType. This allows for lists of Parameter Sets.
-
Reported: GEMS 1.2 — Mon, 15 Jul 2013 04:00 GMT
-
Disposition: Closed; No Change — GEMS 1.4
-
Disposition Summary:
GEMS Device Definition needs multiplicity setting
This was already fixed in GEMS 1.3
<xsd:complexType name="ParameterSetDefType">
<xsd:sequence>
<xsd:element name="Description" minOccurs="0" maxOccurs="1"
type="xsd:string" />
<xsd:element name="ParameterDef" maxOccurs="unbounded" minOccurs="1"
type="ParameterDefType" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
<xsd:attribute name="multiplicity" type="xsd:int" use="optional" />
</xsd:complexType> -
Updated: Tue, 29 Mar 2016 15:08 GMT
GEMS14 — GEMS Device Definition does not include a multiplicity for ParameterSetDefType
- Key: GEMS14-3
- OMG Task Force: Ground Equipment Monitoring Service 1.4 RTF