<s:element name="buyer" minOccurs="0" maxOccurs="unbounded" xmlns:s="http://www.w3.org/2001/XMLSchema">
<s:complexType>
<s:sequence>
<s:element name="companyName" type="s:string" minOccurs="0" maxOccurs="1" />
<s:element name="companyStreet" type="s:string" minOccurs="0" maxOccurs="1" />
<s:element name="companyPostalCode" type="s:string" minOccurs="0" maxOccurs="1" />
<s:element name="companyCity" type="s:string" minOccurs="0" maxOccurs="1" />
<s:element name="companyCountry" type="s:string" minOccurs="0" maxOccurs="1" />
</s:sequence>
<s:attribute name="eori" type="s:string" />
<s:attribute name="vat" type="s:string" />
</s:complexType>
</s:element>
|