complexType ChemicalFormulaeType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:PatentImage pat:InlineFormula
used by
element pat:ChemicalFormulae
attributes
Name Type Use Default Fixed annotation
chemicalFormulaeNumber xsd:string
source <xsd:complexType name="ChemicalFormulaeType">
<xsd:choice>
<xsd:element ref="pat:PatentImage">
</xsd:element>
<xsd:element ref="pat:InlineFormula">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="pat:chemicalFormulaeNumber"/>
</xsd:complexType>