blob: a08ac939a702095f0f586832896ddd830f16c637 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="myNamespace" xmlns:myns="myNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="person" type="myns:person"/>
<xs:complexType name="person">
<xs:sequence>
<xs:element name="nickname" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>