complexType LicenceEventType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:LicenceEventCategory com:LicenceEventResponseDate com:CommentText com:LicenceEventDate com:LicenceEventDateTime
used by
element com:LicenceEvent
source <xsd:complexType name="LicenceEventType">
<xsd:sequence>
<xsd:element ref="com:LicenceEventCategory">
</xsd:element>
<xsd:element ref="com:LicenceEventResponseDate" minOccurs="0">
</xsd:element>
<xsd:element ref="com:CommentText" minOccurs="0">
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="com:LicenceEventDate"/>
<xsd:element ref="com:LicenceEventDateTime"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>