Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute FILECORE / @MIMETYPE
Namespace No namespace
Annotations
MIMETYPE (string/O): The IANA MIME media type for the associated file or wrapped content. Some values for this attribute can be found on the IANA website.
Type xsd:string
Properties
use optional
Used by
Attribute Group FILECORE
Source
<xsd:attribute name="MIMETYPE" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">MIMETYPE (string/O): The IANA MIME media type for the associated file or wrapped content. Some values for this attribute can be found on the IANA website.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute FILECORE / @SIZE
Namespace No namespace
Annotations
SIZE (long/O): Specifies the size in bytes of the associated file or wrapped content.
Type xsd:long
Properties
use optional
Used by
Attribute Group FILECORE
Source
<xsd:attribute name="SIZE" type="xsd:long" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">SIZE (long/O): Specifies the size in bytes of the associated file or wrapped content.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute FILECORE / @CREATED
Namespace No namespace
Annotations
CREATED (dateTime/O): Specifies the date and time of creation for the associated file or wrapped content.
Type xsd:dateTime
Properties
use optional
Used by
Attribute Group FILECORE
Source
<xsd:attribute name="CREATED" type="xsd:dateTime" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">CREATED (dateTime/O): Specifies the date and time of creation for the associated file or wrapped content.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute FILECORE / @CHECKSUM
Namespace No namespace
Annotations
CHECKSUM (string/O): Provides a checksum value for the associated file or wrapped content.
Type xsd:string
Properties
use optional
Used by
Attribute Group FILECORE
Source
<xsd:attribute name="CHECKSUM" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">CHECKSUM (string/O): Provides a checksum value for the associated file or wrapped content.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute FILECORE / @CHECKSUMTYPE
Namespace No namespace
Annotations
CHECKSUMTYPE (enumerated string/O): Specifies the checksum algorithm used to produce the value contained in the CHECKSUM attribute.  CHECKSUMTYPE must contain one of the following values:
Adler-32
CRC32
HAVAL
MD5
MNP
SHA-1
SHA-256
SHA-384
SHA-512
TIGER
WHIRLPOOL
Type restriction of xsd:string
Properties
use optional
Facets
enumeration Adler-32
enumeration CRC32
enumeration HAVAL
enumeration MD5
enumeration MNP
enumeration SHA-1
enumeration SHA-256
enumeration SHA-384
enumeration SHA-512
enumeration TIGER
enumeration WHIRLPOOL
Used by
Attribute Group FILECORE
Source
<xsd:attribute name="CHECKSUMTYPE" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">CHECKSUMTYPE (enumerated string/O): Specifies the checksum algorithm used to produce the value contained in the CHECKSUM attribute. CHECKSUMTYPE must contain one of the following values: Adler-32 CRC32 HAVAL MD5 MNP SHA-1 SHA-256 SHA-384 SHA-512 TIGER WHIRLPOOL</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Adler-32"/>
      <xsd:enumeration value="CRC32"/>
      <xsd:enumeration value="HAVAL"/>
      <xsd:enumeration value="MD5"/>
      <xsd:enumeration value="MNP"/>
      <xsd:enumeration value="SHA-1"/>
      <xsd:enumeration value="SHA-256"/>
      <xsd:enumeration value="SHA-384"/>
      <xsd:enumeration value="SHA-512"/>
      <xsd:enumeration value="TIGER"/>
      <xsd:enumeration value="WHIRLPOOL"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute Group FILECORE
Namespace http://www.loc.gov/METS/
Diagram
Used by
Elements mdSecType/mdRef, mdSecType/mdWrap
Complex Type fileType
Attributes
QName Type Use Annotation
CHECKSUM xsd:string optional
CHECKSUM (string/O): Provides a checksum value for the associated file or wrapped content.
CHECKSUMTYPE restriction of xsd:string optional
CHECKSUMTYPE (enumerated string/O): Specifies the checksum algorithm used to produce the value contained in the CHECKSUM attribute.  CHECKSUMTYPE must contain one of the following values:
Adler-32
CRC32
HAVAL
MD5
MNP
SHA-1
SHA-256
SHA-384
SHA-512
TIGER
WHIRLPOOL
CREATED xsd:dateTime optional
CREATED (dateTime/O): Specifies the date and time of creation for the associated file or wrapped content.
MIMETYPE xsd:string optional
MIMETYPE (string/O): The IANA MIME media type for the associated file or wrapped content. Some values for this attribute can be found on the IANA website.
SIZE xsd:long optional
SIZE (long/O): Specifies the size in bytes of the associated file or wrapped content.
Source
<xsd:attributeGroup name="FILECORE">
  <xsd:attribute name="MIMETYPE" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">MIMETYPE (string/O): The IANA MIME media type for the associated file or wrapped content. Some values for this attribute can be found on the IANA website.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="SIZE" type="xsd:long" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">SIZE (long/O): Specifies the size in bytes of the associated file or wrapped content.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="CREATED" type="xsd:dateTime" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">CREATED (dateTime/O): Specifies the date and time of creation for the associated file or wrapped content.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="CHECKSUM" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">CHECKSUM (string/O): Provides a checksum value for the associated file or wrapped content.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="CHECKSUMTYPE" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">CHECKSUMTYPE (enumerated string/O): Specifies the checksum algorithm used to produce the value contained in the CHECKSUM attribute. CHECKSUMTYPE must contain one of the following values: Adler-32 CRC32 HAVAL MD5 MNP SHA-1 SHA-256 SHA-384 SHA-512 TIGER WHIRLPOOL</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Adler-32"/>
        <xsd:enumeration value="CRC32"/>
        <xsd:enumeration value="HAVAL"/>
        <xsd:enumeration value="MD5"/>
        <xsd:enumeration value="MNP"/>
        <xsd:enumeration value="SHA-1"/>
        <xsd:enumeration value="SHA-256"/>
        <xsd:enumeration value="SHA-384"/>
        <xsd:enumeration value="SHA-512"/>
        <xsd:enumeration value="TIGER"/>
        <xsd:enumeration value="WHIRLPOOL"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd