complexType CaseReferenceTextType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Trademark
type extension of com:LocalizedTextType
properties
base com:LocalizedTextType
used by
element tmk:CaseReferenceText
attributes
Name Type Use Default Fixed annotation
com:languageCode com:ExtendedISOLanguageCodeType documentation
Two-letter code given to language names in ISO 639-1
tmk:caseReferenceCategory tmk:CaseReferenceCategoryType documentation
Category of case referenced by the appeal or decision
source <xsd:complexType name="CaseReferenceTextType">
<xsd:simpleContent>
<xsd:extension base="com:LocalizedTextType">
<xsd:attribute ref="tmk:caseReferenceCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>