learning XMLSchema (comments)
This commit is contained in:
parent
7bde01ebad
commit
299ca225a0
|
@ -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"/>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue