j:PublicationType

complexType PublicationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

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="j:PublicationAuthorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationISBNID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationISSNID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationLibraryClassificationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationPublisherText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PublicationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>