1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #2258: Fix typo in xsd, close tags correctly

This commit is contained in:
Jan Orel 2018-12-05 17:17:32 +01:00 committed by Ruben S. Montero
parent 6fc548c08b
commit cb5c6402fc
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TEMPLATE"/>
<xs:element name="TEMPLATE">
<xs:complexType>
<xs:sequence>
<xs:element name="ENDPOINT" type="xs:string">
<xs:element name="ENDPOINT" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>

View File

@ -13,10 +13,10 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TEMPLATE"/>
<xs:element name="TEMPLATE">
<xs:complexType>
<xs:sequence>
<xs:element name="ENDPOINT" type="xs:string">
<xs:element name="ENDPOINT" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>