Definition Type: ComplexType
Name: PublicationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Publication. Details A book, map, engraving, photograph, piece of music, or other work.
Collapse XSD Schema Diagram:
Drilldown into OtherPublication in schema components_xsd Drilldown into ConferencePaper in schema components_xsd Drilldown into Book in schema components_xsd Drilldown into Article in schema components_xsd Drilldown into FormattedPublicationDescription in schema fields_xsd Drilldown into PublicationID in schema fields_xsdXSD Diagram of PublicationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PublicationType">
    <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. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A book, map, engraving, photograph, piece of music, or other work.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PublicationID" minOccurs="0" />
        <xsd:element ref="FormattedPublicationDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Article" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Book" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ConferencePaper" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OtherPublication" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicationID nsA:PublicationID 0 (1)
FormattedPublicationDescription nsA:FormattedPublicationDescription 0 unbounded
Article nsA:Article 0 unbounded
Book nsA:Book 0 unbounded
ConferencePaper nsA:ConferencePaper 0 unbounded
OtherPublication nsA:OtherPublication 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Publication