Newer
Older
Import / applications / MakePDF / Tests / exip-0.5.4 / bin / examples / exipd-test-xsd.xml
<?xml version="1.0" encoding="UTF-8"?>
<p0:schema xmlns:p0="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified">
<p0:element name="EXIP">
<p0:complexType>
<p0:sequence maxOccurs="1" minOccurs="1">
<p0:element maxOccurs="1" minOccurs="1" name="release-notes" type="string">
				</p0:element>
<p0:element maxOccurs="1" minOccurs="1" name="modules">
<p0:complexType>
<p0:sequence maxOccurs="1" minOccurs="1">
<p0:element maxOccurs="unbounded" minOccurs="1" name="module">
<p0:complexType>
<p0:sequence maxOccurs="1" minOccurs="0">
<p0:element maxOccurs="1" minOccurs="0" name="Description" type="string">
</p0:element>
</p0:sequence>
<p0:attribute name="name" type="string" use="required">
</p0:attribute>
<p0:attribute name="pct_complete" type="unsignedInt" use="required">
</p0:attribute>
</p0:complexType>
</p0:element>
</p0:sequence>
</p0:complexType>
</p0:element>
</p0:sequence>
<p0:attribute name="language" type="string" use="required">
</p0:attribute>
<p0:attribute name="version" type="string" use="required">
</p0:attribute>
<p0:attribute name="decTest" type="decimal">
</p0:attribute>
</p0:complexType>
</p0:element>
</p0:schema>