nc:PublicationType

complexType PublicationType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for a collection of written, printed, illustrated, or blank sheets, made of paper, parchment, or other material, usually fastened together to hinge at one side.

Diagram

XML Schema

<xs:complexType name="PublicationType">
<xs:annotation>
<xs:documentation>
A data type for a collection of written, printed, illustrated, or blank sheets, made of paper, parchment, or other material, usually fastened together to hinge at one side.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationAuthorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationISBNID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationISSNID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationLibraryClassificationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationPageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationPublisherText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>