<xs:complexType name="ThreadClassType">
<xs:annotation>
<xs:documentation>The ThreadClassType defines a thread class.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="ThreadClassEnum" type="ThreadClassEnumType">
<xs:annotation>
<xs:documentation>The ThreadClassEnum element describes an often-used thread class.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherThreadClass" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherThreadClass element describes a thread class in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |