complexType OtherDateType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Trademark/1
type extension of com:DateType
used by
element tmk:OtherDate
attributes
Name Type Use Default Fixed annotation
otherDateCategory tmk:OtherDateCategoryType optional
source <xsd:complexType name="OtherDateType">
<xsd:simpleContent>
<xsd:extension base="com:DateType">
<xsd:attribute ref="tmk:otherDateCategory" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>