<xs:complexType name="TextThreadSpecificationType">
<xs:annotation>
<xs:documentation>The TextThreadSpecificationType defines a thread specification in natural language.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TextSpecification" type="xs:string">
<xs:annotation>
<xs:documentation>The TextSpecification element is the thread specification in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="QIFIdType" use="required">
<xs:annotation>
<xs:documentation>The id attribute is the QIF id of the thread specification, used for referencing.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |