<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.9">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-06
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="../Basic/CountryCode-V0-6.xsd"/>
<xsd:element name="ApplicationNumber" type="com:ApplicationNumberType"/>
<xsd:element name="ST13ApplicationNumber" type="com:ST13ApplicationNumberType">
<xsd:annotation>
<xsd:documentation>Application number format recommended in WIPO Standard ST.13. The sequence of indispensable elements in the application number format is IP type (2 digits), year designation (4 digits) and serial number (9 digits).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ApplicationNumberText" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Free format of application number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="ApplicationNumberType">
<xsd:sequence>
<xsd:element ref="com:CountryCode" minOccurs="0"/>
<xsd:choice>
<xsd:element ref="com:ST13ApplicationNumber"/>
<xsd:element ref="com:ApplicationNumberText"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="ST13ApplicationNumberType">
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[1-9]\d[1-2]\d{12}"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
