complexType AssociatedMarkType
diagram
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Trademark
children tmk:AssociationCategory tmk:InternationalApplicationNumber com:InternationalRegistrationNumber tmk:InternationalApplicationFilingDate com:InternationalRegistrationDate tmk:NationalApplicationNumber tmk:NationalRegistrationNumber tmk:NationalApplicationFilingDate tmk:NationalRegistrationDate tmk:AssociatedApplicationNumber tmk:WordMarkSpecification tmk:AssociatedMarkStatusBag tmk:OtherPriorRegistrationIndicator
used by
element tmk:AssociatedMark
source <xsd:complexType name="AssociatedMarkType">
<xsd:sequence>
<xsd:element ref="tmk:AssociationCategory">
</xsd:element> <xsd:choice>
<xsd:sequence>
<xsd:element ref="tmk:InternationalApplicationNumber">
</xsd:element> <xsd:element ref="com:InternationalRegistrationNumber" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:InternationalApplicationFilingDate" minOccurs="0">
</xsd:element> <xsd:element ref="com:InternationalRegistrationDate" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:sequence>
<xsd:element ref="tmk:NationalApplicationNumber">
</xsd:element> <xsd:element ref="tmk:NationalRegistrationNumber" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:NationalApplicationFilingDate" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:NationalRegistrationDate" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:choice> <xsd:element ref="tmk:AssociatedApplicationNumber" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:WordMarkSpecification" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:AssociatedMarkStatusBag" minOccurs="0">
</xsd:element> <xsd:element ref="tmk:OtherPriorRegistrationIndicator" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>