element <prefix>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<prefix
    preftype
 = 
xs:NMTOKEN
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</prefix>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Prefix
Description
Part of a person’s name, consisting of an honorary and/or any other information that comes immediately before the first name.
Examples
example 1
<persname>
    <prefix>Sir</prefix>
    <firstname>Paul</firstname>
    <familyname>McCartney</familyname>
</persname>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="prefix">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attribute name="preftype" type="xs:NMTOKEN">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
preftype
Type:
xs:NMTOKEN, predefined
Use:
optional
Label
Prefix type
Description
Nature or kind of prefix as established by a set of components, properties that determine its belonging to a particular category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="preftype" type="xs:NMTOKEN">
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set