<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>
|