<xs:simpleType name="AnalysisMethodType">
<xs:union memberTypes="AnalysisMethodEnumerationType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
<xs:pattern value="([a-zA-Z0-9])*"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
|