complexType  ApplicationIdentificationType  
diagram
version V8_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Design
children   com:ReceivingOfficeCode com:ReceivingOfficeDate com:ApplicationNumber com:ApplicationDate com:ApplicationDateTime 
used by
element     dgn:ApplicationIdentification 
attributes
Name   Type   Use   Default   Fixed   annotation
com:id    xsd:ID                
source <xsd:complexType  name="ApplicationIdentificationType">
<xsd:sequence>
<xsd:element  ref="com:ReceivingOfficeCode"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:ReceivingOfficeDate"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:ApplicationNumber">
</xsd:element> <xsd:choice  minOccurs="0">
<xsd:element  ref="com:ApplicationDate">
</xsd:element> <xsd:element  ref="com:ApplicationDateTime">
</xsd:element>
</xsd:choice>
</xsd:sequence> <xsd:attribute  ref="com:id">
</xsd:attribute>
</xsd:complexType>