Definition Type: ComplexType
Name: PublicationContributorType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Publication Contributor. Details Identifies by name, the author, editor, illustrator, or contributor of the publication.
Collapse XSD Schema Diagram:
Drilldown into PublicationRoleCode in schema fields_xsd Drilldown into PersonName in schema components_xsdXSD Diagram of PublicationContributorType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PublicationContributorType">
    <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">Publication Contributor. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies by name, the author, editor, illustrator, or contributor of the publication.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="PublicationRoleCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName nsA:PersonName 0 (1)
PublicationRoleCode nsA:PublicationRoleCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PublicationContributor