Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 5 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<examplegr | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</examplegr> |
The element is used only to represent the subdivision of an idea into multiple examples, e.g. Examples 1a, 1b and 1c grouped under Exemple 1.
The set of examples, which generally appears inside a paragraph, must remain inside the paragraph.
<examplegr id="gx1"> <no>1</no> <example id="ex1"> <no>a</no> <caption lang="fr">…</caption> <blocktext></blocktext> <exnote id="nx1">…</exnote> </example> <example id="ex2"> <no>b</no> <caption lang="fr">…</caption> <blocktext>…</blocktext> <exnote id="nx2">…</exnote> </example> <source>…</source> </examplegr>
Type Derivation Tree![]() |
<xs:element name="examplegr"> <xs:complexType> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
<xs:element maxOccurs="unbounded" ref="example"/> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="exnote"/> |
Type: |
biblioreftype, mixed content |
<xs:element minOccurs="0" ref="source"/> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |