XMLSchema recherche (suite)

This commit is contained in:
Jean Sirmai 2021-09-18 19:50:06 +02:00
parent e18df35372
commit c26ad4d3e9
Signed by untrusted user who does not match committer: jean
GPG Key ID: FB3115C340E057E3
2 changed files with 25 additions and 3 deletions

View File

@ -19,7 +19,9 @@
<boundaries/>
</space>
</parameters>
<objects>aaa</objects>
<objects id="dimer" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="0" weight="0"/>
</objects>
<space>aaa</space>
<savestates>aaa</savestates>
<transitions>aaa</transitions>

View File

@ -87,7 +87,27 @@
</xs:complexType>
</xs:element>
<xs:element name="objects" type="xs:string"/>
<xs:element name="objects">
<xs:complexType>
<xs:sequence>
<xs:element name="arrow">
<xs:complexType>
<xs:attribute name="x" type="xs:integer"/>
<xs:attribute name="y" type="xs:integer"/>
<xs:attribute name="z" type="xs:integer"/>
<xs:attribute name="site" type="xs:integer"/>
<xs:attribute name="weight" type="xs:integer"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="date" type="xs:integer"/>
<xs:attribute name="author" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="space" type="xs:string"/>
<xs:element name="savestates" type="xs:string"/>
<xs:element name="transitions" type="xs:string"/>