Skip to content

Commit

Permalink
[WIP] Fix mini-atx->mini-itx for 1st example model for usnistgov#545
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Feb 29, 2024
1 parent 44d82ec commit 9c5cb89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ We will begin where we left off in the previous tutorial, with the model and con
</expect>
<has-cardinality id="atx-memory-count-allowed" level="ERROR" target="motherboard[@type='atx']/memory" min-occurs="1" max-occurs="4"/>
<has-cardinality id="atx-ata-sockets-count-allowed" level="ERROR" target="motherboard[@type='atx']/ata-socket" min-occurs="0" max-occurs="1"/>
<has-cardinality id="mini-itx-memory-count-allowed" level="ERROR" target="motherboard[@type='mini-atx']/memory" min-occurs="1" max-occurs="2"/>
<has-cardinality id="mini-itx-ata-sockets-count-allowed" level="ERROR" target="motherboard[@type='mini-atx']/ata-socket" min-occurs="0" max-occurs="0"/>
<has-cardinality id="mini-itx-memory-count-allowed" level="ERROR" target="motherboard[@type='mini-itx']/memory" min-occurs="1" max-occurs="2"/>
<has-cardinality id="mini-itx-ata-sockets-count-allowed" level="ERROR" target="motherboard[@type='mini-itx']/ata-socket" min-occurs="0" max-occurs="0"/>
</constraint>
</define-assembly>
</model>
Expand Down

0 comments on commit 9c5cb89

Please sign in to comment.