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