complexType ApplicationNumberType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
children com:IPOfficeCode com:ST13ApplicationNumber com:ApplicationNumberText
used by
element com:ApplicationNumber tmk:AssociatedApplicationNumber tmk:BasicApplicationNumber dgn:DesignApplicationNumber tmk:ExaminedApplicationNumber tmk:InitialApplicationNumber 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>