Documentation for EFG-1.XSD

Complex Type: IdentifiersType

[Table of contents]

Super-types:None
Sub-types:None
NameIdentifiersType
Abstractno
DocumentationContainer for names of persons and organisations involved in the identification of rocks and minerals
XML Instance Representation
<...>

<efg:Person> abcd:PersonName </efg:Person> [0..*] ?
<efg:Organisation> abcd:Organisation </efg:Organisation> [0..*] ?
</...>
Diagram
Schema Component Representation
<xs:complexType name="IdentifiersType">
<xs:sequence>
<xs:element name="Person" type="abcd:PersonName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Organisation" type="abcd:Organisation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

Add Comment