<s:element name="supplier" minOccurs="0" maxOccurs="unbounded" xmlns:s="http://www.w3.org/2001/XMLSchema">
<s:complexType>
<s:sequence>
<s:element name="registrationCode" type="s:string" minOccurs="0" maxOccurs="1" />
<s:element name="companyName" type="s:string" minOccurs="0" maxOccurs="1" />
</s:sequence>
</s:complexType>
</s:element> |