ST.96 XML Schema Version Updates Details

Design

Modified Component

Design/StatusEventIdentificationType.xsd

<xsd:schema version="V9_0" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Design" elementFormDefault="qualified" attributeFormDefault="qualified">
<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/EventDescriptionText.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/id.xsd"/>
<xsd:include schemaLocation="StatusEventCode.xsd"/>
<xsd:complexType name="StatusEventIdentificationType">
<xsd:sequence>
<xsd:choice maxOccurs="3">
<xsd:element ref="com:EventDate"/>
<xsd:element ref="com:EffectiveDate"/>
<xsd:element ref="com:PublicationDate"/>
</xsd:choice>
<xsd:choice maxOccurs="23">
<xsd:element ref="dgn:StatusEventCode"/>
<xsd:element ref="com:StatusEventIdentifier"/>
<xsd:element ref="com:EventDescriptionText"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>
</xsd:schema>