learning XMLSchema (comments)

This commit is contained in:
Jean Sirmai 2021-09-20 18:36:05 +02:00
parent 7bde01ebad
commit 299ca225a0
Signed by untrusted user who does not match committer: jean
GPG Key ID: FB3115C340E057E3
2 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<arrow x="1" y="0" z="0" site="0" weight="3"/>
</state>
<!-- Just for the fun ! Can you imagine adequate rules in a next model ? -->
<!-- Just for the fun ! Can you imagine a rules in a next model ? -->
<state id="dimer 1-2" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="1" weight="1"/>
<arrow x="1" y="0" z="0" site="0" weight="2"/>

View File

@ -18,6 +18,8 @@
Comment déclarer cette équivalence ? -->
<!-- xs:element name="name" type="xs:string"/ -->
<!-- Cos-element-consistent: Error For Type '#AnonType_identitygem-graph-model'.
Multiple Elements With Name 'name', With Different Types, Appear In The Model Group. -->
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="date" type="xs:integer"/> <!--TODO type ? -->
@ -49,7 +51,7 @@
<!-- A state can be connex or not. A connex state is an object.
A transition goes from an origin (state) to a target.
Therefore, element 'State' is used in
Therefore, element 'State' is used in
- objects definitions,
- initial and produced/computed states declarations,
- origin and target declarations of a transition.