<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>In DDI-Lifecycle 3.2 all elements which are instances of <br>
<br>
{ddi:reusable:3_2}AbstractIdentifiableType<br>
<br>
can have either URN or Agency/ID/Version sequence or both.<br>
If the element has both, the field-level specification<br>
<br>
<a id="lnk152741" href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/AbstractIdentifiableType.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/AbstractIdentifiableType.html</a><br>
<br>
states that<br>
<br>
&quot;If both URN and the identification sequence is used, <br>
and there is any conflict, the URN takes precedence. &quot;<br>
<br>
The meaning of &quot;taking precedence&quot; is, to me at least, somewhat unclear.<br>
Consider, for instance, the following XML document which is valid<br>
with respect to the DDI-Lifecycle 3.2 XML Schema:<br>
<br>
---8&lt;---8&lt;---8&lt;---<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;ddi:DDIInstance <br>
&nbsp;&nbsp;&nbsp; xmlns:ddi=&quot;ddi:instance:3_2&quot; <br>
&nbsp;&nbsp;&nbsp; xmlns:r=&quot;ddi:reusable:3_2&quot; <br>
&nbsp;&nbsp;&nbsp; &gt;<br>
&nbsp;&nbsp; &nbsp;<br>
&nbsp; &lt;r:URN&gt;urn:ddi:acme.org:another_ddi_instance:2&lt;/r:URN&gt;<br>
&nbsp; &lt;r:Agency&gt;acme.org&lt;/r:Agency&gt;<br>
&nbsp; &lt;r:ID&gt;ddi_instance&lt;/r:ID&gt;<br>
&nbsp; &lt;r:Version&gt;1&lt;/r:Version&gt;<br>
&nbsp; <br>
&lt;/ddi:DDIInstance&gt;<br>
---8&lt;---8&lt;---8&lt;---<br>
<br>
In the document above, the URN and the Agency/ID/Version sequence <br>
are conflicting. According to the field-level specification, in such<br>
a case the URN takes precedence. <br>
<br>
My question is then:<br>
<br>
Since URN takes precedence, does this mean that the &lt;ddi:DDIInstance&gt;<br>
element is known only as &quot;urn:ddi:acme.org:another_ddi_instance:2&quot;?<br>
<br>
In other words, is the above document equivalent to the document below?<br>
<br>
---8&lt;---8&lt;---8&lt;---<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;ddi:DDIInstance <br>
&nbsp;&nbsp;&nbsp; xmlns:ddi=&quot;ddi:instance:3_2&quot; <br>
&nbsp;&nbsp;&nbsp; xmlns:r=&quot;ddi:reusable:3_2&quot; <br>
&nbsp;&nbsp;&nbsp; &gt;<br>
&nbsp; &lt;r:URN&gt;urn:ddi:acme.org:another_ddi_instance:2&lt;/r:URN&gt;<br>
&lt;/ddi:DDIInstance&gt;<br>
---8&lt;---8&lt;---8&lt;---<br>
<br>
</p>
</div>
</body>
</html>