diagram | |
version | V3_0 |
namespace | http://www.wipo.int/standards/XMLSchema/ST96/Common |
children | com:Heading com:P com:PatentCitationBag com:NPLCitationBag |
used by | |
attributes | Name | | Type | | Use | | Default | | Fixed | | annotation | com:id | | xsd:ID | | | | | | | | |
|
source | <xsd:complexType name="CitationBagType">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="com:Heading"></xsd:element>
<xsd:element ref="com:P"></xsd:element>
<xsd:element ref="com:PatentCitationBag"></xsd:element>
<xsd:element ref="com:NPLCitationBag"></xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"></xsd:attribute>
</xsd:complexType> |