citationType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cited-by xs:string optional
cited-phase xs:string optional
id xs:ID optional
office countryType optional
sequence xs:string optional

Used By

Element citation

Source

<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>