m.relationBody

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
lastDateTimeVerified m.data.standardDateTime optional
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

Used By

Source

<xs:complexType name="m.relationBody">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="relationEntry"/>
    <xs:choice minOccurs="0">
      <xs:element ref="objectXMLWrap"/>
      <xs:element ref="objectBinWrap"/>
    </xs:choice>
    <xs:group minOccurs="0" ref="m.dates"/>
    <xs:element minOccurs="0" ref="placeEntry"/>
    <xs:element minOccurs="0" ref="descriptiveNote"/>
  </xs:sequence>
  <xs:attribute name="lastDateTimeVerified" type="m.data.standardDateTime"/>
  <xs:attributeGroup ref="xlink:simpleLink"/>
</xs:complexType>