Definition Type: ComplexType
Name: PatentDescriptionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PatentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Link in schema patenthistory_xsd Drilldown into PatentDetail in schema patenthistory_xsd Drilldown into Inventors in schema patenthistory_xsd Drilldown into Description in schema patenthistory_xsd Drilldown into PatentTitle in schema patenthistory_xsdXSD Diagram of PatentDescriptionType in schema patenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PatentDescriptionType">
    <xsd:sequence>
        <xsd:element name="PatentTitle" type="xsd:string" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:element name="Inventors" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A patent has one or more applicants. An applicant is the person or corporate body that applies for the patent and intends to 'work' the invention (to manufacture or license the technology).  Under US law the applicants must be the inventor(s) except in exceptional circumstances.  On a resume or CV listing patents held or submitted, an individual might use the "Applicants" component when the patent is held or was filed with others ("co-applicants").</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="InventorName" type="xsd:string" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="PatentDetail" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="IssuingAuthority" minOccurs="0">
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:extension base="xsd:string">
                                    <xsd:attribute name="countryCode" type="CountryCodeType" />
                                </xsd:extension>
                            </xsd:simpleContent>
                        </xsd:complexType>
                    </xsd:element>
                    <xsd:element name="PatentMilestone" maxOccurs="unbounded">
                        <xsd:complexType>
                            <xsd:sequence>
                                <xsd:element name="Id" type="xsd:string" minOccurs="0" />
                                <xsd:element name="Status" type="PatentStatusTypes" minOccurs="0" />
                                <xsd:element name="Date" type="AnyDateTimeNkNaType" minOccurs="0" />
                            </xsd:sequence>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PatentTitle hr:PatentTitle 0 (1)
Description hr:Description 0 (1)
Inventors hr:Inventors 0 (1)
PatentDetail hr:PatentDetail 0 unbounded
Link hr:Link 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Patent