complexType DesignApplicationStatementBagType
diagram
version V2_2
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
children dgn:DesignApplicationStatementText dgn:DesignApplicationStatementDocument
used by
element dgn:DesignApplicationStatementBag
source <xsd:complexType name="DesignApplicationStatementBagType">
<xsd:choice maxOccurs="2">
<xsd:element ref="dgn:DesignApplicationStatementText">
</xsd:element>
<xsd:element ref="dgn:DesignApplicationStatementDocument">
</xsd:element>
</xsd:choice>
</xsd:complexType>