XMLSchema recherche (suite)
This commit is contained in:
parent
e18df35372
commit
c26ad4d3e9
|
@ -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>
|
||||
|
|
|
@ -87,8 +87,28 @@
|
|||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name="objects" type="xs:string"/>
|
||||
<xs:element name="space" 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"/>
|
||||
<xs:element name="ref" type="xs:string"/>
|
||||
|
|
Loading…
Reference in New Issue