complexType ReportNotEstablishedReasonBagType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:ReportNotEstablishedReasonCategory pat:ClaimNumber pat:ClaimNumberRange pat:ReportNotEstablishedReasonText
used by
element pat:ReportNotEstablishedReasonBag
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="ReportNotEstablishedReasonBagType">
<xsd:sequence>
<xsd:element ref="pat:ReportNotEstablishedReasonCategory" maxOccurs="unbounded">
</xsd:element> <xsd:choice maxOccurs="unbounded">
<xsd:element ref="pat:ClaimNumber">
</xsd:element> <xsd:element ref="pat:ClaimNumberRange">
</xsd:element>
</xsd:choice> <xsd:element ref="pat:ReportNotEstablishedReasonText" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>