complexType "BibliographicNameType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (1):
String
All Direct / Indirect Based Elements (3):
ContributorName, CreatorName, PublisherName
Known Usage Locations
Annotation
Personal names should be listed surname or family name first, followed by forename or given name. When in doubt, give the name as it appears, and do not invert. In the case of organizations where there is clearly a hierarchy present, list the parts of the hierarchy from largest to smallest, separated by full stops and a space. If it is not clear whether there is a hierarchy present, or unclear which is the larger or smaller portion of the body, give the name as it appears in the item. The name may be provided in one or more languages.
Type Definition Detail
Type Derivation Tree
InternationalStringType (extension)
  BibliographicNameType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="BibliographicNameType">
<xs:complexContent>
<xs:extension base="InternationalStringType">
<xs:attribute name="affiliation" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
affiliation
Type:
xs:string, predefined
Use:
optional
The affiliation of this person to an organization. This is generally an organization or sub-organization name and should be related to the specific role within which the individual is being listed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="affiliation" type="xs:string" use="optional"/>

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