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