Definition Type: Element
Name: PatentDetail
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PatentHistory.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PatentMilestone in schema patenthistory_xsd Drilldown into IssuingAuthority in schema patenthistory_xsdXSD Diagram of PatentDetail in schema patenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IssuingAuthority hr:IssuingAuthority 0 (1)
PatentMilestone hr:PatentMilestone (1) unbounded