inventorType

Complex Type Information

Model

Attributes

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

Used By

Element inventor

Source

<xs:complexType name="inventorType">
  <xs:sequence>
    <xs:element ref="exch:inventor-name" maxOccurs="unbounded"/>
    <xs:element name="address" type="exch:addressType" minOccurs="0"/>
    <xs:element name="residence" type="exch:residenceType" minOccurs="0"/>
    <xs:element name="designated-states" type="exch:designated-statesType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="sequence" type="xs:string"/>
  <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>