View Issue Details

IDProjectCategoryView StatusLast Update
0005349NodeSets, XSDs and Generated CodeImplementation Bugpublic2020-04-14 16:02
ReporterHock, Christian Assigned ToRandy Armstrong  
PriorityimmediateSeverityblockReproducibilityalways
Status closedResolutionduplicate 
Summary0005349: UANodeSet.xsd "<xs:element name="Documentation" type="xs:string" minOccurs="0"></xs:element>"
Description

The position of "<xs:element name="Documentation" type="xs:string" minOccurs="0"></xs:element>" has changed in a incompatible way without a known reason.

Steps To Reproduce

see V1.04 commit from 2018-11-20:

  • ab69019d367cfc50e5486888622fc359dc02d77e
    <xs:complexType name="UANode">
    <xs:sequence>
    <xs:element name="DisplayName" type="LocalizedText" minOccurs="0" maxOccurs="unbounded"></xs:element>
    <xs:element name="Description" type="LocalizedText" minOccurs="0" maxOccurs="unbounded"></xs:element>
    <xs:element name="Category" type="xs:string" minOccurs="0" maxOccurs="unbounded"></xs:element>
    <xs:element name="References" type="ListOfReferences" minOccurs="0"></xs:element>
    <xs:element name="RolePermissions" type="ListOfRolePermissions" minOccurs="0"></xs:element>
  • <xs:element name="Documentation" type="xs:string" minOccurs="0"></xs:element>
    <xs:element name="Extensions" type="ListOfExtensions" minOccurs="0"></xs:element>
    </xs:sequence>

see the later commit 2019-04-13:
2db8252dd2af73845cbc50777ae55dd023238ccd
<xs:complexType name="UANode">
<xs:sequence>
<xs:element name="DisplayName" type="LocalizedText" minOccurs="0" maxOccurs="unbounded"></xs:element>
<xs:element name="Description" type="LocalizedText" minOccurs="0" maxOccurs="unbounded"></xs:element>
<xs:element name="Category" type="xs:string" minOccurs="0" maxOccurs="unbounded"></xs:element>

  • <xs:element name="Documentation" type="xs:string" minOccurs="0"></xs:element>
    <xs:element name="References" type="ListOfReferences" minOccurs="0"></xs:element>
    <xs:element name="RolePermissions" type="ListOfRolePermissions" minOccurs="0"></xs:element>
  • <xs:element name="Documentation" type="xs:string" minOccurs="0"></xs:element>
    <xs:element name="Extensions" type="ListOfExtensions" minOccurs="0"></xs:element>
    </xs:sequence>
TagsNo tags attached.
Commit Version
Fix Due Date

Relationships

duplicate of 0004708 closedRandy Armstrong Breaking change in UANodeSet.xsd 

Activities

Jim Luth

2020-04-14 16:02

administrator   ~0011917

Agreed to duplicate.

Issue History

Date Modified Username Field Change
2019-12-11 21:50 Hock, Christian New Issue
2020-04-09 19:29 Jim Luth Assigned To => Randy Armstrong
2020-04-09 19:29 Jim Luth Status new => assigned
2020-04-10 02:26 Randy Armstrong Status assigned => resolved
2020-04-10 02:26 Randy Armstrong Resolution open => duplicate
2020-04-10 02:26 Randy Armstrong Relationship added duplicate of 0004708
2020-04-14 16:02 Jim Luth Status resolved => closed
2020-04-14 16:02 Jim Luth Note Added: 0011917