complexType "PublisherType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
PublisherName, PublisherReference, PublisherRole
All Direct / Indirect Based Elements (1):
Publisher
Known Usage Locations
Annotation
Holds the name of the publisher with their role and/or a reference to the publisher as described within a DDI Organization scheme. Repeat this element for multiple publishers.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="PublisherType">
<xs:choice maxOccurs="2">
<xs:sequence>
<xs:element minOccurs="0" ref="PublisherName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PublisherRole"/>
</xs:sequence>
<xs:element minOccurs="0" ref="PublisherReference"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
PublisherName
Type:
BibliographicNameType, complex content
Full name of the publisher. Language equivalents should be expressed within the International String structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="PublisherName"/>

PublisherReference
Type:
ReferenceType, complex content
Reference to a publisher as described within a DDI Organization Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="PublisherReference"/>

PublisherRole
Type:
CodeValueType, simple content
The role of the publisher as publisher, distributor, etc.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PublisherRole"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set