Skip to content

Commit 2955096

Browse files
authored
Merge pull request #119 from rudnerbjoern/dev
set id to required at 'alteredIdNode'
2 parents 1d0d404 + 02ef166 commit 2955096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.2/itop_design.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
</xs:attributeGroup>
13271327

13281328
<xs:attributeGroup name="alteredIdNode">
1329-
<xs:attribute name="id" type="xs:string" />
1329+
<xs:attribute name="id" type="xs:string" use="required" />
13301330
<xs:attributeGroup ref="alteredNode" />
13311331
</xs:attributeGroup>
13321332

0 commit comments

Comments
 (0)