ST.96 XML Schema Version Updates Details
GeographicalIndication
New Component
GeographicalIndication/RenunciationEventDataType.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/CommentText.xsd
"/>
<xsd:include schemaLocation="
ContractingPartyOriginCode.xsd
"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="
../Common/PriorEventDate.xsd
"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="
../Common/DocumentIncluded.xsd
"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="
../Common/RuleNumber.xsd
"/>
<xsd:complexType name="
RenunciationEventDataType
">
<xsd:choice maxOccurs="unbounded">
<xsd:element
ref="
gin:ContractingPartyOriginCode
"
minOccurs="0"/>
<xsd:element
ref="
com:DocumentIncluded
"
/>
<xsd:element
ref="
com:CommentText
"
/>
<xsd:element
ref="
com:RuleNumber
"
/>
<xsd:element
ref="
com:PriorEventDate
"
minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
</xsd:schema>