complexType  InventorBagType  
diagram
version V3_2
namespace http://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:attribute>
</xsd:complexType>