ST.96 XML Schema Version Updates Details

GeographicalIndication

New Component

GeographicalIndication/StatusEventDataType.xsd

<xsd:schema targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication" elementFormDefault="qualified" attributeFormDefault="qualified" version="V9_0">
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/EventDate.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/EffectiveDate.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/PublicationDate.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/StatusEventIdentifier.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/IPOfficeCode.xsd"/>
<xsd:include schemaLocation="CancellationEventData.xsd"/>
<xsd:include schemaLocation="RefusalEventData.xsd"/>
<xsd:include schemaLocation="ModificationEventData.xsd"/>
<xsd:include schemaLocation="WithdrawalEventData.xsd"/>
<xsd:include schemaLocation="ApplicationEventData.xsd"/>
<xsd:include schemaLocation="GrantEventData.xsd"/>
<xsd:include schemaLocation="CorrectionEventData.xsd"/>
<xsd:include schemaLocation="InvalidationEventData.xsd"/>
<xsd:include schemaLocation="RenunciationEventData.xsd"/>
<xsd:include schemaLocation="WithdrawalRenunciationEventData.xsd"/>
<xsd:include schemaLocation="TransitionalPeriodGrantEventData.xsd"/>
<xsd:complexType name="StatusEventDataType">
<xsd:sequence>
<xsd:element ref="com:StatusEventIdentifier" minOccurs="0"/>
<xsd:choice maxOccurs="3">
<xsd:element ref="com:EventDate"/>
<xsd:element ref="com:EffectiveDate"/>
<xsd:element ref="com:PublicationDate"/>
</xsd:choice>
<xsd:element ref="com:IPOfficeCode"/>
<xsd:choice>
<xsd:element ref="gin:ApplicationEventData"/>
<xsd:element ref="gin:CancellationEventData"/>
<xsd:element ref="gin:RefusalEventData"/>
<xsd:element ref="gin:ModificationEventData"/>
<xsd:element ref="gin:WithdrawalEventData"/>
<xsd:element ref="gin:GrantEventData"/>
<xsd:element ref="gin:CorrectionEventData"/>
<xsd:element ref="gin:InvalidationEventData"/>
<xsd:element ref="gin:RenunciationEventData"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>