complexType  ChemicalFormulaeType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
children   com:Image com:InlineFormula com:ExternalDocumentBag 
used by
element     com:ChemicalFormulae 
attributes
Name   Type   Use   Default   Fixed   annotation
com:id    xsd:ID                
com:chemicalFormulaeNumber    xsd:string                
source <xsd:complexType  name="ChemicalFormulaeType">
<xsd:choice>
<xsd:element  ref="com:Image">
</xsd:element> <xsd:element  ref="com:InlineFormula">
</xsd:element> <xsd:element  ref="com:ExternalDocumentBag">
</xsd:element>
</xsd:choice> <xsd:attribute  ref="com:id">
</xsd:attribute> <xsd:attribute  ref="com:chemicalFormulaeNumber">
</xsd:attribute>
</xsd:complexType>