Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type objectType
Namespace http://www.loc.gov/METS/
Annotations
objectType: complexType for interfaceDef and mechanism elements
The mechanism and behavior elements point to external objects--an interface definition object or an executable code object respectively--which together constitute a behavior that can be applied to one or more <div> elements in a <structMap>.
Diagram
Used by
Attributes
QName Type Fixed Use Annotation
ID xsd:ID optional
ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer.
LABEL xsd:string optional
LABEL (string/O): A text description of the entity represented.
LOCTYPE restriction of xsd:string required
LOCTYPE (string/R): Specifies the locator type used in the xlink:href attribute. Valid values for LOCTYPE are: 
ARK
URN
URL
PURL
HANDLE
DOI
OTHER
OTHERLOCTYPE xsd:string optional
OTHERLOCTYPE (string/O): Specifies the locator type when the value OTHER is used in the LOCTYPE attribute. Although optional, it is strongly recommended when OTHER is used.
xlink:actuate restriction of string optional
xlink:arcrole string optional
xlink:href anyURI optional
xlink:role string optional
xlink:show restriction of string optional
xlink:title string optional
xlink:type string simple optional
Source
<xsd:complexType name="objectType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">objectType: complexType for interfaceDef and mechanism elements The mechanism and behavior elements point to external objects--an interface definition object or an executable code object respectively--which together constitute a behavior that can be applied to one or more <div> elements in a <structMap>.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="ID" type="xsd:ID" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="LABEL" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">LABEL (string/O): A text description of the entity represented.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attributeGroup ref="LOCATION"/>
  <xsd:attributeGroup ref="xlink:simpleLink"/>
</xsd:complexType>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute objectType / @ID
Namespace No namespace
Annotations
ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer.
Type xsd:ID
Properties
use optional
Used by
Complex Type objectType
Source
<xsd:attribute name="ID" type="xsd:ID" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute objectType / @LABEL
Namespace No namespace
Annotations
LABEL (string/O): A text description of the entity represented.
Type xsd:string
Properties
use optional
Used by
Complex Type objectType
Source
<xsd:attribute name="LABEL" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">LABEL (string/O): A text description of the entity represented.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd