Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute LOCATION / @LOCTYPE
Namespace No namespace
Annotations
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
Type restriction of xsd:string
Properties
use required
Facets
enumeration ARK
enumeration URN
enumeration URL
enumeration PURL
enumeration HANDLE
enumeration DOI
enumeration OTHER
Used by
Attribute Group LOCATION
Source
<xsd:attribute name="LOCTYPE" use="required">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">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</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="ARK"/>
      <xsd:enumeration value="URN"/>
      <xsd:enumeration value="URL"/>
      <xsd:enumeration value="PURL"/>
      <xsd:enumeration value="HANDLE"/>
      <xsd:enumeration value="DOI"/>
      <xsd:enumeration value="OTHER"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute LOCATION / @OTHERLOCTYPE
Namespace No namespace
Annotations
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.
Type xsd:string
Properties
use optional
Used by
Attribute Group LOCATION
Source
<xsd:attribute name="OTHERLOCTYPE" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">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.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute Group LOCATION
Namespace http://www.loc.gov/METS/
Diagram
Used by
Attributes
QName Type Use Annotation
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.
Source
<xsd:attributeGroup name="LOCATION">
  <xsd:attribute name="LOCTYPE" use="required">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">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</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="ARK"/>
        <xsd:enumeration value="URN"/>
        <xsd:enumeration value="URL"/>
        <xsd:enumeration value="PURL"/>
        <xsd:enumeration value="HANDLE"/>
        <xsd:enumeration value="DOI"/>
        <xsd:enumeration value="OTHER"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="OTHERLOCTYPE" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd