Stream: implementers
Topic: Forge Extension url fixedUri missing type
Alexander Henket (Oct 31 2016 at 17:02):
When you fix an Extension.url value then Forge writes a fixedUri, but no type. Subsequently there is an invariant (eld-6) kicking in that requires 1 type when you use fixedUri. @Michel Rutten
Expected:
<element>
<path value="Extension.url"/>
<representation value="xmlAttr"/>
<type>
<code value="uri"/>
</type>
<fixedUri value="http://..."/>
</element>
Forge however does not output element.type. Known?
Lloyd McKenzie (Oct 31 2016 at 18:01):
@Alexander Henket Forge issues are usually raised on the Conformance stream
Alexander Henket (Oct 31 2016 at 18:02):
My bad.. it already occurred to me that I could not find too many issues in this stream. Now I know :-)
Michel Rutten (Nov 01 2016 at 09:04):
@Alexander Henket this seems like a bug, Forge should also initialize the element type. Thank you for reporting this!
Alexander Henket (Nov 01 2016 at 09:05):
Ok. Thanks.
Last updated: Apr 12 2022 at 19:14 UTC