<xsd:complexType name="behaviorType">
<xsd:annotation>
<xsd:documentation xml:lang="en">behaviorType: Complex Type for Behaviors A behavior can be used to associate executable behaviors with content in the METS object. A behavior element has an interface definition element that represents an abstract definition of the set of behaviors represented by a particular behavior. A behavior element also has an behavior mechanism which is a module of executable code that implements and runs the behavior defined abstractly by the interface definition.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interfaceDef" type="objectType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The interface definition <interfaceDef> element contains a pointer to an abstract definition of a single behavior or a set of related behaviors that are associated with the content of a METS object. The interface definition object to which the <interfaceDef> element points using xlink:href could be another digital object, or some other entity, such as a text file which describes the interface or a Web Services Description Language (WSDL) file. Ideally, an interface definition object contains metadata that describes a set of behaviors or methods. It may also contain files that describe the intended usage of the behaviors, and possibly files that represent different expressions of the interface definition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mechanism" type="objectType">
<xsd:annotation>
<xsd:documentation xml:lang="en">A mechanism element <mechanism> contains a pointer to an executable code module that implements a set of behaviors defined by an interface definition. The <mechanism> element will be a pointer to another object (a mechanism object). A mechanism object could be another METS object, or some other entity (e.g., a WSDL file). A mechanism object should contain executable code, pointers to executable code, or specifications for binding to network services (e.g., web services).</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. 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.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="STRUCTID" type="xsd:IDREFS" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="BTYPE" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">BTYPE (string/O): The behavior type provides a means of categorizing the related behavior.</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): The dateTime of creation for the behavior.</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.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="GROUPID" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">GROUPID (string/O): An identifier that establishes a correspondence between the given behavior and other behaviors, typically used to facilitate versions of behaviors.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ADMID" type="xsd:IDREFS" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">ADMID (IDREFS/O): An optional attribute listing the XML ID values of administrative metadata sections within the METS document pertaining to this behavior.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType> |