simpleType LegalEffectStartTimeCodeType
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token
used by
element pat:LegalEffectStartTimeCode
source <xsd:simpleType name="LegalEffectStartTimeCodeType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ExTunc">
<xsd:annotation>
<xsd:documentation>
Take effect from the outset
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="ExNunc">
<xsd:annotation>
<xsd:documentation>
Take effect now
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>