View Issue Details

IDProjectCategoryView StatusLast Update
000558110000-005: Information ModelSpecpublic2021-04-27 16:10
ReporterJim Luth Assigned ToJeff Harding  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0005581: Binary schema does not mention attribute IsOptionSet
Description

The attribute "IsOptionSet" (possible at least for enumerated types) is not mentioned in schema.

TagsNo tags attached.
Commit Version
Fix Due Date

Relationships

related to 0005413 closedRandy Armstrong NodeSets, XSDs and Generated Code Binary schema does not mention attribute IsOptionSet 

Activities

Randy Armstrong

2020-04-14 15:46

administrator   ~0011913

Added IsOptionSet to OPCBinarySchema.xsd.
Part 5 needs to be updated.

Jeff Harding

2020-06-08 19:29

developer   ~0012194

It is not clear to me what exactly I need to fix in Part 5.
Can you give me some guidance?

Jeff Harding

2021-03-09 17:27

developer   ~0014016

Need to add the IsOptionSet to Annex C

<xs:complexType name="EnumeratedType">
<xs:complexContent>
<xs:extension base="OpaqueType">
<xs:sequence>
<xs:element name="EnumeratedValue" type="EnumeratedValue" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="IsOptionSet" type="xs:boolean" default="false" />
</xs:extension>
</xs:complexContent>
</xs:complexType>

Jeff Harding

2021-03-09 17:38

developer   ~0014017

Add the IsOptionSet Attribute to the EnumeratedType components definition in Table C.4.

Jim Luth

2021-04-27 16:10

administrator   ~0014266

Agreed to changes in telecon.

Issue History

Date Modified Username Field Change
2020-04-14 15:46 Jim Luth New Issue
2020-04-14 15:46 Jim Luth Status new => assigned
2020-04-14 15:46 Jim Luth Assigned To => Randy Armstrong
2020-04-14 15:46 Jim Luth Issue generated from: 0005413
2020-04-14 15:46 Jim Luth Note Added: 0011913
2020-04-14 15:46 Jim Luth Relationship added related to 0005413
2020-04-14 15:47 Jim Luth Project NodeSets, XSDs and Generated Code => 10000-005: Information Model
2020-04-14 15:47 Jim Luth Category Implementation Bug => Api Change
2020-04-14 15:47 Jim Luth Assigned To Randy Armstrong => Jeff Harding
2020-06-08 19:29 Jeff Harding Assigned To Jeff Harding => Randy Armstrong
2020-06-08 19:29 Jeff Harding Status assigned => feedback
2020-06-08 19:29 Jeff Harding Note Added: 0012194
2021-03-09 17:22 Jim Luth Assigned To Randy Armstrong => Jeff Harding
2021-03-09 17:23 Jim Luth Status feedback => assigned
2021-03-09 17:23 Jim Luth Category Api Change => Spec
2021-03-09 17:23 Jim Luth Product Version => 1.04
2021-03-09 17:23 Jim Luth Target Version => 1.05
2021-03-09 17:27 Jeff Harding Note Added: 0014016
2021-03-09 17:38 Jeff Harding Status assigned => resolved
2021-03-09 17:38 Jeff Harding Resolution open => fixed
2021-03-09 17:38 Jeff Harding Fixed in Version => 1.05
2021-03-09 17:38 Jeff Harding Note Added: 0014017
2021-04-27 16:10 Jim Luth Status resolved => closed
2021-04-27 16:10 Jim Luth Note Added: 0014266