complexType PatentFamilyType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PriorityApplication pat:PatentFamilyMember pat:PatentFamilyText
used by
element pat:PatentFamily
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="PatentFamilyType">
<xsd:sequence>
<xsd:element ref="pat:PriorityApplication">
</xsd:element> <xsd:choice minOccurs="0">
<xsd:element ref="pat:PatentFamilyMember" maxOccurs="unbounded">
</xsd:element> <xsd:element ref="pat:PatentFamilyText">
</xsd:element>
</xsd:choice>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>