topicMap

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
reifier xs:anyURI optional
version 2.0 optional

Source

<xs:element name="topicMap">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="itemIdentity" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="mergeMap" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="topic"/>
        <xs:element ref="association"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="reifier" type="xs:anyURI"/>
    <xs:attribute name="version" fixed="2.0"/>
  </xs:complexType>
</xs:element>

Sample