<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> |