<xsd:complexType name="PatentType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Patent. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A licence from a government conferring for a set period the sole right to make, use, or sell some process or invention.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PatentID" minOccurs="0" />
<xsd:element ref="PatentTitle" minOccurs="0" />
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InventorName" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The person or corporate body that applies for the patent and intends to make, use, or sell some process or invention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IssuingAuthority" minOccurs="0" />
<xsd:element ref="PatentStatus" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AttachmentReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|