blob: 09dd7bafd44e4c44d8cc5d2926a1980578e5e1d2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns0="http://jaxb.dev.java.net/array" targetNamespace="http://jaxb.dev.java.net/array">
<xsd:complexType name="intArray">
<xsd:sequence>
<xsd:element name="item" type="xsd:int" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="testTagName" type="ns0:intArray"/>
</xsd:schema>