Definition Type Element
Name MM_Entity
Namespace http://multimatch.org/schema/multimatchMetadata-1.1
Abstract False
Documentation
    The top level structure of the MultiMatch Entity
    
XSD Schema .\multimatchMetadata-1.1.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MM_Entity" >
  <xsd:annotation>
    <xsd:documentation>
    The top level structure of the MultiMatch Entity
    
</xsd:documentation>
  </xsd:annotation>

  <xsd:complexType>
    <xsd:sequence>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:Collection"/>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:Actor"/>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:Creation"/>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:DigitalRepresentation"/>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:Event"/>
      <xsd:element minOccurs="0" maxOccurs="unbounded" ref="mmns:Webpage"/>
    </xsd:sequence>

  </xsd:complexType>

  <xsd:key name="WebsiteIdentifier">
    <xsd:selector xpath="mmns:Website"/>
    <xsd:field xpath="Identifier"/>
  </xsd:key>

  <xsd:keyref name="WebsiteIdentifierRef" refer="mmns:WebsiteIdentifier">
    <xsd:selector xpath="mmns:Website|mmns:Actor/*|mmns:Creation/*"/>
    <xsd:field xpath="RelatedWebsite"/>
  </xsd:keyref>

  <xsd:key name="ActorIdentifier">
    <xsd:selector xpath="mmns:Person|mmns:Organisation"/>
    <xsd:field xpath="Identifier"/>
  </xsd:key>

  <xsd:keyref name="ActorIdentifierRef" refer="mmns:ActorIdentifier">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="RelatedActor"/>
  </xsd:keyref>

</xsd:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
MM_Entity
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd