complexType PrimaryExaminerType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:Name com:ElectronicSignature
used by
element pat:PrimaryExaminer
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="PrimaryExaminerType">
<xsd:sequence>
<xsd:element ref="com:Name">
</xsd:element>
<xsd:element ref="com:ElectronicSignature" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>