Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element behaviorSecType / behaviorSec
Namespace http://www.loc.gov/METS/
Diagram
Type behaviorSecType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children behavior, behaviorSec
Instance
<behaviorSec CREATED="" ID="" LABEL="" xmlns="http://www.loc.gov/METS/">
  <behaviorSec CREATED="" ID="" LABEL="">{0,unbounded}</behaviorSec>
  <behavior ADMID="" BTYPE="" CREATED="" GROUPID="" ID="" LABEL="" STRUCTID="">{0,unbounded}</behavior>
</behaviorSec>
Attributes
QName Type Use Annotation
CREATED xsd:dateTime optional
CREATED (dateTime/O): Specifies the date and time of creation for the <behaviorSec>
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 behavior section.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.loc.gov/METS/'
Source
<xsd:element name="behaviorSec" type="behaviorSecType" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Element behaviorSecType / behavior
Namespace http://www.loc.gov/METS/
Annotations
A behavior element <behavior> can be used to associate executable behaviors with content in the METS document. This element has an interface definition <interfaceDef> element that represents an abstract definition of a set of behaviors represented by a particular behavior. A <behavior> element also has a behavior mechanism <mechanism> element, a module of executable code that implements and runs the behavior defined abstractly by the interface definition.
Diagram
Type behaviorType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children interfaceDef, mechanism
Instance
<behavior ADMID="" BTYPE="" CREATED="" GROUPID="" ID="" LABEL="" STRUCTID="" xmlns="http://www.loc.gov/METS/">
  <interfaceDef xlink:actuate="" xlink:arcrole="" xlink:href="" ID="" LABEL="" LOCTYPE="" OTHERLOCTYPE="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</interfaceDef>
  <mechanism xlink:actuate="" xlink:arcrole="" xlink:href="" ID="" LABEL="" LOCTYPE="" OTHERLOCTYPE="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</mechanism>
</behavior>
Attributes
QName Type Use Annotation
ADMID xsd:IDREFS optional
ADMID (IDREFS/O): An optional attribute listing the XML ID values of administrative metadata sections within the METS document pertaining to this behavior.
BTYPE xsd:string optional
BTYPE (string/O): The behavior type provides a means of categorizing the related behavior.
CREATED xsd:dateTime optional
CREATED (dateTime/O): The dateTime of creation for the behavior.
GROUPID xsd:string optional
GROUPID (string/O): An identifier that establishes a correspondence between the given behavior and other behaviors, typically used to facilitate versions of behaviors.
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. In the case of a <behavior> element that applies to a <transformFile> element, the ID value must be present and would be referenced from the transformFile/@TRANSFORMBEHAVIOR attribute. 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 behavior.
STRUCTID xsd:IDREFS optional
STRUCTID (IDREFS/O): An XML IDREFS attribute used to link a <behavior>  to one or more <div> elements within a <structMap> in the METS document. The content to which the STRUCTID points is considered input to the executable behavior mechanism defined for the behavior.  If the <behavior> applies to one or more <div> elements, then the STRUCTID attribute must be present.
Source
<xsd:element name="behavior" type="behaviorType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A behavior element <behavior> can be used to associate executable behaviors with content in the METS document. This element has an interface definition <interfaceDef> element that represents an abstract definition of a set of behaviors represented by a particular behavior. A <behavior> element also has a behavior mechanism <mechanism> element, a module of executable code that implements and runs the behavior defined abstractly by the interface definition.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Complex Type behaviorSecType
Namespace http://www.loc.gov/METS/
Annotations
behaviorSecType: Complex Type for Behavior Sections
Behaviors are executable code which can be associated with parts of a METS object.  The behaviorSec element is used to group individual behaviors within a hierarchical structure.  Such grouping can be useful to organize families of behaviors together or to indicate other relationships between particular behaviors.
Diagram
Used by
Model
Children behavior, behaviorSec
Attributes
QName Type Use Annotation
CREATED xsd:dateTime optional
CREATED (dateTime/O): Specifies the date and time of creation for the <behaviorSec>
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 behavior section.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.loc.gov/METS/'
Source
<xsd:complexType name="behaviorSecType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">behaviorSecType: Complex Type for Behavior Sections Behaviors are executable code which can be associated with parts of a METS object. The behaviorSec element is used to group individual behaviors within a hierarchical structure. Such grouping can be useful to organize families of behaviors together or to indicate other relationships between particular behaviors.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="behaviorSec" type="behaviorSecType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="behavior" type="behaviorType" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A behavior element <behavior> can be used to associate executable behaviors with content in the METS document. This element has an interface definition <interfaceDef> element that represents an abstract definition of a set of behaviors represented by a particular behavior. A <behavior> element also has a behavior mechanism <mechanism> element, a module of executable code that implements and runs the behavior defined abstractly by the interface definition.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <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="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 <behaviorSec></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 behavior section.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute behaviorSecType / @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 behaviorSecType
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 behaviorSecType / @CREATED
Namespace No namespace
Annotations
CREATED (dateTime/O): Specifies the date and time of creation for the <behaviorSec>
Type xsd:dateTime
Properties
use optional
Used by
Complex Type behaviorSecType
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 <behaviorSec></xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd
Attribute behaviorSecType / @LABEL
Namespace No namespace
Annotations
LABEL (string/O): A text description of the behavior section.
Type xsd:string
Properties
use optional
Used by
Complex Type behaviorSecType
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 behavior section.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location https://raw.githubusercontent.com/mets/METS-schema/5cc5f10c9950b3e43f1424236ca7a3f8fe4e7e76/mets.xsd