applicantType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
app-type restriction of xs:string optional
data-format xs:string optional
designation restriction of xs:string optional
sequence xs:string optional
status xs:string optional

Used By

Element applicant

Source

<xs:complexType name="applicantType">
  <xs:sequence>
    <xs:element ref="exch:applicant-name" maxOccurs="unbounded"/>
    <xs:element name="address" type="exch:addressType" minOccurs="0"/>
    <xs:element name="nationality" type="exch:nationalityType" minOccurs="0"/>
    <xs:element name="residence" type="exch:residenceType" minOccurs="0"/>
    <xs:element name="us-rights" type="exch:us-rightsType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="designated-states" type="exch:designated-statesType" minOccurs="0"/>
    <!-- disabled due to issues with some Tools
			
			<xs:element name = "designated-states-as-inventor" type = "exch:designated-states-as-inventorType" minOccurs = "0"/>
			
			-->
  </xs:sequence>
  <xs:attribute name="sequence" type="xs:string"/>
  <xs:attribute name="app-type">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="applicant"/>
        <xs:enumeration value="applicant-inventor"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="designation">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="all"/>
        <xs:enumeration value="all-except-us"/>
        <xs:enumeration value="us-only"/>
        <xs:enumeration value="as-indicated"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="data-format" type="xs:string"/>
  <xs:attribute name="status" type="xs:string"/>
</xs:complexType>