complexType ExaminerBagType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PrimaryExaminer pat:AssistantExaminer pat:AuthorizedOfficer
used by
element pat:ExaminerBag
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="ExaminerBagType">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="pat:PrimaryExaminer">
</xsd:element>
<xsd:element ref="pat:AssistantExaminer">
</xsd:element>
<xsd:element ref="pat:AuthorizedOfficer">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>