File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/content/tutorials/5-constraints-has-cardinality Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ We will begin where we left off in the previous tutorial, with the model and con
328328 </expect >
329329 <has-cardinality id =" atx-memory-count-allowed" level =" ERROR" target =" motherboard[@type='atx']/memory" min-occurs =" 1" max-occurs =" 4" />
330330 <has-cardinality id =" atx-ata-sockets-count-allowed" level =" ERROR" target =" motherboard[@type='atx']/ata-socket" min-occurs =" 0" max-occurs =" 1" />
331- <has-cardinality id =" mini-itx-memory-count-allowed" level =" ERROR" target =" motherboard[@type='mini-atx ']/memory" min-occurs =" 1" max-occurs =" 2" />
332- <has-cardinality id =" mini-itx-ata-sockets-count-allowed" level =" ERROR" target =" motherboard[@type='mini-atx ']/ata-socket" min-occurs =" 0" max-occurs =" 0" />
331+ <has-cardinality id =" mini-itx-memory-count-allowed" level =" ERROR" target =" motherboard[@type='mini-itx ']/memory" min-occurs =" 1" max-occurs =" 2" />
332+ <has-cardinality id =" mini-itx-ata-sockets-count-allowed" level =" ERROR" target =" motherboard[@type='mini-itx ']/ata-socket" min-occurs =" 0" max-occurs =" 0" />
333333 </constraint >
334334 </define-assembly >
335335 </model >
You can’t perform that action at this time.
0 commit comments