Definition Type: ComplexType
Name: CopyrightType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PublicationHistory.xsd
Abstract
Documentation:
Contains copyright information, such as year and copyright text.
Collapse XSD Schema Diagram:
Drilldown into CopyrightText in schema publicationhistory_xsd Drilldown into CopyrightDates in schema publicationhistory_xsdXSD Diagram of CopyrightType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CopyrightType">
    <xsd:annotation>
        <xsd:documentation>Contains copyright information, such as year and copyright text.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CopyrightDates" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="OriginalDate" type="FlexibleDatesType" />
                    <xsd:element name="MostRecentDate" type="FlexibleDatesType" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="CopyrightText" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CopyrightDates hr:CopyrightDates 0 (1)
CopyrightText hr:CopyrightText 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Copyright