complexType DisclosureType
diagram
version V2_2
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:TechnicalProblem pat:TechnicalSolution pat:AdvantageousEffects com:Heading com:P
used by
element pat:Disclosure pat:InventionSummary
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="DisclosureType">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="pat:TechnicalProblem">
</xsd:element>
<xsd:element ref="pat:TechnicalSolution">
</xsd:element>
<xsd:element ref="pat:AdvantageousEffects">
</xsd:element>
<xsd:element ref="com:Heading">
</xsd:element>
<xsd:element ref="com:P">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>