<xs:complexType name="citation">
<xs:sequence>
<xs:choice>
<xs:element ref="nplcit"/>
<xs:element ref="patcit"/>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="rel-passage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="category" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="rel-claims" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:element ref="corresponding-docs" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="classification-ipc" minOccurs="0"/>
<xs:element ref="classifications-ipcr" minOccurs="0"/>
<xs:element ref="classification-national" minOccurs="0"/>
<xs:element ref="doi" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="srep-phase" type="xs:anySimpleType"/>
<xs:attribute name="cited-phase">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="international-type-search-report"/>
<xs:enumeration value="limitation"/>
<xs:enumeration value="national-examination"/>
<xs:enumeration value="other"/>
<xs:enumeration value="supplementary-national-search-report"/>
<xs:enumeration value="international-examination"/>
<xs:enumeration value="opposition"/>
<xs:enumeration value="national-search-report"/>
<xs:enumeration value="description"/>
<xs:enumeration value="search"/>
<xs:enumeration value="international-search-report"/>
<xs:enumeration value="undefined"/>
<xs:enumeration value="supplementary-international-search-report"/>
<xs:enumeration value="examination"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="cited-by">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="opponent"/>
<xs:enumeration value="examiner"/>
<xs:enumeration value="applicant"/>
<xs:enumeration value="third-party"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="office" type="xs:anySimpleType"/>
</xs:complexType> |