<xs:complexType name="citationType">
<xs:sequence>
<xs:choice>
<xs:element name="patcit" type="exch:patcitType"/>
<xs:element name="nplcit" type="exch:nplcitType"/>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="rel-passage" type="exch:rel-passageType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="category" type="exch:categoryType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="rel-claims" type="exch:rel-claimsType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:element ref="exch:corresponding-docs" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="cited-phase" type="xs:string"/>
<xs:attribute name="cited-by" type="xs:string"/>
<xs:attribute name="sequence" type="xs:string"/>
<xs:attribute name="office" type="countryType"/>
</xs:complexType> |