| source |
<xsd:simpleType name="ApplicantCategoryType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="Applicant_Inventor"> <xsd:annotation>
|
<xsd:documentation> Indicates whether the applicant is an inventor </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Applicant"> <xsd:annotation>
|
<xsd:documentation> Indicates whether an applicant is applicant only.
</xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |