complexType ApplicationNumberType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:IPOfficeCode com:ST13ApplicationNumber com:ApplicationNumberText
used by
element com:ApplicationNumber tmk:AssociatedApplicationNumber tmk:BasicApplicationNumber tmk:ExaminedApplicationNumber tmk:InitialApplicationNumber tmk:InternationalApplicationNumber tmk:NationalApplicationNumber tmk:NationalMarkApplicationNumber dgn:RelatedApplicationNumber tmk:SeniorityApplicationNumber
source <xsd:complexType name="ApplicationNumberType">
<xsd:sequence>
<xsd:element ref="com:IPOfficeCode" minOccurs="0">
</xsd:element>
<xsd:choice>
<xsd:element ref="com:ST13ApplicationNumber"/>
<xsd:element ref="com:ApplicationNumberText"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>