<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" elementFormDefault="qualified" attributeFormDefault="qualified" version="V2_0">
<xsd:include schemaLocation = "AuthorizationIdentifier.xsd" />
<xsd:include schemaLocation = "AuthorizationDate.xsd" />
<xsd:include schemaLocation = "AuthorizationCategory.xsd" />
<xsd:include schemaLocation = "CommentText.xsd" />
<xsd:include schemaLocation = "AuthorizationDocumentSupplyCategory.xsd" />
<xsd:include schemaLocation = "AuthorizationDocument.xsd" />
<xsd:complexType name="AuthorizationType">
		<xsd:sequence>
<xsd:element ref="com:AuthorizationIdentifier" minOccurs="0"/>
<xsd:element ref="com:AuthorizationDate" minOccurs="0"/>
<xsd:element ref="com:AuthorizationCategory"/>
<xsd:element ref="com:CommentText" minOccurs="0"/>
<xsd:element ref="com:AuthorizationDocumentSupplyCategory" minOccurs="0"/>
<xsd:element ref="com:AuthorizationDocument" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
