element <relationitem>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<relationitem
    specialprocessing
 = 
"yes"
    >
   
Content: 
(rlsource, rltarget+)+
</relationitem>
May contain elements (2):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Relation item
Description
Relation item, in a list, whose relation can be of any nature, composed of a first part of text, the source, and of a second part of text, the target(s).
XML Source (w/o annotations (1); see within schema source)
<xs:element name="relationitem">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="rlsource"/>
<xs:element maxOccurs="unbounded" ref="rltarget"/>
</xs:sequence>
<xs:attributeGroup ref="specialprocessing"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/2)
rlsource
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element ref="rlsource"/>

rltarget
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="rltarget"/>

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