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