Hello!
We are using Tamino 4.4.1.1 under XP.
We made up a doctpye-schema which references other doctypes:
<schema…>
…
<xs:include schemaLocation = “methodHeaderSchema”></xs:include>
<xs:include schemaLocation = “reportedPersonSchema”></xs:include>
<xs:element name = “stateMachine”>
xs:complexType
xs:sequence
<xs:element ref = “methodHeader” ></xs:element>
<xs:element ref = “reportedPerson” ></xs:element>
</xs:sequence>
<xs:attribute name = “dateOfDeath” use = “required”>
…
A document looks like this:
xql:result
…
</xql:result>
For the attribute “sessionID” of the referenced “methodHeader” I want to define an Index using tsd:index.
My simple question is: where to place it?
Any hint it welcomed.
Christian
#API-Management#Tamino#webMethods