<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://www.skatestown.com/ns/po" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.skatestown.com/ns/mailingList">
<xsd:include schemaLocation="http://www.skatestown.com/schema/address.xsd"/>
<xsd:annotation>
<xsd:documentation xml:lang="pl">
Schemat listy dystrybucyjnej uywany w firmie SkatesTown.
</xsd:documentation>
</xsd:annotation>
<xsd:element name="mailingList">
<xsd:sequence>
<xsd:element name="contact" type="addressType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:element>
</xsd:schema>
