any-markup

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.topicmaps.org/xtm/'

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatype xs:anyURI optional

Used By

Element resourceData

Source

<xs:complexType name="any-markup" mixed="true">
  <xs:complexContent mixed="true">
    <xs:restriction base="xs:anyType">
      <xs:sequence>
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="datatype" type="xs:anyURI"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>