exposure.xsd accepts duplicated asset ids

Bug #1273155 reported by Paolo Tormene
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Natural hazards' Risk Markup Language (NRML)
New
Undecided
Unassigned

Bug Description

<xs:attribute name="id" type="xs:string" use="required"/>

This line should be replaced with:
<xs:attribute name="id" type="xsd:ID" use="required"/>

Notice that exposures which have duplicated ids would be declared as invalid after this change, whereas now they are considered valid.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.