<?xml version="1.0" encoding="UTF-8"?>
<!-- ***************************************************************************** -->
<!-- *                               Sample Schema                              * -->
<!-- *                                  for                                      * -->
<!-- *     ST.36 XML Schema Fragments, published in April 2007             * -->
<!-- *                                                                           * -->
<!-- *     Filename    : sampleSchema.xsd                                        * -->
<!-- *     Author      : SDWG ST.66 Task Force                                   * -->
<!-- *     Version     : 1.0                                                     * -->
<!-- *     Last Update : 2007-03-02                                              * -->
<!-- *     Contact     : scit.mail@wipo.int                                      * -->
<!-- *                                                                           * -->
<!-- *===========================================================================* -->
<!-- *                         <Revision History>                                * -->
<!-- *                                                                           * -->
<!-- * March 2, 2007                                                             * -->
<!-- *  - SDWG ST.66 Task Force (former ST.66 Forum) proposed this schema        * -->
<!-- *                                                                           * -->
<!-- * March 22, 2007                                                            * -->
<!-- *  - This schema was adopted as proposed by the SCIT/SDWG at its 8th session * -->
<!-- *                                                                           * -->
<!-- ***************************************************************************** -->
<xs:schema xmlns="http://www.wipo.int/standards/XMLSchema/trademarks/sampledata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:st36="http://www.wipo.int/standards/XMLSchema/trademarks/appendixE" targetNamespace="http://www.wipo.int/standards/XMLSchema/trademarks/sampledata" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xs:import namespace="http://www.wipo.int/standards/XMLSchema/trademarks/appendixE" schemaLocation="http://www.wipo.int/standards/XMLSchema/trademarks/appendixE/st36for66-V1-0.xsd"/>
	<xs:element name="MyTransaction" type="MyTransactionType"/>
	<xs:complexType name="MyTransactionType">
		<xs:sequence>
			<xs:element name="MyTransactionContentDetails">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TransactionIdentifier" type="xs:string" minOccurs="0"/>
						<xs:element ref="st36:amount-total"/>
						<xs:element ref="st36:currency"/>
						<xs:element ref="st36:date"/>
						<xs:element ref="st36:addressbook"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
