<xsd:complexType name="SimpleExpressionOperatorType"> <xsd:choice> <xsd:element name="StandardValue" type="SimpleExpressionOperatorEnumType" /> <xsd:element name="NonStandardValue" type="xsd:string" /> </xsd:choice> </xsd:complexType>