application-referenceType

Complex Type Information

Model

Children: document-id

Attributes

QName Type Fixed Default Use Inheritable Annotation
appl-type xs:string optional
doc-id xs:string optional
id xs:ID optional
is-representative xs:string optional

Used By

Source

<xs:complexType name="application-referenceType">
  <xs:sequence>
    <xs:element name="document-id" type="exch:document-idType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Document identification refers to patents (and patent applications) only.See WIPO ST.14</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="doc-id" type="xs:string"/>
  <xs:attribute name="appl-type" type="xs:string"/>
  <xs:attribute name="is-representative" type="xs:string"/>
</xs:complexType>