pantry/projects/sourceforge.net/xmlstar/test.xml
Andrew 54b5ba8c63
+sourceforge.net/xmlstar (#5543)
* new file:   projects/sourceforge.net/xmlstar/package.yml
	new file:   projects/sourceforge.net/xmlstar/test.xml

* +gcc
2024-03-11 14:16:12 -04:00

14 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="note">
<xs:complexType>
<xs:sequence>
<xs:element name="to" type="xs:string"/>
<xs:element name="from" type="xs:string"/>
<xs:element name="heading" type="xs:string"/>
<xs:element name="body" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>