Tracker: PLCS PSMmodel  :—Issues approved by CCB and in work

[Index] [Process] [All issues] [CCB issues] [Open NoRes issues]

Export date: 2012-12-02 03:07:21

Row Id Category Summary Details Priority Status Resolution Release Submitter Assignee Closer Date Raised Date Closed
1 3575463 PLCS PSM XSD common.xsd: add header The XSD does not currently have any header information such as what version of the schema It is recommended that the P28 header is adopted. <xsd:element name="Uos" type="Uos"> <xsd:annotation> <xsd:documentation></xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Uos"> <xsd:annotation> <xsd:documentation>Unit of serialization</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Header" type="Header"/> <xsd:element name="DataContainer" type="DataContainer" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="Header"> <xsd:annotation> <xsd:documentation></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Name" type="xsd:string" minOccurs="0"/> <xsd:element name="TimeStamp" type="xsd:dateTime" minOccurs="0"/> <xsd:element name="Author" type="NameAndAddress" minOccurs="0"/> <xsd:element name="Organization" type="NameAndAddress" minOccurs="0"/> <xsd:element name="PreprocessorVersion" type="xsd:string" minOccurs="0"/> <xsd:element name="OriginatingSystem" type="xsd:string" minOccurs="0"/> <xsd:element name="Authorization" type="xsd:string" minOccurs="0"/> <xsd:element name="Documentation" type="xsd:string" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="NameAndAddress"> <xsd:sequence> <xsd:element name="Name" type="xsd:string" /> <xsd:element name="Address"> <xsd:complexType> <xsd:sequence> <xsd:element name="AddressLine" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> 5 Open Accepted robbod mikeward nobody 2012-10-08 12:12:45 1970-01-01 12:00:00
2 3575465 PLCS PSM XSD common.xsd: mandatory reference uidRef The uidRef attribute on complextype Reference should be mandatory <xsd:complexType name="Reference"> <xsd:annotation> <xsd:documentation> A reference to a Base Type object within the data file </xsd:documentation> </xsd:annotation> <xsd:attribute name="uidRef" type="xsd:IDREF" use="required"/> </xsd:complexType> 5 Open Accepted robbod mikeward nobody 2012-10-08 12:16:25 1970-01-01 12:00:00
3 3588524 PLCS PSM Model DatedEffectivity attribute definitions not updated The attribute definitions imply that only the endBound is optional, this is not the case. The startBound was made optional to cover the case when we don't know when something became effective, we just know when it ended. Update the definition of startBound. There is possibly a need for a where rule in the EXPRESS model to ensure that either startBound, or endBound or both are present and a corresponding OCL constraint in the SysML model also. 5 Open Accepted philsp nobody nobody 2012-11-19 04:05:29 1970-01-01 12:00:00