complexType CorrectionType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:CorrectedDocument pat:CorrectionTypeText pat:GazetteReference pat:CorrectionText
used by
element pat:Correction
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="CorrectionType">
<xsd:annotation>
<xsd:documentation>
Correction information.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="pat:CorrectedDocument">
</xsd:element>
<xsd:element ref="pat:CorrectionTypeText" minOccurs="0">
</xsd:element>
<xsd:element ref="pat:GazetteReference" minOccurs="0">
</xsd:element>
<xsd:element ref="pat:CorrectionText" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>