<xs:complexType name="ThreadSeriesType">
<xs:annotation>
<xs:documentation>The ThreadSeriesType defines a thread series.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="ThreadSeriesEnum" type="ThreadSeriesEnumType">
<xs:annotation>
<xs:documentation>The ThreadSeriesEnum element describes an often-used thread series.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherThreadSeries" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherThreadSeries element describes a thread series in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |