-
Key: DDSXTY_-12
-
Legacy Issue Number: 16271
-
Status: closed
-
Source: DECA ( Rick Warren)
-
Summary:
OMG Issue No: ?????
Title: Incorrect default extensibility kind value in XSD file
Source:
RTI (Mr. Alejandro de Campos, alejandro@rti.com)
Summary:
The declaration of the complex type structOrUnionTypeDecl in the XSD file contains the following attribute declaration:
<xs:attribute name="extensibility"
type="extensibilityKind"
use="optional"
default="false"/>
However, “false” is not a valid value for the extensibilityKind type.
Proposed Resolution:
Change the default value to “extensible”.
Proposed Revised Text:
Replace the following attribute declaration within the complex type structOrUnionTypeDecl:
<xs:attribute name="extensibility"
type="extensibilityKind"
use="optional"
default="false"/>
Â…with this one:
<xs:attribute name="extensibility"
type="extensibilityKind"
use="optional"
default="extensible"/>
-
Reported: DDS-XTypes 1.0b2 — Mon, 23 May 2011 04:00 GMT
-
Disposition: Resolved — DDS-XTypes 1.0
-
Disposition Summary:
Change the default value to “extensible”.
-
Updated: Fri, 6 Mar 2015 21:48 GMT
DDSXTY_ — Incorrect default extensibility kind value in XSD file
- Key: DDSXTY_-12
- OMG Task Force: 2nd Extensible and Dynamic Topic Types for DDS FTF