1<?xml version="1.0"?> 2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="xpns1.org" xmlns:xpns="xpns1.org"> 3 <xsd:element name="xsid" type="xsd:string"/> 4 <xsd:element name="xiid"> 5 <xsd:complexType> 6 <xsd:sequence> 7 <xsd:element name="xiid2" type="xsd:string" maxOccurs="unbounded"/> 8 </xsd:sequence> 9 <xsd:attribute name="val" type="xsd:string"/> 10 </xsd:complexType> 11 </xsd:element> 12</xsd:schema> 13