Definition Type: ComplexType
Name: CopyrightType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Copyright. Details The exclusive right given by law for a certain term of years to an author, composer, designer, etc. (or his assignee), to print, publish, and sell copies of his original work.
Collapse XSD Schema Diagram:
Drilldown into CopyrightText in schema fields_xsd Drilldown into CopyrightYear in schema fields_xsdXSD Diagram of CopyrightType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CopyrightType">
    <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">Copyright. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The exclusive right given by law for a certain term of years to an author, composer, designer, etc. (or his assignee), to print, publish, and sell copies of his original work.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CopyrightYear" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CopyrightText" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CopyrightYear nsA:CopyrightYear 0 unbounded
CopyrightText nsA:CopyrightText 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Copyright